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

[postfix-jp: 2256] Re: リレードメインの制限



岩本といいます。

On Thu, 21 Sep 2006 09:51:22 +0900
KEISUKE_HAMANAKA@xxxxxxxxxxxxx wrote:

> relay_domainsパラメータで、メール中継を行う
> ドメインを指定したいのですが、ここに設定した
> ドメインのサブドメインまで、リレーが許可されるようです。
> 
> By default, Postfix relays mail
> # - from "trusted" clients (IP address matches $mynetworks) to any 
> destination,
> # - from "untrusted" clients to destinations that match $relay_domains or
> #   subdomains thereof, except addresses with sender-specified routing.

指定したドメインのサブドメインを含めるかどうかは、
parent_domain_matches_subdomainsで制御できます。
postconf -d parent_domains_matches_subdomainsで確認した設定から、
relay_domainsを値をmain.cfで設定すればいいはずです。

[main.cf]
parent_domain_matches_subdomains =
    debug_peer_list,
    fast_flush_domains,
    mynetworks,
    permit_mx_backup_networks,
    qmqpd_authorized_clients,
    smtpd_access_maps

> 存在しないサブドメイン宛のメール中継を拒否したいので、relay_domainsで
> 厳密に中継するドメインを限定したいのですが、どのような方法がありますでしょ
> うか?

存在しないサブドメイン宛のメール中継を拒否したいだけならば、
transportでエラーになるように設定してもいいと思います。

[main.cf]
transport_maps = $config_directory/transport

[transport]
example.jp        :[10.0.0.1]
sub1.example.jp   :[10.0.0.2]
local.example.jp  local:
.example.jp       error:Unknown domain

-- 
いわもと こういち(sue@xxxxxxxx/sue@xxxxxxxxx/sue@xxxxxxxxxx)
# なるようになれ、明日もイケイケ♪
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list

Follow-Ups
[postfix-jp: 2257] Re: リレードメインの制限, IWAMOTO Kouichi
References
[postfix-jp: 2255] リレードメインの制限, KEISUKE_HAMANAKA

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