Re: Multiple SMTP relays based on sender's domain

2009-01-19 Thread mouss
Gilles Albusac a écrit : > Exactly the fields MAIL FROM: and RCPT TO: Sorry, I don't know what this half phrase refers to. which again shows that top posting is bad. http://en.wikipedia.org/wiki/Posting_style http://www.palmyanoff.com/trimpost.htm http://www.caliburn.nl/to

Re: Multiple SMTP relays based on sender's domain

2009-01-19 Thread Gilles Albusac
PM Subject: Re: Multiple SMTP relays based on sender's domain Gilles Albusac a écrit : The routing I need, have to depend of the 'from: field' and not the 'to: field'. you mean depend on the sender, and not the recipient. "From:" and "To:" usua

Re: Multiple SMTP relays based on sender's domain

2009-01-16 Thread mouss
Gilles Albusac a écrit : > The routing I need, have to depend of the 'from: field' and not the 'to: > field'. > you mean depend on the sender, and not the recipient. "From:" and "To:" usually refer to headers, which should never be used for routing. > Are you sure table transport permit that ?

Re: Multiple SMTP relays based on sender's domain

2009-01-16 Thread Gilles Albusac
The routing I need, have to depend of the 'from: field' and not the 'to: field'. Are you sure table transport permit that ? - Original Message - From: "jeff donovan" To: "Gilles Albusac" Cc: Sent: Thursday, January 15, 2009 6:02 PM Su

Re: Multiple SMTP relays based on sender's domain

2009-01-15 Thread jeff donovan
On Jan 15, 2009, at 11:25 AM, Gilles Albusac wrote: Is it possible to set up Postfix to choose an SMTP relayhost when routing outbound mail based on the domain name of the sender ? try using transport map http://www.postfix.org/ADDRESS_REWRITING_README.html#transport # TRANSPORT MAP # # S

Re: Multiple SMTP relays based on sender's domain

2009-01-15 Thread Gilles Albusac
l Message - From: "Neil" To: "Gilles Albusac" Cc: Sent: Wednesday, January 14, 2009 2:04 PM Subject: Re: Multiple SMTP relays based on sender's domain On Wed, Jan 14, 2009 at 5:01 AM, Gilles Albusac wrote: Is it possible to set up Postfix to choose an SMTP re

Re: Multiple SMTP relays based on sender's domain

2009-01-14 Thread Terry Carmen
Neil wrote: On Wed, Jan 14, 2009 at 5:01 AM, Gilles Albusac wrote: Is it possible to set up Postfix to choose an SMTP relayhost when routing outbound mail based on the domain name of the sender ? If you're okay with using addresses instead of domains, I think sender_dependent_relayho

Re: Multiple SMTP relays based on sender's domain

2009-01-14 Thread Neil
On Wed, Jan 14, 2009 at 5:01 AM, Gilles Albusac wrote: > > Is it possible to set up Postfix to choose an SMTP relayhost when routing > outbound mail based on the domain name of the sender ? > If you're okay with using addresses instead of domains, I think sender_dependent_relayhost_maps might do

Multiple SMTP relays based on sender's domain

2009-01-14 Thread Gilles Albusac
Is it possible to set up Postfix to choose an SMTP relayhost when routing outbound mail based on the domain name of the sender ? Regards