[exim] acl whitelists
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Andreas Metzler at
2005-06-25 16:56
Author:
Terry Danter
Date:
2005-06-25 16:19
UTC
To:
exim-users
Subject:
[exim] acl whitelists
In the configure file where the acl's start like so
begin acl
Is it ok directly under that to have a white list section like so
accept authenticated = *
!sender_domains = /usr/local/etc/exim/exim.whitelist
!senders = /usr/local/etc/exim/exim.whitelist2
The plan being to have a nice global whitelist section which will skip
all other checks rather than having to edit each acl further down.
Am i on the right track.
Cheers Terry.