[Exim] Exim Originate SMTP from Set IP

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: J Yunke
Fecha:  
A: Exim Users List
Asunto: [Exim] Exim Originate SMTP from Set IP
Hello --

I am running a server tha has multiple 'virtual' services on it. I have
IP address eth0 with address w0.x0.y0.z0. I also have a virtual IP
address eth0:1 with address w1.x1.y1.z1.

I know how to configure exim to listen on an IP or set of IPs:

    local_interfaces = w1.x1.y1.z1:127.0.0.1


...but is there a way to *originate* connections to other mail servers
from the virtual IP address? Right now, despite the configuration above,
my connections go out w0.x0.y0.z0 which is highly undesired.

Thanks for all of the hard work, Philip & others. It's really
appreciated (you probably don't hear that enough) :)

/J