Re: [Exim] [bug report] segfault with ACL

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Edouard Boucher
CC: exim-users@exim.org
Subject: Re: [Exim] [bug report] segfault with ACL

On Sat, 26 Oct 2002, Edouard Boucher wrote:

> hi,
>
> I have changed the default configuration file just a bit this way :
> **in the main section:
>   acl_smtp_etrn = foo
>   acl_smtp_vrfy = foo
>   acl_smtp_rcpt = foo
> **in the acl section :
>   foo:
>     accept sender_domains = 127.0.0.1


btw, I'm sure what you really wanted to do was

accept hosts = 127.0.0.1

But using the RCPT-acl for etrn and vrfy is not useful, unless you do
no real checks in your acl.

;)