From: "Mark Sapiro" <[EMAIL PROTECTED]> > Helmut Schneider wrote: >>I'm not talking about inbout mails/requests, just outbound, mails > generated by mailman. > Mailman uses the outgoing MTA defined in SMTPHOST (default = > 'localhost'). By defining SMTPHOST and perhaps SMTPPORT in mm_cfg.py, > you can use any outgoing MTA that you can connect to (a small patch to > Mailman is required if the MTA requires authorization to forward mail).
Thanks, but I wonder why mailman does not send emails e.g. invitations. In mm_cfg.py I set: DELIVERY_MODULE = 'SMTPDirect' SMTPHOST = 'localhost' SMTPPORT = 25 There are no errors at logs/error, there is a hosts and a resolv.conf. The logfile (of postfix) does not show a connection attempt. ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
