Re: [exim] Bypass Sender Verification

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: John Burnham
Dátum:  
Címzett: altendew, exim-users
Tárgy: Re: [exim] Bypass Sender Verification
> Still giving same error. It now looks like this...
>
> require verify = sender
> hosts = !63.117.226.53
> accept domains = +local_domains
> endpass
>

Have you sent the main exim process a SIGHUP ? Or restarted it ?
What happens when you try running a test
exim -d -bhc (ip address of badly configured server)
and feed it the relevant SMTP commands ? (See section 5 of the exim spec if you
don't know what -bhc does).
John