I currently run virtual domains with Sympa

To get around the aliases file bottleneck and allow pure virtual
hosting, Sympa uses the virtual aliases file to map the recipients like
this:

  li...@lists.example.org      lists.example.org-list1@myhostname

and each of those entries is then matched by an entry like this in the
aliases file:

  lists.example.org-list1:   "|/usr/lib/sympa/bin/queue
li...@lists.example.org"

Migrating to Mailman, I'd like to do something like this:

  lists.example.org-list1:  
"|/var/lib/mailmen/lists.example.org/mail/mailman post list1"

where I have a dedicated Mailman install under
/var/lib/mailmen/lists.example.org just for that domain.


Should this all work OK with Mailman?

Will Mailman even notice that the envelope address was changed into
something else or does it only look at what is inside the message?

Is there any way to automatically create aliases like this, or any hook
where Mailman can call a script that I use for creating the aliases?

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to