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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Always Learning
Date:  
À: Exim Users
Sujet: 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.

--