Daniel L. Miller wrote:
Noel Jones wrote:
------- Original Message -------
From: "Daniel L. Miller" <dmil...@amfes.com>
Would I do this using the transport_maps? Something like:
myu...@otherdomain.com smtp:[192.168.0.72]:25
--
Daniel
yes, exactly.
Sounds like a firewall problem.
-- Noel Jones
Ok - wasn't quite that simple. I added the transport line - but now I
have the new server complaining about "loops back on myself".
If the transport specifically says which server to use, and the target
server is the designated local/virtual server for that domain - where's
the loop?
Probably because the destination server answers with the same
hostname. Postfix detects this as a loop.
To fix this, change either smtp_helo_name on the sending
client, smtpd_banner on the receiving server, or myhostname on
either.
-- Noel Jones