Re: [exim] sender verify

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Fred Viles
日付:  
To: exim-users
題目: Re: [exim] sender verify
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 = :
...