Plesk 17邮件无效

时间:2017-01-02 23:46:38

标签: email smtp plesk

我正在使用Plesk 17和我的Node.js应用程序。 尽我所能。我可以收到来自Gmail的电子邮件,我可以从@mydomain发送电子邮件到@mydomain。但我无法将@mydomain的电子邮件发送到其他任何地方。 我得到以下错误 -

  

postfix / smtp [27320]:A981CC1FE4:to =,relay = none,   delay = 90,延迟= 0.3 / 0.01 / 90/0,dsn = 4.4.1,status = deferred(连接到   alt2.gmail-smtp-in.l.google.com [74.125.130.27]:25:连接时间   出)

1 个答案:

答案 0 :(得分:0)

答案是端口25被阻止,所以我们有3个选项

1- Contact the ISP to unblock the port
2- Change the port in postfix to submission port 587 per example
3- Use other mail server.

希望它有所帮助。