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

[debian-users:49066] Re: postfixで/etc/passwdは使えるか



さとうふみやす @ OSS テクノロジです。
# へ〜、smtpd_sasl_type = dovecot なんてのがあるんだ。

At Wed, 25 Jul 2007 13:57:53 +0900,
mew101 wrote:
> 問題はpostfixにしようとしたのですが/etc/passwdが使えず
> 挫折してしまった事です
> やはりpostfixは、/etc/passwd使えないのでしょうか
> (smtp-authで)

sasl2-bin パッケージについてる saslauthd を利用してできますよ。
何をどうやって何が起こり何が分からなくて挫折したのでしょうか?

以下はご参考まで (TLS の設定も含む)。鵜呑みにせずマニュアルや
/usr/share/doc/パッケージ名/README.Debian* などを読んで
理解の上設定しましょう。

手元の環境の /etc/postfix/main.cf より抜粋:
smtpd_recipient_restrictions =
        permit_mynetworks
        permit_sasl_authenticated
        reject_unauth_destination
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
smtpd_tls_loglevel = 1
smtpd_use_tls = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/postfix/ssl/smtp.example.jp.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtp.example.jp.key

同 /etc/postfix/sasl/smtpd.conf:
pwcheck_method: saslauthd
mech_list: plain login

同 /etc/default/saslauthd より抜粋:
START=yes
MECHANISMS="pam"

-- 
-- Name: SATOH Fumiyasu / fumiyas @ osstech.co.jp
-- Business Home: http://www.OSSTech.co.jp
-- Personal Home: http://www.SFO.jp/blog/