- 論壇徽章:
- 0
|
postfix不經(jīng)過認(rèn)證...在線等..
如題,,,我的POSTFIX發(fā)信不經(jīng)過SASL認(rèn)證,
MAIN.CF文件里面已經(jīng)啟用了SASL,如下:
---------------------------------------------------------------
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_non_fqdn_hostname,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unauth_destination,
reject_unauth_pipelining,
reject_invalid_hostname,
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
----------------------------------------------------------
telnet 192.168.1.76 25返回信息
---------------------------------------------------------
220 mail.localdomain ESMTP Postfix
ehlo mail
250-mail.localdomain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
421 4.4.2 mail.localdomain Error: timeout exceeded
-------------------------------------------------------------------
我用postconf -a,,postconf -A也測(cè)試過,有CYRUS項(xiàng)的.
剛開始我在/usr/loca/lib/sasl2/smtpd.conf文件寫入通過courier-authlib認(rèn)證MYSQL,后來我直接改成SASL了,沒有一點(diǎn)點(diǎn)作用,,在日志里面也查看不出來,,收發(fā)信件一切正常..為何? |
|