Re: Conditional smart-host routing

2008-08-29 Thread Noel Jones
Marc SCHAEFER wrote: Replying to myself: no, it really works now. Maybe I looked at the wrong log entry. Thank you for your suggestions -- they work! Glad it worked. You had me worried there for a minute... -- Noel Jones

Re: Conditional smart-host routing

2008-08-29 Thread Marc SCHAEFER
Replying to myself: no, it really works now. Maybe I looked at the wrong log entry. Thank you for your suggestions -- they work!

Re: Conditional smart-host routing

2008-08-29 Thread Marc SCHAEFER
In article <[EMAIL PROTECTED]> you wrote: > Yes, you should be able to do this with a transport_maps entry > and a regexp (or pcre) smtp_generic_maps. Thank you; however: > # main.cf > transport_maps = hash:/etc/postfix/transport > smtp_generic_maps = regexp:/etc/postfix/generic.regexp I have t

Re: Conditional smart-host routing

2008-08-28 Thread mouss
Marc SCHAEFER wrote: Hi, I would like to configure a bizarre setup like this: if the mail is sent as usual, do not use a smart-host, just deliver (that is easy and works) if the recipient domain ends in ".through-smart-host", it should deliver via a SMTP relay (smart-host). Of cour

Re: Conditional smart-host routing

2008-08-28 Thread Noel Jones
Marc SCHAEFER wrote: Hi, I would like to configure a bizarre setup like this: if the mail is sent as usual, do not use a smart-host, just deliver (that is easy and works) if the recipient domain ends in ".through-smart-host", it should deliver via a SMTP relay (smart-host). Of cour

Conditional smart-host routing

2008-08-28 Thread Marc SCHAEFER
Hi, I would like to configure a bizarre setup like this: if the mail is sent as usual, do not use a smart-host, just deliver (that is easy and works) if the recipient domain ends in ".through-smart-host", it should deliver via a SMTP relay (smart-host). Of course, just before deli