[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:03959] postfixの 設定について (Re: Re: Greylisting - check_policy_service)
- Subject: [postfix-jp:03959] postfixの 設定について (Re: Re: Greylisting - check_policy_service)
- From: Yasuhiro Enomoto <enomoto@xxxxxxxxx>
- Date: Wed, 4 Feb 2004 11:07:58 +0900 (JST)
榎本@情報空間です。
Greylistingの設定を相変わらず色々やっていますが、疑問が出てきましたので
教えてください。
>| main.cfには次のような感じで。
>|
>| | db_dir = /path/to/database/dir
>| | smtpd_recipient_restrictions =
>
>次の行は間違い。
>| | check_client_access hash:$db_dir/local.whitelist.by.client.hash,
>
>これが正解。
> check_recipient_access hash:$db_dir/local.whitelist.by.recipient.hash,
> ^^^^^^^^^ ^^^^^^^^^
>| | chech_sender_access hash:$db_dir/local.whitelist.by.recipient.hash,
>| | check_client_access hash:$| idiot@example.org OK
>| ceo@example.org OK
>sbl.example.org,
>| | ...
>| | warn_if_reject,
>| | check_client_access pcre:$db_dir/warn.pcre,
>| | permit
と修正されました。ちょっと不思議に思ってマニュアル
http://www.kobitosan.net/postfix/conf/sample-smtpd.cf.jp
をみたところ、
smtpd_recipient_restrictions には
check_recipient_access がかかれていて
smtpd_client_restrictions には
check_client_access がかかれています。
それぞれのパラメータのrecipient,client に対応する形でオプションが存在し、
それ以外のものはマニュアルに記述はありません。
現状では上記のように混ぜて書いてもきちんと動作しています。(逆に上記の修
正のように修正したら上手く動きませんでした)
現状ではオプションはパラメータの説明に記載が無くても混ぜて利用が出来るの
ですが、これは修正される方向なのでしょうか? それともとりあえずこれでよし
として良いものでしょうか?
postfixは experimentalの2.0.16.20031223をFreeBSD4.9R上で利用しています。
インストールはportsで行いました。
# FAQですか?
-----
□■三河インターネットサービス http://www.mis.ne.jp/
■□有限会社 情報空間 榎本康宏 e-mail:enomoto@xxxxxxxxx
PGP FP: 8228 8B44 1B44 1D21 8BB0 CC9D E75C 48E2
- Follow-Ups
-
- [postfix-jp:03960] Re: postfix の設定について, ARAKI Yasuhiro
- [postfix-jp:03962] Re: postfix の設定について, IKEDA Nozomu
- [postfix-jp:03963] Re: postfix の設定について (Re: Re: Greylisting - check_policy_service), Tomoyuki Sakurai
- References
-
- [postfix-jp:03880] Greylisting - check_policy_service, Tomoyuki Sakurai
- [postfix-jp:03881] Re: Greylisting - check_policy_service, Tomoyuki Sakurai
[検索ページ]
[Postfix-JP ML Home]