Adrian Cooper wrote: > >Can Mailman be configured to use Sendmail to send and Exim to receive?
Default Mailman uses SMTPDirect.py to send. This in turn uses the python smtplib to establish connection to SMTPHOST and SMTPPORT for sending. The defaults for these in Defaults.py are 'localhost' and 0 respectively. Port 0 tells smtplib to use its default which presumably is 25. Thus if you set SMTPPORT in mm_cfg.py to some value other than 0 or 25 which won't conflict with other ports and set up Sendmail on localhost to listen on that port while leaving Exim as your incoming MTA on port 25, I think that would do it. Or you could use Sendmail on a different host by setting SMTPHOST. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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/
