On 6/14/2012 11:30 AM, jferi...@gmail.com wrote:
> I have a Postfix server which receives mail messages and if they are
> not local forwards them to another host... using the relayhost =
> [x.x.x.x] directive in main.cf
> 
> After configuring the relayhost, some domains are marking as spam the
> messages by the remote servers, i think is for the hop between th
> servers in the mail headers...
> 
> Are there a Way to tell my postfix "dont sent this external domain
> "externaldomain1.com" through the relayhost, try to send it directly,
> the rest external mails, keep using the relayhost" ?...


http://www.postfix.org/transport.5.html

# main.cf
transport_maps = hash:/etc/postfix/transport


# transport
example.com   smtp:

(deliver example.com directly)


  -- Noel Jones

Reply via email to