On Mon, 17 Feb 2003, Simon White wrote: > Getting an MTA to talk with Win32 might be harder, but apparently Exim > and maybe Postfix will work under cygwin.
Windows 2000 comes with a SMTP server too. Making it work with Mailman would be a little tricky though. As shipped it is only meant to relay email to remote servers and drops all local email into a drop directory. You could write a program to pick up mail from there and deliver it to mailman, or you could write a local delivery driver which does the same thing. alex ------------------------------------------------------ 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
