首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >无法在iredmail上将发送出去的邮件发送到另一个域

无法在iredmail上将发送出去的邮件发送到另一个域
EN

Server Fault用户
提问于 2020-10-03 06:48:45
回答 1查看 709关注 0票数 -2
代码语言:javascript
运行
复制
sudo tail /var/log/maillog
Oct  3 06:39:28 instance-23 postfix/master[63679]: warning: process /usr/libexec/postfix/trivial-rewrite pid 64274 exit status 1
Oct  3 06:39:28 instance-23 postfix/master[63679]: warning: /usr/libexec/postfix/trivial-rewrite: bad command startup -- throttling
Oct  3 06:39:54 instance-23 postfix/qmgr[63681]: warning: problem talking to service rewrite: Connection timed out
Oct  3 06:40:25 instance-23 postfix/postscreen[64336]: fatal: myhostname and relayhost parameter settings must not be identical: mail.duchi.net
Oct  3 06:40:26 instance-23 postfix/master[63679]: warning: process /usr/libexec/postfix/postscreen pid 64336 exit status 1
Oct  3 06:40:26 instance-23 postfix/master[63679]: warning: /usr/libexec/postfix/postscreen: bad command startup -- throttling
Oct  3 06:40:28 instance-23 postfix/trivial-rewrite[64337]: fatal: myhostname and relayhost parameter settings must not be identical: mail.duchi.net
Oct  3 06:40:29 instance-23 postfix/master[63679]: warning: process /usr/libexec/postfix/trivial-rewrite pid 64337 exit status 1
Oct  3 06:40:29 instance-23 postfix/master[63679]: warning: /usr/libexec/postfix/trivial-rewrite: bad command startup -- throttling
Oct  3 06:40:55 instance-23 postfix/qmgr[63681]: warning: problem talking to service rewrite: Connection timed out
EN

回答 1

Server Fault用户

发布于 2020-10-03 08:43:43

邮件服务器或邮件传输代理(mta)所需的防火墙配置如下;

  • 25,465,587用于SMTP
  • 110,995 % POP
  • 143,993用于IMAP
  • 53对于DNS,

您可以使用从Internet上找到的端口控制网页检查上述端口。

此外,如果您可以指定操作系统,我可以帮助您定义防火墙。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/1036227

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档