|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: CRAM-MD5 not advertised in EHLO
From: Andreas Winkelmann (ml
awinkelmann.de)
Date: Sun Jul 25 2004 - 13:49:33 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am Sonntag, 25. Juli 2004 20:15 schrieb Eric N. Valor:
> > Does Postfix really use sasl1? Show:
> >
> > # ldd `postconf -h daemon_directory`/smtpd
>
> # ldd /usr/libexec/postfix/smtpd
>
> /usr/libexec/postfix/smtpd:
> libsasl.so.7 => /usr/lib/libsasl.so.7 (0x40047000)
Ok.
> # ls /usr/lib/sasl/
> libanonymous.so libcrammd5.so.1 liblogin.so.0.0.6
> libanonymous.so.1 libcrammd5.so.1.0.17 libplain.so
> libanonymous.so.1.0.16 liblogin.so libplain.so.1
> libcrammd5.so liblogin.so.0 libplain.so.1.0.15
Ok.
Please check your Logs, if something happens while sasl reads libcrammd5.so.
Maybe check the Directory if the permissions are ok.
Hmm, show a:
# strings /usr/lib/libsasl.so.7|grep ^/
Maybe it is compiled to use /usr/local/lib for it's plugins.
If everythins is ok, i would do a strace on smtpd.
http://www.postfix.org/DEBUG_README.html#auto_trace
And check which files are loaded on Startup.
> Here is how I originally compiled Postfix:
>
> make makefiles CCARGS="-I/usr/include -DHAS_LDAP -DUSE_SASL_AUTH"
> AUXLIBS="-L/usr/lib -lldap -L/usr/lib -llber -L/usr/lib/sasl -lsasl"
Hmm, "-L/usr/lib" is twice in it and "-L/usr/lib/sasl" is to much. But this is
not the reason.
--
Andreas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]