Re: [Exim] Exim 3 multiple Ports

Pàgina inicial
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
A: Marc Perkel
CC: exim-users
Assumpte: Re: [Exim] Exim 3 multiple Ports
On Tue, 6 Aug 2002, Marc Perkel wrote:

> I want to have exim listen on more that one port. I want it to listen on
> port 23 and Port 25. This is to get around services that block port 25.
>
> how do I do that?


1. Make sure you are running Exim 4 and not Exim 3.

2. Put this in your configuration file:

  local_interfaces = 127.0.0.1.25 : \
                     127.0.0.1.23 : \
                     a.b.c.d.25   : \
                     a.b.c.d.23   : \


where a.b.c.d is your host's IP address.


If you are using Exim 3, you can either run two daemons, or run a daemon
on one port and use inetd for the other. (You can also do that in Exim 4
if you want.)

--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.