我們在 centOS 7.4 上執行 Postfix 中繼伺服器。
mynetworks cidr 限制來源 IP 位址
mynetworks = cidr:/etc/postfix/allowlist.cidr
現在,我想設定一些來源 IP 位址範圍透過我們的反垃圾郵件 SMTP 伺服器 (10.0.0.200) 進行中繼,而某些來源 IP 位址不需要中繼主機。直接從 postfix 伺服器發送出去。
例如
192.168.1.0/24 - relay through 10.0.0.200 port 25
192.168.2.0/24 - relay through 10.0.0.200 port 25
192.168.3.0/24 - relay through 10.0.0.200 port 25
192.168.10.0/24 - No need relay host
192.168.20.0/24 - No need relay host
如何在 postfix 中設定這個?運輸?