[ham] Re: [Mailman-Developers] SMTPServerDisconnected bug
Barry Warsaw
barry at python.org
Tue Apr 22 03:16:11 EDT 2003
On Sun, 2003-04-20 at 23:34, Michael Meltzer wrote:
> ThankYou very much, Your efforts and dedication are appreciated.
I just wish we could fix the problem!
> I pulled from CVS about 10pm(mailman branch, I updated after seeing the 2.1.2 announcement but did not see anything), the code is
> not throwing an exception, nothing in logs/error, on the other hand "No Joy", logs/smtp-failure showing an error for every mail
> recipients.
> tail logs/smtp-failure:
>
> Apr 20 22:51:13 2003 (50845) delivery to mjmaxwell at xxx.com failed with code -1: ignore
> Apr 20 22:51:13 2003 (50845) delivery to CarolN8 at xxx.com failed with code -1: ignore
> Apr 20 22:51:13 2003 (50845) delivery to al.shell at xxx.net failed with code -1: ignore
> Apr 20 22:51:13 2003 (50845) delivery to logicunltd at xxx.com failed with code -1: ignore
> Apr 20 22:51:13 2003 (50845) delivery to Dayz at xxx.com failed with code -1: ignore
> Apr 20 22:51:13 2003 (50845) delivery to anima13 at xxx.net failed with code -1: ignore
> Apr 20 22:51:13 2003 (50845) delivery to sk8ersr at xxx.net failed with code -1: ignore
> Apr 20 22:51:13 2003 (50845) delivery to GeorgeS at xxx.tv failed with code 554: <GeorgeS at xxx.tv>: Relay access denied
> Apr 20 22:51:13 2003 (50845) delivery to wchurchman at xxx.com failed with code -1: ignore
> Apr 20 22:51:13 2003 (50845) delivery to captrhardt at xxx.com failed with code -1: ignore
Please look in logs/smtp and try to correlate these errors with entries
in that file. You should see something like "All recipients refused: "
followed by a reason. The -1 code means that one of the following
exceptions occurred during the send: socket.error, SMTPException,
IOError. The reason in the file should give us our clue.
You might also try correlating these entries with any that might be in
your MTA log file.
-Barry
More information about the Mailman-Developers
mailing list