在台式机上,有一个 GUI 组件来控制连接。但是在服务器上,通常没有用户存在。
我如何挂载文件名中包含德语元音(ä、ö、ü)的 NTFS 分区。我正在使用以下挂载命令:
mount -t ntfs-3g UUID=5A9098309098149B /local/data -olocale=de_DE.UTF-8
Run Code Online (Sandbox Code Playgroud) 我正在尝试在我的客户端机器上设置一个 postfix。所有机器都应该使用一个中央 ldap 目录来存放公共后缀(例如别名等)。但是由于 postfix 在 chroot 中运行,因此 postfix 无法解析 ldap 服务器的主机名。
Postfix mail.log 行:
Apr 30 13:37:22 host postfix/cleanup[30160]: dict_ldap_debug: ldap_connect_to_host: TCP ldapmaster.domain.com:389
Apr 30 13:37:22 host postfix/cleanup[30160]: dict_ldap_debug: ldap_connect_to_host: getaddrinfo failed: Name or service not known
Apr 30 13:37:22 host postfix/cleanup[30160]: dict_ldap_debug: ldap_err2string
Apr 30 13:37:22 host postfix/cleanup[30160]: warning: dict_ldap_lookup: Search error -1: Can't contact LDAP server
Apr 30 13:37:22 host postfix/cleanup[30160]: warning: AF28B226A2: sender_canonical_maps map lookup problem for root@domain.com
Run Code Online (Sandbox Code Playgroud)
当我手动执行 ldapsearch 时,它工作正常。我还尝试进入 postfix ( /var/spool/postfix
)的 chroot …