Per olof Ljungmark: > On 02/12/12 20:15, Wietse Venema wrote: > > Per olof Ljungmark: > >> Feb 12 00:10:18 x61s-po postfix/smtp[31030]: warning: per-session SASL > >> client initialization: generic failure > >> Feb 12 00:10:18 x61s-po postfix/smtp[31030]: fatal: SASL per-connection > >> initialization failed
You are configing SASL in the Postfix SMTP CLIENT. > > Your (Cyrus) SASL library reports a generic failure. This is > > as good time to examine your smtp.conf. > > Hmm, there is none, neither in the non-working nor the working setup. In > fact, cannot recall ever have dealt with a smtp.conf, only smtpd.conf. smtpd.conf is for the Postfix SMTP SERVER. smtp_sasl_path is optional, and is not even mentioned in SASL_README. So your problem is elsewere. Time to pull out ktrace (or strace) and see what the SASL library can't get done. Wietse