我们的一个客户使用CentOS 5.11虚拟服务器托pipe他们的电子邮件,他们正在使用控制面板的“ISP经理”。 邮件运行通过Dovecot和Sendmail。
他们无法收到新邮件到他们的电子邮件地址,因为他们都popup以下消息(这是什么出现在/ var / log / maillog):
Oct 3 10:33:39 *********** sendmail[2494]: u93EXcxX002494: <andrew@***********.co.uk>... Account temporary disabled
有谁能够build议可能是什么原因造成的? 我已经更新了机器上的所有内容,我在机器上设置了另一个电子邮件帐户,并且能够收到电子邮件,没有任何问题,只是这个拒绝工作。
实际的退回电子邮件是这样的:
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: andrew@***********.co.uk: SMTP error from remote server for RCPT TO command, host: mail.***********.co.uk (***.***.***.***) reason: 553 5.3.0 <andrew@***********.co.uk>... Account temporary disabled
以下是默认情况下在Dovecotconfiguration中所做的更改:
dovecot -n # 1.0.7: /etc/dovecot.conf login_dir: /var/run/dovecot/login login_executable(default): /usr/libexec/dovecot/imap-login login_executable(imap): /usr/libexec/dovecot/imap-login login_executable(pop3): /usr/libexec/dovecot/pop3-login mail_executable(default): /usr/libexec/dovecot/imap mail_executable(imap): /usr/libexec/dovecot/imap mail_executable(pop3): /usr/libexec/dovecot/pop3 mail_plugin_dir(default): /usr/lib64/dovecot/imap mail_plugin_dir(imap): /usr/lib64/dovecot/imap mail_plugin_dir(pop3): /usr/lib64/dovecot/pop3 auth default: passdb: driver: pam userdb: driver: passwd
这里是Sendmailconfiguration(由于SF字符限制,我不得不将其复制到Pastebin): http : //pastebin.com/mN8YfgcA
这里是从maillog请求的grep输出:
Oct 3 10:33:39 *********** sendmail[2494]: u93EXcxX002494: <andrew@***********.co.uk>... Account temporary disabled Oct 3 10:33:39 *********** sendmail[2494]: u93EXcxX002494: from=<***********@***********.com>, size=0, class=0, nrcpts=0, proto=SMTP, daemon=MTA, relay=**-***-***-**.***********.com [**.***.***.**]
这只是五个电子邮件帐户之一已经设置,这似乎是非常不寻常的,maillog似乎没有“temelaxy禁用”的信息。
谢谢。