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

[postfix-jp:920] SMTP-AUTH ではまっています。



松本です。

私も、Postfix+cyrus-sasl+cyrus-imapd でメールシステムを構築していて
SMTP-AUTHではまっています。

postfix-20010228-pl03 を以下のように make したのですが、

make tidy
make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/local/include \
-DHAS_PCRE -I../../../pcre-2.08" \
AUXLIBS="-L/usr/local/lib -lsasl '../../../pcre-2.08/libpcre.a'"
make
make install


telnet の確認で以下のように出力されて、

250-AUTH LOGIN PLAIN DIGEST-MD5 CRAM-MD5
が出てきません。どこか勘違いしているのでしょうか?

220 mail.jalinfotec.co.jp ESMTP Postfix
EHLO test.jalinfotec.co.jp
250-mail.jalinfotec.co.jp
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-AUTH LOGIN PLAIN
250 8BITMIME
QUIT
221 Bye


どうもSASLのところで間違っているのかもしれません。
なにか切り分けるアイデアがありましたらよろしくお願いします。

設定は以下の通りです。

# postconf -n
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
mail_owner = cyrus
mailbox_transport = cyrus
mydomain = jalinfotec.co.jp
myhostname = mail.jalinfotec.co.jp
mynetworks = 127.0.0.0/8
mynetworks_style = host
myorigin = $mydomain
queue_directory = /var/spool/postfix
smtpd_recipient_restrictions = permit_mynetworks
permit_sasl_authenticated
reject
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous

では。

Follow-Ups
[postfix-jp:921] absurd answer from orbs, IKEDA Nozomu
[postfix-jp:922] Re: SMTP-AUTH ではまっています。, TAKAI Naoto
[postfix-jp:923] Re: SMTP-AUTH ではまっています。, Takashi SUGIMOTO

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