Re: [Exim] How to get Exim to listen on more than one port?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Kevin M. Barrett
Datum:  
To: exim-users
Betreff: Re: [Exim] How to get Exim to listen on more than one port?
Suresh,

         That worked like a charm, I knew that there had to be a way to do
this, I just was not able to find it in the on line Docs.


Kevin



At 11:29 AM 12/1/2003, Suresh Ramasubramanian wrote:
>Kevin M. Barrett  writes on 12/1/2003 11:23 AM:
>>     Quick Question, is it at all possible to get exim to listen on more than
>>one port ( i.e. port 25 and an alternet port 26 ) .  It seems that a lot of

>
>local_interfaces = 0.0.0.0.25 : 0.0.0.0.587 : ::::.25 : ::::.587
>
>The last two are because I have an IPv6 IP as well.
>
>         srs