Jesse Storry wrote:
What I am looking for is a folder to drop the messages into such that they get picked up and processed by Mailman, or is there a program to invoke which takes an email message as an argument? I have been a little unclear as to how Mailman finds and processes new mail.
Mailman gets the message from the MTA, which passes the contents of the message on the command-line to the appropriate Mailman program.
Different MTAs may handle this process in a different way, but with common MTAs like sendmail or postfix, this is controlled through the "alias" files, so that [EMAIL PROTECTED] gets redirected to the right invocation of the right program with the right command-line arguments.
Integration of Mailman with Exchange is a pretty black art, in my experience. If you wanted to run a local MTA on the machine and have that machine push all outgoing mail through your Exchange server, you could do that. But how you configure Exchange to recognize mail delivered to it as being something that should be delivered to the back-end Mailman server is something totally different.
In my experience, most people try to hide their Exchange servers behind Unix boxes, because the Exchange server can't deal with all the traffic and kinds of abuse that happens in the real world, and they set up the Unix server to filter all that out before it gets to Exchange.
-- Brad Knowles <[EMAIL PROTECTED]> Member of the Python.org Postmaster Team, & Co-moderator of the mailman-users and mailman-developers mailing lists ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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