Autor: Dave C. Data: Dla: exim-users CC: James P. Roberts Temat: Re: [Exim] Exim 3 multiple Ports
On Thu, 8 Aug 2002, Dave C. wrote: > On Thu, 8 Aug 2002, Philip Hazel wrote:
> > On Wed, 7 Aug 2002, Dave C. wrote:
> Grumble.. I tried this, which it doesnt seem to like either.
>
> local_interfaces = <, [*]:25 , [*]:515
>
> Is there no way to specify multiple ports without explicitly listing the
> IP addreses?
For the record, I got this to work with:
local_interfaces = 0.0.0.0.25 : 0.0.0.0.587
(Using the right MSA port # this time too ;)
I'm not sure wether its exim, or the IP stack on this machine
recognizing 0.0.0.0 as 'all interfaces', or, if its the latter, if thats
portable to other OS-en (I'm on FreeBSD-4/i386)