Re: [Mailman-Users] mailman with postfix and virtual mailbox domains

2009-01-28 Thread Gerd Moritz
I have found kind of a solution which is not very elegant but gets the job done.
I now use "transport_maps" in postfix with regular expressions like

 /^(mylist|mylist-.*)@mydomain\.net$/   mailman:

In mm_cfg.py for now I set "MTA=None"  but maybe I can edit
/usr/lib/mailman/Mailman/MTA/Postfix.py so that it will update my
"virtual-mailbox-maps".
Right now I manually edit "virtual-mailbox-maps" with regexp like

/^(mylist|mylist-.*)@mydomain\.net$/ 1

so that my SMTP accepts mails to my lists.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] mailman with postfix and virtual mailbox domains

2009-01-28 Thread Mark Sapiro
Gerd Moritz wrote:

>I have a postfix server running which can handle mail for 3 domains
>via "virtual mailbox domains".
>Now I want to use mailman to offer mailinglists for those 3 domains.
>I read the documentation and found
>http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html
>but this seems only be relevant for "virtual alias domains" which is
>not what I am using.
>
>How is mailman/posfix supposed to be configured for usage with
>"virtual mailbox domains" ?


As you have discovered, Mailman/Postfix integration with Postfix
virtual domains uses virtual alias domains, not virtual mailbox
domains. If you want/need to use virtual mailbox domains, I'm afraid
at this point you're on your own.

Mailman supports two delivery methods. The normal method is delivery to
a command via a pipe using aliases or some programmatic transport in
some MTAs which support it. This is not delivery to a mailbox, so
virtual mailbox domains will not support this.

The other method is delivery to a MAILDIR. See the comments both before
and after the line "USE_MAILDIR = No" in Defaults.py. It is possible
to use MAILDIR delivery for addresses in virtual mailbox maps, so you
can probably set this up, but you would have to modify
Mailman/MTA/Postfix.py to generate the proper maps or maintain them
manually.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] mailman with postfix and virtual mailbox domains

2009-01-27 Thread Gerd Moritz
Hello,
I have a postfix server running which can handle mail for 3 domains
via "virtual mailbox domains".
Now I want to use mailman to offer mailinglists for those 3 domains.
I read the documentation and found
http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html
but this seems only be relevant for "virtual alias domains" which is
not what I am using.

How is mailman/posfix supposed to be configured for usage with
"virtual mailbox domains" ?

Thanks a lot and greetings,

Gerd Moritz
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9