On Wed, Jul 10, 2013 at 10:32:19AM +0530, Ram wrote:
> I guess I understand that. But I think the requirement would be
> reasonable If I have 2 networks I may need to have different bind
> addresses.
The code that implements smtp_bind_address is in smtp_connect_addr()
in src/smtp/smtp_connect.c.
Ram:
>
> On 07/09/2013 05:33 PM, Wietse Venema wrote:
> > Ram:
> >> On 07/09/2013 04:24 PM, Wietse Venema wrote:
> >>> Ram:
> Today I use in master.cf
>
> smtp unix - - n - - smtp
> -o smtp_bind_address=X.X.X.X
> -o fallback_
On 07/09/2013 05:33 PM, Wietse Venema wrote:
Ram:
On 07/09/2013 04:24 PM, Wietse Venema wrote:
Ram:
Today I use in master.cf
smtp unix - - n - - smtp
-o smtp_bind_address=X.X.X.X
-o fallback_relay=newhost
But I have a requirement that the fal
Ram:
> On 07/09/2013 04:24 PM, Wietse Venema wrote:
> > Ram:
> >> Today I use in master.cf
> >>
> >> smtp unix - - n - - smtp
> >> -o smtp_bind_address=X.X.X.X
> >> -o fallback_relay=newhost
> >>
> >>
> >> But I have a requirement that the fallback mail
On 07/09/2013 04:24 PM, Wietse Venema wrote:
Ram:
Today I use in master.cf
smtp unix - - n - - smtp
-o smtp_bind_address=X.X.X.X
-o fallback_relay=newhost
But I have a requirement that the fallback mails should be sent via a
different smtp_bind_a
Ram:
> Today I use in master.cf
>
> smtp unix - - n - - smtp
> -o smtp_bind_address=X.X.X.X
> -o fallback_relay=newhost
>
>
> But I have a requirement that the fallback mails should be sent via a
> different smtp_bind_address
> How can I specify this
Today I use in master.cf
smtp unix - - n - - smtp
-o smtp_bind_address=X.X.X.X
-o fallback_relay=newhost
But I have a requirement that the fallback mails should be sent via a
different smtp_bind_address
How can I specify this in smtp fallback
Tha