I've got a little quasion about postfixs transport:
Quote:
|
Originally Posted by falko
Code:
echo "smtp *:[<IP address of new server>]" >> /etc/postfix/transport
postmap /etc/postfix/transport
/etc/init.d/postfix restart
|
I googled a little bit around to get to know what this line really does.
Everywhere I found the example
Code:
domain.tld smtp:[<IP address of new server>]
.domain.tld smtp:[<IP address of new server>]
So I'm a little bit confused which to use.
I want to forward all mails from server A to server B. A and B use the same configuration (same users, uids, guids, webs and so on)
Thanks for the good explanation at the start of this thread!