ubuntu – Exim4:不允许接力

前端之家收集整理的这篇文章主要介绍了ubuntu – Exim4:不允许接力前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我收到了错误邮件:无法访问您的服务器;电子邮件未发送.当我查看Exim错误日志时,我会看到发送邮件的主机,然后是’relay not allowed’.我现在能做什么?
您需要将主机的IP地址添加到“允许的转发器”列表中.

Here is一篇关于如何在Ubuntu下配置的简单文章,它具有拆分文件类型的配置(如debian),因此与官方版本不同.

基本上:

you set dc_relay_nets under update-exim4.conf.conf to the IP address of the machine you want to relay from. Then you do the split config dance and run update-exim4.conf and you should now be able to relay email from that IP (or range of IPs).

原文链接:https://www.f2er.com/ubuntu/348250.html

猜你在找的Ubuntu相关文章