Problem of SMTP AUTH

Nalin Dahyabhai nalin at redhat.com
Wed Mar 21 12:50:34 UTC 2007


On Wed, Mar 21, 2007 at 12:04:06AM +0800, edwardspl at ita.org.mo wrote:
>    [edward at svr1 ~]$ rpm -qa | grep "cyrus"
>    cyrus-sasl-ldap-2.1.22-4
>    cyrus-sasl-plain-2.1.22-4
>    cyrus-sasl-devel-2.1.22-4
>    cyrus-sasl-ntlm-2.1.22-4
>    cyrus-sasl-2.1.22-4
>    cyrus-sasl-md5-2.1.22-4
>    cyrus-sasl-lib-2.1.22-4
>    cyrus-sasl-sql-2.1.22-4
>    cyrus-sasl-gssapi-2.1.22-4
>    [edward at svr1 ~]$
>    Still the problem ( password fail )...

If your clients are attempting to use either the DIGEST-MD5 or CRAM-MD5
mechanisms, then the bad news is that the plugins can't use the hashed
passwords in /etc/passwd or /etc/shadow to authenticate users because
they need the plaintext passwords to work properly.  If they're using
those mechanisms, then you'll need to set those up using 'saslpasswd2'.

But then, depending on the client software, they may well be using the
PLAIN or LOGIN mechanisms, in which case you'll want to follow Brian's
advice and double-check on the SELinux policy.

HTH,

Nalin




More information about the fedora-list mailing list