OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: smtpd_sasl_auth_enable problem

From: Jim Neeland (postfixdgneeland.net)
Date: Tue Jun 06 2006 - 03:35:07 CDT


>On Sunday 04 June 2006 11:17 I wrote:
>
> > I have been running Postfix 2.2.3 on Redhat 9, and now want to
> > run the same configuration (or 2.2.8) on Fedora Core 3. I have built both
> > versions on FC3, and have encountered the same runtime problem.
> > When I attempt to enable sasl with smtpd_sasl_auth_enable = yes in
> > main.cf, each attempt to telnet to port 25 fails (the connection closes
> > immediately), and the following 2 lines appear in my maillog file:
> > postfix/master[16431]: warning: process /usr/libexec/postfix/smtpd
> > pid 16449 killed by signal 11
> > postfix/master[16431]: warning: /usr/libexec/postfix/smtpd: bad
> > command startup -- throttling
> >
> > As far as I can tell, I have modified all of the sasl-related files
> > just as on the RH9 system (e.g. /usr/lib/sasl2/smtpd.conf). The
> > Make option that I used was: -DUSE_SASL_AUTH.

Andreas Winkelmann suggested:

>Run ldd on Postfix smtpd and check each linked Library with ldd for diffrent
>Versions of the same library. Maybe your Postfix is linked against sasl2 and
>ldap and the ldap-Library itself is linked against sasl1.

Unfortunately, I didn't find any discrepancies. Other suggestions?