nsc
09-18-2004, 02:37 PM
Hi! :)
I seem to have some trouble with Mailman 2.1.5 (http://www.list.org), a Python (http://www.python.org) implementation of a mailing list manager/server.
I installed GNU compiler and Python (version 2.2.2) via the Westhost's SiteManager 2.0. Then, I followed the instructions found at Matt's Westhost Addons (http://www.domsch.com/westhost) (thanks!).
After 2-3 tries, I compiled Mailman successfully. I consulted the INSTALL and README files and set it up. I also configured correctly (I believe) the cron jobs that Mailman wants.
The configuration file of Mailman is mm_cfg.py and it can accept a setting telling it where the SMTP (Mail Transfer Agent) server lives.
My setup is:
SMTPHOST = 'wikinerds.org'
I also tried:
SMTPHOST = 'mail.wikinerds.org'
Neither works. Mailman seem unable to send email. I can access the web interface, start Mailman, subscribe emails (me), etc, but Mailman doesn't send anything.
Mailman keeps some log files. One of them is named "post" and it contains many lines that are like this one:
Sep 18 13:22:24 2004 (23519) post to mailman from mailman-admin@wikinerds.org, size=1762, message-id=<ma
ilman.0.1095484716.1588.mailman@wikinerds.org>, 1 failures
There is also a log file named "smtp-failure" with many entries like this one:
Sep 18 13:25:33 2004 (23519) delivery to info@wikinerds.org failed with code -1: (110, 'Connection timed
out')
There is also an "smtp" log file which has lines like this:
Sep 18 13:28:42 2004 (23519) <mailman.1.1095486181.13384.mailman@wikinerds.or g> smtp for 1 recips, compl
eted in 189.078 seconds
It seems like Mailman cannot access the SMTP server, or like the SMTP server can be accessed but refuses authorisation or something like that. According to my understanding, Mailman scripts work correctly, try to send email, and the SMTP connection times out after about 3 minutes. Since this is the first time I try to install Mailman, probably I configured something in the wrong way.
Can someone tell me what I need to do to make Mailman send mail successfully? Sorry for the long post, if I can get this problem fixed I promise you to write a detailed guide on mailman installation and post it on the forum :) :) :)
Thanks for reading this!
-- NSK
I seem to have some trouble with Mailman 2.1.5 (http://www.list.org), a Python (http://www.python.org) implementation of a mailing list manager/server.
I installed GNU compiler and Python (version 2.2.2) via the Westhost's SiteManager 2.0. Then, I followed the instructions found at Matt's Westhost Addons (http://www.domsch.com/westhost) (thanks!).
After 2-3 tries, I compiled Mailman successfully. I consulted the INSTALL and README files and set it up. I also configured correctly (I believe) the cron jobs that Mailman wants.
The configuration file of Mailman is mm_cfg.py and it can accept a setting telling it where the SMTP (Mail Transfer Agent) server lives.
My setup is:
SMTPHOST = 'wikinerds.org'
I also tried:
SMTPHOST = 'mail.wikinerds.org'
Neither works. Mailman seem unable to send email. I can access the web interface, start Mailman, subscribe emails (me), etc, but Mailman doesn't send anything.
Mailman keeps some log files. One of them is named "post" and it contains many lines that are like this one:
Sep 18 13:22:24 2004 (23519) post to mailman from mailman-admin@wikinerds.org, size=1762, message-id=<ma
ilman.0.1095484716.1588.mailman@wikinerds.org>, 1 failures
There is also a log file named "smtp-failure" with many entries like this one:
Sep 18 13:25:33 2004 (23519) delivery to info@wikinerds.org failed with code -1: (110, 'Connection timed
out')
There is also an "smtp" log file which has lines like this:
Sep 18 13:28:42 2004 (23519) <mailman.1.1095486181.13384.mailman@wikinerds.or g> smtp for 1 recips, compl
eted in 189.078 seconds
It seems like Mailman cannot access the SMTP server, or like the SMTP server can be accessed but refuses authorisation or something like that. According to my understanding, Mailman scripts work correctly, try to send email, and the SMTP connection times out after about 3 minutes. Since this is the first time I try to install Mailman, probably I configured something in the wrong way.
Can someone tell me what I need to do to make Mailman send mail successfully? Sorry for the long post, if I can get this problem fixed I promise you to write a detailed guide on mailman installation and post it on the forum :) :) :)
Thanks for reading this!
-- NSK