Use strace to find out what pathname Postfix (through libsasl) is trying to connect to.
1 - Connect to Postfix with gnutls-cli or "openssl s_client". 2 - Run "strace -p pid-of-smtpd -o output-file". 3 - Send EHLO, AUTH, QUIT. 4 - Look in the trace created in [2] and populated in [3]. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org