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

[postfix-jp:01728] postfix + smtp auth でpwcheckが使えません



こんにちは 謝です。みんなの知恵を借りたいです。お願いします。
red hat 7.1 で   postfix 1.1.8 + cyrus-sasl-1.5.24  を使ってunix
 のpassword で認証を行いたいんです
が、なかなかうまく行きません。ログは以下です
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
$ tar xvzf cyrus-sasl-1.5.24.tar.gz
$ cd cyrus-sasl-1.5.24
$ ./configure --with-pwcheck --enable-login

configure: warning: No Kerberos V4 found
configure: warning: Disabling GSSAPI
+ con.log
$ make
+ make.log
$ su
# make install

# ln -s /usr/local/lib/sasl /usr/lib/sasl
# ln -s /usr/local/lib/libsasl.so.7.1.8 /usr/lib/libsasl.so.7

$ tar ztvf postfix-1.1.8.tar.gz >tar.log


$ cd postfix-1.1.8
$ make tidy

% make makefiles CCARGS=-DUSE_SASL_AUTH" -I/usr/local/include" \
         AUXLIBS="-L/usr/local/lib -lsasl"
+mkfile.log
$make
+make.log
$su
#make install
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
main.cfで 付き加えたのは

smtpd_sasl_auth_enable = yes

# broken_sasl_auth_clients = yes
allow_mail_to_commands = alias,forward,include
smtpd_recipient_restrictions =
        permit_mynetworks,
        permit_sasl_authenticated
        reject
#       check_relay_domains
smtp_sasl_security_options =
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
telnet で叩いてみたら
250-domain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN DIGEST-MD5 CRAM-MD5
250-XVERP
250 8BITMIME
-------------------------------------------
参考した資料のところで、250-VRFY というのはないです。(←気になる)

送信したところ maillogで監視して 次のエラーが出ました
Jun 11 19:44:04 host postfix/smtpd[12147]: warning: SASL authentication
problem: unrecognized plaintext verifier pwcheck
Jun 11 19:44:04 host postfix/smtpd[12147]: warning: domain: SASL PLAIN
authentication failed

------------------------------------------
なぜ 認証がうまく行かなかったでしょうか?お願いします


                                                              謝 海偉
            xie@xxxxxxxxxxxxxxxxxxxxxxxxxx

Follow-Ups
[postfix-jp:01729] Re: postfix + smtp auth でpwcheckが使えません, Taoka Fumiyoshi
[postfix-jp:01732] Re: postfix + smtp auth でpwcheckが使えません, Hiroshi Suzuki

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