Hello list,

I can't connect to smtp with authentication.

I want setup a smtp authentication mechanism.
I had installed RedHat 8.0 with postfix and sasl ,
postfix-1.1.11-5
cyrus-sasl-md5-2.1.7-2
cyrus-sasl-plain-2.1.7-2
cyrus-sasl-2.1.7-2

when I used Microsoft Outlook (or Outlook Express) connect to smtp with authentication,
I get an error message in the /var/log/maillog as following:

Oct 29 10:22:39 mail postfix/smtpd[23588]: connect from unknown[10.1.100.61]
Oct 29 10:22:39 mail postfix/smtpd[23588]: warning: unknown[10.1.100.61]: SASL LOGIN 
authentication failed
Oct 29 10:22:44 mail postfix/smtpd[23588]: lost connection after AUTH from 
unknown[10.1.100.61]
Oct 29 10:22:44 mail postfix/smtpd[23588]: disconnect from unknown[10.1.100.61]

my /etc/postfix/main.cf smtp auth relative configuration was:

smtpd_sasl_auth_enable = yes
smtpd_delay_reject = yes
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated 
check_relay_domains reject
smtpd_client_restrictions = permit_sasl_authenticated
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname


who can tell me why or how to debug it step by step ?


--
I am a newbie to the list and forgot my poor english.
Thanks and Regards.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to