Re: [SM-USERS] How to enforce Squirrelmail to use a specific source IP address?

2011-03-08 Thread Pawel Szczuka
d all of your outgoing traffic to your imap server going out this virtual interface, just use the route command. route add aaa.bbb.ccc.ddd dev eth0:1 and drop that into rc.local so it persists on restart.. Ken On 3/7/2011 10:24 AM, Pawel Szczuka wrote: > Hi Guys, > > This is probabl

[SM-USERS] How to enforce Squirrelmail to use a specific source IP address?

2011-03-07 Thread Pawel Szczuka
Hi Guys, This is probably a simple question - but I'm not sure if there is a simple answer :) Basically I have a RedHat box running Squirrelmail with one primary network interface (eth0) and multiple logical interfaces (eth0:1, eth0:2, etc.) with separate IP addresses assigned to each of them.