Re: [exim] Exim Configuration

Góra strony
Delete this message
Reply to this message
Autor: John Burnham
Data:  
Dla: Hawk
CC: exim-users
Temat: Re: [exim] Exim Configuration
On 12/01/06, Hawk <Hawk@???> wrote:
>
> Hi,
>
> I need to configure EXIM to listen on port 10025 instead of default 25.
> I
> could not find any docs for this - any pointers?
>
> Thanks in advance
> Hawk
>
>

daemon_smtp_ports
That's in chapter 14 of the spec. Or you can override that with the -oX
command line option when you start Exim in daemon mode.
Chapter 13 of the spec
http://www.exim.org/exim-html-4.60/doc/html/spec.html/ch13.html
will probably help you with this.
J