Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-18 Thread Mark Sapiro
Christian Anton wrote: > >Adding a new >list with the shell command >'newlist [EMAIL PROTECTED]' creates a new list, very fine. I >get the message from mailman that my new list is created. But the >automatically created virtual_mailman file is wrong format: > >[EMAIL PROTECTED] >li

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-18 Thread Christian Anton
Mark Sapiro wrote: Christian Anton wrote: i got it installing finally, applying the patch line after line manually in editor. It installes everything fine, but now when i want to create a list "mailman" i get the following error: ipx10995 mailman # ./bin/newlist Name der Mailingliste: mailman

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-18 Thread Christian Anton
Mark Sapiro wrote: Over the UI i can't create a List either. I have the following in my mm_cfg.py: ## # Put YOUR site-specific settings below this line. DELIVERY_MODULE = 'SMTPDirect' SMTPHOST = 'localhost' SMTPPORT = 10025 SMTP_MAX_RCPTS = 1000 MTA

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-17 Thread Mark Sapiro
Christian Anton wrote: > >i got it installing finally, applying the patch line after line manually >in editor. It installes everything fine, but now when i want to create a >list "mailman" i get the following error: > >ipx10995 mailman # ./bin/newlist >Name der Mailingliste: mailman >e-Mailadress

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-16 Thread Christian Anton
Indentation is critical in Python. You have not properly matched indentation between the patch and the base in MailList.py. It is safest to indent with spaces only. Mixing spaces and tabs in one file causes problems. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francis

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-15 Thread Christian Anton
Thank you for your respond Mark, i'm attaching your Mail here 'cause you sent it to me personally. I will try to take more care about the indentation when patchin the sourcecode again and tell you if it worked or not. greets Christian Mark Sapiro wrote: Indentation is critical in Python. You h

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-14 Thread Mark Sapiro
Christian Anton wrote: > >I'm wanting to use mailman on a postfix-powered machine with virtual >domains. As i found out that "out-of-the-box" mailman does not support >this fine (one only namespace for mailing list names etc) i found this >patch in the FAQ of mailman: >http://sourceforge.net/tra

[Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-14 Thread Christian Anton
Hi everybody! I'm wanting to use mailman on a postfix-powered machine with virtual domains. As i found out that "out-of-the-box" mailman does not support this fine (one only namespace for mailing list names etc) i found this patch in the FAQ of mailman: http://sourceforge.net/tracker/index.php?f