Hello.
See: http://www.postfix.org/transport.5.html
Per the table search order, user accounts need to be listed first,
before the domain
IE:
[email protected] relay:[smtp1.server.com]
domain.com relay:[smtp.server.com]
See: Postfix users <[email protected]>
Zalezny Niezalezny wrote:
Hi All,
by default in my Postfix configuration I`m routing all E-mails for the
domain:
*@domain.com <http://domain.com>
to some external SMTP server. I configure it in the
/etc/postfix/transport
domain.com <http://domain.com> relay:[smtp.server.com
<http://smtp.server.com>]
Now comes my question, how may I redirect following E-mail
[email protected] <mailto:[email protected]>
to some other server smtp1.server.com <http://smtp1.server.com>.
I simply would like to redirect all E-mails with domain @domain.com
<http://domain.com> to smtp.server.com <http://smtp.server.com> and
one e-mail [email protected] <mailto:[email protected]> to some
specified server smtp1.server.com <http://smtp1.server.com>.
How to do it properly ?
Thanks in advance for any hints.
Zalezny