
Hi all, I'm running a mail server with Debian Lenny, MTA is Postfix and i will use postfix-to-mailma.py script to run list
I would set up Mailman for running mailing list with same email prefix on different domains, obvious with different list names
For example we have ml.domain1.com and ml.domain2.net, i would like to have
LISTADDRESS LISTNAME tech@ml.domain1.com tech-ml.domain1.com tech@ml.domain.2.net tech-ml.domain2.net
In this way i can have the same address on differente domains and Mailman (my version is 2.1.11) can distinguish between lists because the list name is different. The list name will be also used to access web interface, so we have
http://ml.domain1.com/mailman/admin/tech-ml.domain1.com http://ml.domain2.net/mailman/admin/tech-ml.domain2.net
Is possible to accomplish this task? Any idea?