[Mailman-Users] What does this error mean?

Ian White iwhite at victoria.tc.ca
Wed May 16 05:11:14 CEST 2001


On Tue, 15 May 2001, Joshua Erdman wrote:

> May 15 19:55:04 2001 (26051) smtp for 1 recips, completed in 0.053 seconds
> May 15 19:55:05 2001 (26051) All recipients refused: host not found
> 
> "host not found" at the end of the second line.  Is that referring to my
> mail server?

Yep, have a look at Mailman/Defaults.py and Mailman/mm_cfg.py and look for
the lines that look like:
# SMTP host and port, when DELIVERY_MODULE is 'SMTPDirect'
SMTPHOST = 'localhost'
SMTPPORT = 0                                      # default from smtplib

Make sure that the SMTPHOST listed there exists. If not, redefine it in
your mm_cfg.py

Ian

-------------------------------------------
Ian White
email: iwhite at victoria.tc.ca






More information about the Mailman-Users mailing list