Re: [Exim] Mailman and bounces with exim.

Top Page
Delete this message
Reply to this message
Author: David Broome
Date:  
To: David Holland
CC: exim-users
Subject: Re: [Exim] Mailman and bounces with exim.
Thanks,

Another part to the equation is:

SMTPHOST = 'localhost'
SMTPPORT = 0                                      # default from smtplib


What SMTPPORT do you have set. I tried 0 and 25 I get this:

tail ~mailman/logs/smtp

Jan 23 10:29:03 2002 (31441) All recipients refused: (111, 'Connection
refused')
Jan 23 10:29:03 2002 (31441) smtp for 3 recips, completed in 0.061 seconds
Jan 23 10:30:03 2002 (31609) All recipients refused: (111, 'Connection
refused')
Jan 23 10:30:03 2002 (31609) smtp for 3 recips, completed in 0.049 seconds
Jan 23 10:31:03 2002 (31796) All recipients refused: (111, 'Connection
refused')
Jan 23 10:31:03 2002 (31796) smtp for 3 recips, completed in 0.077 seconds
Jan 23 10:32:02 2002 (31925) All recipients refused: (111, 'Connection
refused')
Jan 23 10:32:02 2002 (31925) smtp for 3 recips, completed in 0.044 seconds
Jan 23 10:32:04 2002 (31925) All recipients refused: (111, 'Connection
refused')
Jan 23 10:32:04 2002 (31925) smtp for 3 recips, completed in 0.011 seconds

Dave,
--
David Broome   Programmer-Analyst.FineArts.UVic.CA  /BSc /CNA /MCP
250.721-6307   dbroome@???                FIA 221


On Wed, 23 Jan 2002, David Holland wrote:

> On Wed, Jan 23, 2002 at 09:35:39AM -0800, David Broome wrote:
> > Oh - okay I have re greped all the documentation and conf files and see no
> > menion of SMTPDirect except from a caution not to do DNS resolution as
> > well.
>
> In /var/mailman/Mailman/Defaults.py (on a Red Hat 7.1 box):
>
> # SECURITY WARNING: The Sendmail module is not secure! Please read the
> # comments in Mailman/Handlers/Sendmail.py for details. Use at your own
> # risk.
> #
> #DELIVERY_MODULE = 'Sendmail'
> DELIVERY_MODULE = 'SMTPDirect'
>
> Dave
> --
> David Holland           =*=   Systems Manager   =*=   tel: +44 01223 478900
> http://www.3glab.com/   =*=     3G Lab, UK      =*=   fax: +44 01223 478901

>