Re: [exim] [Newbie] Configure exim for a LAN

Top Page
Delete this message
Reply to this message
Author: Always Learning
Date:  
To: Exim Users
Subject: Re: [exim] [Newbie] Configure exim for a LAN

Bonjour Fabien,

> i've been a little more adhead with that telnet thing, since i can telnet
> this way on my server:
>
> telnet localhost 25
> but i can't telnet server.example.org 25


Your exim.conf file (or whatever it is called) should contain a line
like this:

    daemon_smtp_ports = 25 : 465 : 587


Paul.

--