On 13.08.2010 04:17, Lucky Leavell wrote:
I am trying to move a mail server from OSE 11.0 to 11.3 and cannot seem to get past the following messages in mail.err (and other logs):
Aug 12 21:37:40 ux-ose postfix/master[20835]: nss_ldap: could not search LDAP server - Server is unavailable
That is probably Postfix trying to resolve a hostname and your system is configured to use ldap. Remove the ldap entries in /etc/nsswitch.conf (not the entire line, only the ldap options).
I have never used LDAP nor do I wish to but for some unknown reason postfix insists on it.
How can I remove the LDAP entirely from messing with postfix.
I can telnet to port 25 on localhost but not from other systems on the same subnet:
telnet 10.1.1.113 25 Trying 10.1.1.113... telnet: connect to address 10.1.1.113: Connection refused
Configure your firewall to open port 25 tcp. Sandy -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org