On Thu, Jun 14, 2012 at 09:30:59AM -0700, 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...

Possibly, but it is hard to say. Deliverability is a tough issue 
which is not entirely on topic here (usually it has much more to do 
with your IP reputation than with any Postfix settings.) If your 
relayhost IP has a worse reputation than you do, you're in bad luck.

Look into DKIM signing, and possibly even SPF. Those are more likely 
to help with the problem you are seeing.

> 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" ?...

See transport_maps in the documentation, and the transport(5) manual.

http://www.postfix.org/postconf.5.html#transport_maps
http://www.postfix.org/transport.5.html
-- 
  http://rob0.nodns4.us/ -- system administration and consulting
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Reply via email to