postfix-users

Re: A smtp server connected to a specific smtp client!?

Subject: Re: A smtp server connected to a specific smtp client!?
From: Noel Jones <njones AT megan.vbhcs DOT org>
To: "Diego Woitasen" <diegows AT gmail DOT com>,postfix-users AT postfix DOT org
Date: Fri, 10 Aug 2007 09:20:37 -0500
At 07:39 AM 8/10/2007, Diego Woitasen wrote:
Hi,
  I want to enable a second Postfix SMTP server connected to some
specific SMTP Client. I trying with this configuracion in master.cf
without success:

192.168.1.254:20025      inet  n       -       -       -       -       smtpd
        -o default_transport=example:

example      inet  n       -       -       -       -       smtpd
        -o inet_interfaces=1.2.3.4

The idea is configure a second smtp relay in the same hosting to relay
mail with a specific outbound ip address.

That won't work, transport decisions are made by the queue manager, not smtpd.
This requires a second postfix instance.

--
Noel Jones

<Prev in Thread] Current Thread [Next in Thread>