Re: Use a different smtp_bind_address for fallback

2013-07-10 Thread Viktor Dukhovni
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.

Re: Use a different smtp_bind_address for fallback

2013-07-10 Thread Wietse Venema
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_

Re: Use a different smtp_bind_address for fallback

2013-07-09 Thread 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_relay=newhost But I have a requirement that the fal

Re: Use a different smtp_bind_address for fallback

2013-07-09 Thread Wietse Venema
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

Re: Use a different smtp_bind_address for fallback

2013-07-09 Thread 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 mails should be sent via a different smtp_bind_a

Re: Use a different smtp_bind_address for fallback

2013-07-09 Thread Wietse Venema
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

Use a different smtp_bind_address for fallback

2013-07-09 Thread 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 in smtp fallback Tha