Quote:
|
Originally Posted by falko
If you want the server to deliver mails for main-domain.com locally, then main-domain.com must be listed in /etc/postfix/local-host-names.
|
I don't.
An email for
ben@main-domain.com should go to server1.
An email to
bob@client.com should go to server2.
The problem is server2 rewrites
bob@client.com to
web1_bob@main-domain.com. It should rewrite it to
web1_bob@server2.main-domain.com.
Hope this explains my problem more clearly