On 9 Feb 2004, Jon Carnes wrote:Check out FAQ 3.14, it is a troubleshooting checklist. Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Ok, I was looking at an earlier version of that document that didn't mention mailmanctl. Sure enough:
[EMAIL PROTECTED] log]# ps -aux| grep mailmanctl |grep -v grep
So I poke and eventually:
[EMAIL PROTECTED] log]# /var/mailman/bin/mailmanctl start Site list is missing: mailman
Ok, search google, more FAQs, doh! Re-read the install and make the 'mailman' list, then try again...
[EMAIL PROTECTED] log]# /var/mailman/bin/mailmanctl start Starting Mailman's master qrunner.
Then I get a whole bunch of these:
Traceback (most recent call last):
File "/var/mailman/bin/qrunner", line 270, in ?
main()
File "/var/mailman/bin/qrunner", line 217, in main
qrunner = make_qrunner(*runners[0])
File "/var/mailman/bin/qrunner", line 123, in make_qrunner
qrunner = qrclass(slice, range)
File "/var/mailman/Mailman/Queue/OutgoingRunner.py", line 57, in __init__
mod = __import__(modname)
ImportError: No module named Qmail
Maybe changing DELIVERY_MODULE back to Sendmail? Or maybe SmtpDirect?
Use the default SMTPDirect for _any_ MTA, including sendmail. Regarding the Sendmail module the following is a quote from $prefix/Defaults.py, so it is best not to use it:
<quote>
# WARNING: Sendmail has security holes and should be avoided. In fact, you
# must read the Mailman/Handlers/Sendmail.py file before it will work for
# you.
</quote>
--
[EMAIL PROTECTED] http://cuddlepuddle.org/~adam/pgp.html
http://cuddlepuddle.org/~adam/resume.html
"The dinosaurs are not around today because they did not have a space program."
-- Arthur C. Clarke
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
