This is a discussion on Re: inet_interfaces question within the mailing.postfix.users forums, part of the Mail Servers and Related category; At 11:25 AM 10/06/2004, you wrote: > > > If I login into the postfix machine (using ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
At 11:25 AM 10/06/2004, you wrote:
> > > If I login into the postfix machine (using my shell account) and create > > > an email to send...when postfix gets this email what inet_interface does > > > it go OUT on when there are 3 or 4 of them? > > > > > > > Use smtp_bind_address. > > > >Why? This is rarely needed. The traffic goes out the right interface to >reach the destination per the routing table. Also, inet_interfaces = >all (the default setting) is the right configuration for multi-homed >machines that listen on all interfaces. Perhaps if I clarify my need... NIC #1 DSL provider (static) NIC #2 CABLE-MODEM provider (Static) I need postfix to 'listen' on both. That seems straight forward enough. However (during normal operation) I only want outbound email to use the DSL provider...since the CABLE-MODEM IP is typically blacklisted and tough to fix...the idea here is that if the DSL line fails, email can still come in via the CABLE-MODEM... ideally it would be great if email could go out the CABLE only if the DSL is down, but thats not really needed for now...... I just dont want day-to-day email using the CABLE for outbound.. So if I use 'smtp_bind_address' will this accomplish this? Thanks- -- J.D. Bronson Aurora Health Care // Information Services // Milwaukee, WI USA Office: 414.978.8282 // Email: jd@aurora.org // Pager: 414.314.8282 |