the plain sendmail module works, and i think you can also use SMTPDirect Cheers
-- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Adam Wozniak Verzonden: maandag 9 februari 2004 23:32 Aan: Jon Carnes CC: [EMAIL PROTECTED] Onderwerp: Re: [Mailman-Users] Need help w/ mailman, qmail 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? -- [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/mailman-users%40lists.e lvandar.org _______________________________________________ Mailman-users mailing list [EMAIL PROTECTED] http://lists.elvandar.org/mailman/listinfo/mailman-users ------------------------------------------------------ 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
