|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: 451 Error: queue file write error
From: Wietse Venema (wietse
porcupine.org)
Date: Wed Nov 30 2005 - 06:31:17 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stephen Fung:
> Hi,
>
> Recently our postfix servers generated the following error while
> receiving some junk mails from outside. We found that there is a strange
> header line with 8-bit characters which seems to be the problem source.
>
> The problem is, the return code of this error is 451 instead of 5xx,
> which caused the peer to keep on trying. How can we configure postfix to
> return a 5xx return code to the peer instead of 451? By means of header
> check or some other parameters?
Wietse Venema wrote:
> The answer is in the maillog file.
Stephen Fung:
> The only error message I found in maillog is generated by postfix/smtpd
> as following:
>
> warning: premature end-of-input on public/cleanup socket while reading
> input attribute name
That is the error. The cleanup server aborts without receiving the mail.
Wietse
http://www.postfix.org/DEBUG_README.html#logging
...
When Postfix does not receive or deliver mail, the first order of
business is to look for errors that prevent Postfix from working
properly:
% egrep '(warning|error|fatal|panic):' /some/log/file | more
Note: the most important message is near the BEGINNING of the
output.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]