Postfix problem:: SASL MD5 support
my system is
redhat AS3
system has following rpm packages installed
cyrus-sasl-2.1.15-10
cyrus-sasl-md5-2.1.15-10
cyrus-sasl-gssapi-2.1.15-10
cyrus-sasl-plain-2.1.15-10
cyrus-sasl-devel-2.1.15-10
I added followings line in /etc/postfix/main.cf
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions = permit_authenticated permit_mynetworks check_relay_domains
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
updated the file /usr/lib/sasl2/smtpd.conf
pwcheck_method: saslauthd
then start saslauthd and restart postfix
but try telnet localhost 25
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN GSSAPI
250-XVERP
250 8BITMIME
in the AUTH, I can't see whatever DIGEST-MD5 and CRAM-MD5 protocol which I saw in other postfix installation tutorial
What other configuration I was missed ?
|