Re: Re [Exim] multiple ip address (re)routing

Top Page
Delete this message
Reply to this message
Author: Cami
Date:  
To: exim-users
Subject: Re: Re [Exim] multiple ip address (re)routing
| 1. If you want all mail to come in through one interface, set
|
| local_interfaces = 10.9.8.7 (for example)

|
| Then restart the Exim daemon (exim -bd). It will listen only on that
| interface. (If you are using inetd, you'll have to fix it via inetd.)

|
| 2. If you want all outgoing mail to go through a different interface,
| set

|
|   interface = 1.2.3.4          (for example)

|
| on your smtp transport. It will send only through that interface.

|
| No new feature needed.


Excellent, thanks.. ;) muchly appreciated..

Regards,
Cami