--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
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
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
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