[exim] Dial-up (was: Upgrade doesn't work)

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Meka[ni]
Date:  
À: Exim
Anciens-sujets: Re: [exim] Upgrade doesn't work
Sujet: [exim] Dial-up (was: Upgrade doesn't work)
On Thu, 28 Jul 2005 19:52:45 +0200
"Meka[ni]" <meka@???> wrote:

>     Weird!!! I've restarted exim for the 10th time, and it works now with no change. Been restarting the whole server (shutdown -r now), but it didn't help, either. Thanx anyway. :o)

I hate to answer my own posts, but ... The problem was that 4.52 doesn't allow sending from host that it (exim) can't DNS lookup for, so if you were offline, you couldn't use relaying. Adding of folowing works just fine:
hostlist local_hosts = localhost : 192.168.0.0/16 (main)
accept hosts = +local_hosts (acl_check_rcpt)