Код: Выделить всё
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSNКод: Выделить всё
Oct 9 02:15:02 mail postfix/smtpd[32076]: connect from unknown[172.16.2.133]
Oct 9 02:15:03 mail postfix/smtpd[32076]: 019001280B1: client=unknown[172.16.2.133], sasl_method=PLAIN, sasl_username=fixx
Oct 9 02:15:03 mail postfix/cleanup[32081]: 019001280B1: message-id=<209967933.20081009112414@test.localdomain>
Oct 9 02:15:03 mail postfix/qmgr[32074]: 019001280B1: from=<fixx@test.localdomain>, size=663, nrcpt=1 (queue active)
Oct 9 02:15:03 mail postfix/local[32082]: 019001280B1: to=<fixx@nix.local>, relay=local, delay=0.04, delays=0.04/0/0/0, dsn=2.0.0, status=sent (delivered to maildir)
Oct 9 02:15:03 mail postfix/qmgr[32074]: 019001280B1: removed
Oct 9 02:15:03 mail postfix/smtpd[32076]: disconnect from unknown[172.16.2.133]но, если в почтовом клиенте неверное указать пароль авторизации или вообще ее отключить, почта все равно отправляется
main.cf
Код: Выделить всё
smtpd_sasl_local_domain = $mydestination
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
#smtpd_sasl_application_name = smtpd
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymousгде мой промах?