天天看點

Rhel7本地郵件系統,伺服器和客戶機都配置postfix和null client

Rhel7本地郵件系統,伺服器和客戶機都配置postfix和null client

本地郵件:loopback-only,目地無,中繼他給,網絡自己,源域名,本地轉發禁用

Vim /etc/postfix/main.cf

Inet_interfaces=loopback-only

Mydestination=

Relayhost=[smtp.desktopX.example.com]

Myorigin=desktopX.example.com

Mynetworks=127.0.0.0/8[::1]/128

Local_transport=error:local delivery diskabled

systemctl restart postfix.service

systemctl enable postfix

      本文轉自810105851 51CTO部落格,原文連結:http://blog.51cto.com/4708948/1701928,如需轉載請自行聯系原作者