mailman, zimbraintegration.py and virtual hosts

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
6131auanton
Posts: 23
Joined: Fri Sep 12, 2014 10:30 pm

mailman, zimbraintegration.py and virtual hosts

Post by 6131auanton »

hi all,

how can i add virtual domains oto mailman, using the method described in ZCS">http://wiki.zimbra.com/wiki/ZCS_Mailman_Integration>ZCS Mailman Integration - Zimbra :: Wiki ( zimbraintegration.py )
in other words:

wiki-instructions say that i have to define:

4 . The domain name for which we are receiving email (EMAIL_DOMAIN)



...and everything works fine for this domain ( create list/zimbra-accounts - delete list/zimbra-accounts ... )
But how can i have mailman-lists for different domains like: list1@domain.one - list2@domain.two ?



thanks for help

anton
-----------------

edit:
lines inserted in mm_cfg.py:

...

POSTFIX_STYLE_VIRTUAL_DOMAINS = [ 'domain.one', 'domain.two', ]

...

add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

add_virtualhost( 'domain.two', 'domain.two' )

Post Reply