Re: [Mailman-Users] Bounced messages with Mailman 2.1 and Postfix2.5 Virtual Mailboxes

2007-06-10 Thread Steve Burling
--On June 10, 2007 10:01:52 AM -0700 Mark Sapiro <[EMAIL PROTECTED]> wrote: > Defaults.py says: > >MTA should name a module in Mailman/MTA which provides the MTA >specific functionality for creating and removing lists. Some MTAs >like Exim can be configured to automatically recognize

Re: [Mailman-Users] Bounced messages with Mailman 2.1 and Postfix2.5 Virtual Mailboxes

2007-06-10 Thread Mark Sapiro
Benjamin Donnachie wrote: > >I kept getting that and in the end replaced it with: > >MTA = '' That will work and so will MTA = 0 MTA = False MTA = [] MTA = {} MTA = x where x is one of No, no, Off or off because these are all defined as False in Defaults.py. These all work because they are eit

Re: [Mailman-Users] Bounced messages with Mailman 2.1 and Postfix2.5 Virtual Mailboxes

2007-06-07 Thread Jennifer Redman
I did originally make the MTA = 'None' mistake. Thanks for your help as well Mark. Jen On 6/7/07, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Jennifer Redman wrote: > > > >Had to change a few paths and kept getting a no module error when I added > >MTA = None -- easy configuration compared to the

Re: [Mailman-Users] Bounced messages with Mailman 2.1 and Postfix2.5 Virtual Mailboxes

2007-06-07 Thread Mark Sapiro
Jennifer Redman wrote: > >Had to change a few paths and kept getting a no module error when I added >MTA = None -- easy configuration compared to the other method I was >attempting. I assume you figured it out, but if not, it must be MTA = None and not MTA = 'None' -- Mark Sapiro <[EMAIL PRO