On 29 November 2001, Kory Wheatley said:
> Mailman 2.0.7 has been working fine on a RED HAT 7.2 machine without a
> configuration change and all of a sudden it's not delivering messages,
> all of the messages have been just setting in the /home/mailman/qfiles
> directory.
[...]
> SMTP file
> Nov 29 09:46:01 2001 (3452) smtp for 94 recips, completed in 0.006
> seconds
> Nov 29 09:46:01 2001 (3452) All recipients refused: (111, 'Connection
> refused')
> 
> SMTP-FAILURE file
> Nov 29 09:50:00 2001 (3470) -1 [EMAIL PROTECTED] (ignore)

Is someone listening to port 25?  What happens if you

  telnet localhost 25

on the host in question?  (I assume your Mailman host and mail server
are the same host.)

Try a simple SMTP session, emulating what Mailman does, eg.

  EHLO localhost
  MAIL FROM:<[EMAIL PROTECTED]>
  RCPT TO:<[EMAIL PROTECTED]>

Any clue?

        Greg
-- 
Greg Ward - software developer                [EMAIL PROTECTED]
MEMS Exchange                            http://www.mems-exchange.org

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to