On Wednesday 03 August 2005 15:42, Fred Viles wrote:
> On 3 Aug 2005 at 15:21, Thomas Stein wrote about
>
> "Re: [exim] sender verify":
> |...
> | ACL Set
> |
> | ----------------------------
> | begin acl
> | accept hosts = :
> |...
>
> Is this still cut down? Each ACL in the "begin acl" section must
> start with a label giving a name for the ACL. And the general
> options section must include acl_* options specifying the name of the
> ACL for each type that you want to run. So you should have something
> like:
>
> ...
> acl_smtp_rcpt = acl_check_rcpt
> ...
> begin acl
> ...
> acl_check_rcpt:
> accept hosts = :
> ...
Sorry i missed that. This is how it is configured now but the sender is still
not verified.
and vt: the connection comes from a remote host.
best regards
thomas