If I did this with a canonical map that said
@my-domain.com @mydomain.com
Would ISPconfig mess with the canonical file?
in main.cf add
Quote:
|
canonical_maps = hash:/etc/postfix/canonical
|
and in /etc/postfix/canonical add
Quote:
|
@my-domain.com @mydomain.com
|
and then
Quote:
|
postmap /etc/postfix/canonical
|