Re: Rerouting specific domains....

2014-04-03 Thread Wietse Venema
SH Development: > Apparently neither is available in my version of Postfix (2.1.5). > > Any other alternatives? Postfix 2,1 is 10 year old and is no longer supported. Wietse

Re: Rerouting specific domains....

2014-04-02 Thread Viktor Dukhovni
On Wed, Apr 02, 2014 at 10:35:16PM -0500, SH Development wrote: > You don't have to try and "shame' me into upgrading Postfix. I > have my reasons. It is a matter of "prodding", not "shaming". > I was simply asking if there were any other alternatives or > workarounds for the version I have.

Re: Rerouting specific domains....

2014-04-02 Thread SH Development
You don't have to try and "shame' me into upgrading Postfix. I have my reasons. I was simply asking if there were any other alternatives or workarounds for the version I have. Jeff On Apr 2, 2014, at 10:11 PM, Viktor Dukhovni wrote: > On Wed, Apr 02, 2014 at 08:50:27PM -0500, SH Development

Re: Rerouting specific domains....

2014-04-02 Thread Viktor Dukhovni
On Wed, Apr 02, 2014 at 08:50:27PM -0500, SH Development wrote: > Apparently neither is available in my version of Postfix (2.1.5). > > Any other alternatives? Version 2.1 was released 10 years ago. If you're not operating a software museum, the alternative is building a more up-to-date Postfix

Re: Rerouting specific domains....

2014-04-02 Thread SH Development
Apparently neither is available in my version of Postfix (2.1.5). Any other alternatives? Jeff On Apr 2, 2014, at 6:22 PM, Wietse Venema wrote: > SH Development: >> Is there a way to configure Postfix to send specific FROM domains >> to an alternate outbound server? > > See: > > http://www.

Re: Rerouting specific domains....

2014-04-02 Thread Wietse Venema
SH Development: > Is there a way to configure Postfix to send specific FROM domains > to an alternate outbound server? See: http://www.postfix.org/postconf.5.html#sender_dependent_default_transport_maps You would specify a lookup result of smtp:example.com. http://www.postfix.org/postconf.5.html

Re: Rerouting specific domains....

2014-04-02 Thread SH Development
Just to clarify, the argument for the transport will look at ANY header, or just the TO:? Jeff On Apr 2, 2014, at 5:57 PM, Matthew McGehrin wrote: > It should be possible with the transports, just specify an account > > u...@abc.domain.comsmtp:[my.other.relay.com]:25 > > > SH Developme

Re: Rerouting specific domains....

2014-04-02 Thread SH Development
Is it possible to use a wildcard for the user, or just the domain only? Jeff On Apr 2, 2014, at 5:56 PM, Matthew McGehrin wrote: > It should be possible with the transports, just specify the account > > # user level >/user@domain transport/:/nexthop/ > Deliver mail for /user@dom

Re: Rerouting specific domains....

2014-04-02 Thread Matthew McGehrin
It should be possible with the transports, just specify an account u...@abc.domain.comsmtp:[my.other.relay.com]:25 SH Development wrote: Is there a way to configure Postfix to send specific FROM domains to an alternate outbound server? I want to do the opposite. When user from xyz.domain

Re: Rerouting specific domains....

2014-04-02 Thread Matthew McGehrin
It should be possible with the transports, just specify the account # user level /user@domain transport/:/nexthop/ Deliver mail for /user@domain/ through /transport/ to /nexthop/. u...@abc.domain.comsmtp:[my.other.relay.com]:25 SH Development wrote: Is there a way to con