[Kolab-devel] Kolab 2.1 multidomain "subdomains of primary domain" rewrite bug
Fabio Pietrosanti
lists at pietrosanti.it
Tue Nov 1 18:33:08 CET 2005
Hi all,
in a kolab 2.1 multidomain setup there is a bug related to
masquerade_domains postfix directive handling.
If i create 2 different domains email sending/receiving work fine:
Kolab primary domain: domainA.com
Secondary domain: domaniB.com
When users of domainA.com and domainB.com send email each other all
works fine.
However if i create a Subdomain of the primary domain on kolab managed
domains:
subdomain.domainA.com
then all email coming from user at subdomain.domainA.com will be rewritten
to user at domainA.com .
To solve this issue in main.cf.template must be put a negation in front
of $mydomain.
From:
masquerade_domains = $mydomain
to
masquerade_domains = !$mydomain
More information about the devel
mailing list