[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 4177] Re: 関係ないドメイン同士のメール処理を禁止したい
- Subject: [postfix-jp: 4177] Re: 関係ないドメイン同士のメール処理を禁止したい
- From: SATOH Fumiyasu <fumiyas@xxxxxxxxxx>
- Date: Tue, 07 Aug 2012 16:11:14 +0900
さとうふみやす @ OSSTech です。
At Mon, 06 Aug 2012 16:49:32 +0900,
takaesu wrote:
> 例えば example.jp を運営していたとして、現状でまったく関係の無いメールを
> 処理してしまっています。(配送している)
>
> From: example.com
> To: example.org
これってメールメッセージのヘッダーの話ですか? 「From: example.com」??
> これを避けるにはどうしたら良いでしょうか?
> ルール的には「From または To に example.jp を含む時だけ許可」としたいのです。
ヘッダーの話であれば、header_checks(5) でどうにかできると思います。
エンベロープの話であれば、main.cf とかで
smtpd_client_restrictions =
check_sender_access hash:$config_directory/sender_access_mydomain
check_recipient_access hash:$config_directory/recipient_access_mydomain
reject
して、$config_directory/sender_access_mydomain と recipient_access_mydomain に
example.jp OK
とでも書くとか? 試してないですが。
parent_domain_matches_subdomains に smtpd_access_maps が
含まれているとサブドメインも許可されるかな。
(私は parent_domain_matches_subdomains の挙動が嫌いなので空に設定している)
--
-- Name: SATOH Fumiyasu (fumiyas @ osstech co jp)
-- Business Home: http://www.OSSTech.co.jp/
-- GitHub Home: https://GitHub.com/fumiyas/
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- References
-
- [postfix-jp: 4172] 関係ないドメイン同士のメール処理を禁止したい, takaesu
[検索ページ]
[Postfix-JP ML Home]