[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[postfix-jp: 3265] SMTP-Auth で何故だか認証してくれない



こんにちは。takaesu と申します。

postfix 2.5.5 + SASL で SMTP Auth を実現したく、奮闘中です。
認証は /etc/passwd を使いたいのですが、その場合、SASLの設定ファイルに

    mech_list: plain login

と書く事でよいのでしょうか?
設定してみたのですが「authentication failure」で認証してくれません(T_T)
識者の方々、ご教示願います。

◎cat /usr/local/lib/sasl2/smtpd.conf
pwcheck_method: saslauthd
mech_list: plain login

◎/etc/postfix/main.cf の抜粋
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination, reject
smtpd_sasl_local_domain = $mydomain

■Beckey! のプロトコルログ
EHLO [127.0.0.1]
250-sver.example.jp
250-SIZE 8960000
250-ETRN
250-AUTH PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH LOGIN
334 VXNlcm5hbWU6
535 5.7.8 Error: authentication failed: authentication failure
RSET
250 2.0.0 Ok
MAIL FROM:<hoge@lucky.example.jp>
250 2.1.0 Ok
RCPT TO:<hoge@example.jp>
554 5.7.1 <hoge@example.jp>: Relay access denied
QUIT
221 Closing connection. Good bye.

■メールサーバログの抜粋
Dec 19 14:30:01 sver postfix/smtpd[19795]: warning: aaa010.example.jp[2**.*6.*18.30]: SASL LOGIN authentication failed: authentication failure
Dec 19 14:30:01 sver postfix/smtpd[19795]: NOQUEUE: reject: RCPT from adi030.example.jp[2**.*6.*18.30]: 554 5.7.1 <hoge@example.jp>: Relay access denied; from=<hoge@lucky.example.jp> to=<hoge@example.jp> proto=ESMTP helo=<[127.0.0.1]>

---
takaesu @ pb4.so-net.ne.jp

_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list

Follow-Ups
[postfix-jp: 3266] Re: SMTP-Auth で何故だか認証してくれない, Kimiya Kitani
[postfix-jp: 3267] Re: SMTP-Auth で何故だか認証してくれない, SATOH Fumiyasu

[検索ページ] [Postfix-JP ML Home]