Networking Forums

Networking Forums > Computer Networking > Linux Networking > Sendmail on a specific NIC

Reply
Thread Tools Display Modes

Sendmail on a specific NIC

 
 
Doug Weiman
Guest
Posts: n/a

 
      10-01-2011, 11:16 PM
I have a Linux box with two network interfaces. By default
everything is routed via eth0. What I would like is to have sendmail
listening on eth1 instead, and for all in/out sendmail traffic to use
eth1 exclusively. Is this possible?
 
Reply With Quote
 
 
 
 
Jorgen Grahn
Guest
Posts: n/a

 
      10-02-2011, 12:18 AM
On Sat, 2011-10-01, Doug Weiman wrote:
> I have a Linux box with two network interfaces. By default
> everything is routed via eth0. What I would like is to have sendmail
> listening on eth1 instead, and for all in/out sendmail traffic to use
> eth1 exclusively. Is this possible?


That's a question for comp.mail.sendmail -- setting Followup-To.

It doesn't work like that -- sendmail speaks IP, not Ethernet. If the
IP addresses it listens to are on eth1, and the routes to the IP peers
it needs to talk to go over eth1, then it will use eth1 exclusively.
Not otherwise.

/Jorgen

--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .
 
Reply With Quote
 
Bill Marcum
Guest
Posts: n/a

 
      10-02-2011, 12:27 PM
On 2011-10-01, Doug Weiman <(E-Mail Removed)> wrote:
> I have a Linux box with two network interfaces. By default
> everything is routed via eth0. What I would like is to have sendmail
> listening on eth1 instead, and for all in/out sendmail traffic to use
> eth1 exclusively. Is this possible?


Make eth1 the default gateway?


--
Confession is good for the soul, but bad for the career.
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      10-03-2011, 05:41 AM
On 3.10.11 12:33 , Doug Weiman wrote:
> On Sun, 02 Oct 2011 08:27:30 -0400, Bill Marcum wrote:
>
>> On 2011-10-01, Doug Weiman<(E-Mail Removed)> wrote:
>>> I have a Linux box with two network interfaces. By default
>>> everything is routed via eth0. What I would like is to have sendmail
>>> listening on eth1 instead, and for all in/out sendmail traffic to use
>>> eth1 exclusively. Is this possible?

>>
>> Make eth1 the default gateway?

>
> I want all traffic to use eth0 - except for sendmail traffic,
> which should use eth1 instead.



Which are the IP configurations of eth0 and eth1?

What does the routing table (route -n) look like?

--

Tauno Voipio


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MTA besides sendmail? Nietzsche Linux Networking 6 11-02-2006 01:02 AM
sendmail problem sumna.nuthakki@gmail.com Linux Networking 1 04-26-2006 10:43 PM
Sendmail nightmare frabas Linux Networking 0 02-17-2005 08:17 PM
Sendmail John Linux Networking 2 05-23-2004 08:07 PM
What could be blocking Sendmail? General Schvantzkoph Linux Networking 5 05-08-2004 04:20 AM



1 2 3 4 5 6 7 8 9 10 11