我想设置一个电子邮件服务器,仅发送电子邮件通知。我已经安装了 Postfix。我有一个电子邮件地址[电子邮件保护]使用 smtp 端口 465 的发送服务器 abc.def.com。我该如何让它工作?我对此很陌生,在其他网站上找不到答案。我真的需要你的帮助。提前谢谢。
答案1
答案在以下网址
http://www.postfix.org/SMTPD_ACCESS_README.html#lists
/etc/postfix/main.cf:
# Relay control (Postfix 2.10 and later): local clients and
# authenticated clients may specify any destination domain.
smtpd_relay_restrictions = permit_mynetworks,
...
点击链接,你就会发现自己设置起来是多么容易