[Mailman-Users] clarification on virtual domains

Paul opensource at unixoses.com
Wed May 7 18:31:13 CEST 2008


On Wed, May 7, 2008 5:07 am, bijayant kumar wrote:
> Hi list,
>
> I have postfix configure for virtual domain. Whenever
> i add a new list for a new domain, it takes the
> new-list at previousdomain.com as a email address for
> newly created list and all the aliases being generated
> on the basis of previousdomain.com. When i change the
> default host this list prefers setting from the
> interface, then mails are started to bounce saying
> user unknown in virtual mailbox table. I will explain
> my problem with the example...
> I have three virtual domain dom1.com,
> dom2.com,dom3.com
> in mm_cfg.py i have
> POSTFIX_STYLE_VIRTUAL_DOMAINS = ['dom1.com']
> add_virtualhost('lists.bijayant.com', 'dom1.com')
>
> It works fine. lists created takes the address
> list1 at dom1.com.
>
> But when i add a new list say list2 like
>
> POSTFIX_STYLE_VIRTUAL_DOMAINS =
> ['dom1.com','dom2.com']
> add_virtualhost('lists.bijayant.com', 'dom1.com')
> add_virtualhost('lists.bijayant.com', 'dom2.com')

Try setting your new domain in postfix in this setting:

mydestination = newdomain.com

Then it will use the mailman aliases or you will need to manual set all
aliasing in the postfix aliasing.







More information about the Mailman-Users mailing list