邮件服务器正在运行但未收到电子邮件

邮件服务器正在运行但未收到电子邮件

我正在运行 Ubuntu,并尝试使用 ISPConfig 3 设置我的邮件服务器。这是我收到的错误:

Mail Queue (Server : droplet.domain.co.za)
Data from: 2014-07-16 12:40
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
0D0FA25451 627 Wed Jul 16 03:21:02 [email protected]
(connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
[email protected]

AC0AF23289 628 Wed Jul 16 12:19:01 [email protected]
(mail transport unavailable)
[email protected]

AE3462545B 679 Wed Jul 16 06:55:19 [email protected]
(mail transport unavailable)
[email protected]

50C5425443 679 Wed Jul 16 01:24:04 [email protected]
(connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
[email protected]

-- 3 Kbytes in 4 Requests.

NB: domain (my domain is not domain) 

每当我向创建的邮箱发送电子邮件时,它们都不会发送。我的 Gmail 帐户出现以下错误:

暂时故障的技术细节:

The recipient server did not accept our requests to connect. 
Learn more at http://support.google.com/mail/bin/answer.py?answer=7720
[(0) domain.co.za. [192.xxx.xxx.xx]:25: Connection dropped]

答案1

您配置为在端口 10024 上运行的任何服务均未运行。/etc/postfix/master.cf如果您还不知道,请检查您的服务以找出它是什么服务,然后启动该服务。

相关内容