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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Always Learning
日付:  
To: Exim Users
題目: 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.

--