|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: 2 SMTP Relays, depending on the From: address
Subject: Re: 2 SMTP Relays, depending on the From: address
From: Wietse Venema (wietse
porcupine.org)
Date: Sat Jan 01 2000 - 16:57:56 CST
- Next message: winfried szukalski: "Re: trouble running postfix"
- Previous message: Alexis Maldonado: "2 SMTP Relays, depending on the From: address"
- In reply to: Alexis Maldonado: "2 SMTP Relays, depending on the From: address"
- Next in thread: Alexis Maldonado: "Re: 2 SMTP Relays, depending on the From: address"
- Reply: Wietse Venema: "Re: 2 SMTP Relays, depending on the From: address"
- Reply: Alexis Maldonado: "Re: 2 SMTP Relays, depending on the From: address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alexis Maldonado:
> We have two different e-mail addresses, with two different providers.
>
> I need to deliver mail from abc
foo.com to smtp.foo.com
> and mail from def
bar.com to mail.bar.com
Use two Postfix instances on the same machine, each with different
settings for:
PARAMETER FOO.COM BAR.COM
=========================================================
myorigin foo.com bar.com
inet_interfaces x.x.x.x y.y.y.y 127.0.0.1
relayhost smtp.foo.com mail.bar.com
You have two config directories.
Start up Postfix with: postfix -c config-directory start
Flush queue with: postfix -c config-directory flush
> Where can I configure Postfix so that it will use two SMTP relay hosts,
> depending on the FROM: address? Or depending on the user on my server?
That is not implemented. This will have to wait until Postfix
has content filtering.
Wietse
- Next message: winfried szukalski: "Re: trouble running postfix"
- Previous message: Alexis Maldonado: "2 SMTP Relays, depending on the From: address"
- In reply to: Alexis Maldonado: "2 SMTP Relays, depending on the From: address"
- Next in thread: Alexis Maldonado: "Re: 2 SMTP Relays, depending on the From: address"
- Reply: Wietse Venema: "Re: 2 SMTP Relays, depending on the From: address"
- Reply: Alexis Maldonado: "Re: 2 SMTP Relays, depending on the From: address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This archive was generated by hypermail 2b27 : Sat Jan 01 2000 - 16:58:26 CST