Re: [exim] Bypass Sender Verification

Top Page
Delete this message
Reply to this message
Author: John Burnham
Date:  
To: altendew, exim-users
Subject: 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