# $Id: acl-greylist-sqlite,v 1.3 2007/11/25 19:17:28 dwmw2 Exp $
+.ifndef EXIM494
GREYDB=/var/spool/exim/db/greylist.db
+.endif
# ACL for greylisting. Place reason(s) for greylisting into a variable named
# $acl_m_greylistreasons before invoking with 'require acl = greylist_mail'.
obligations or waivers or any other clauses contained therein shall apply\n\
unless explicitly agreed to by the recipient(s).
+.ifdef EXIM494
+sqlite_dbfile = /var/spool/exim/db/greylist.db
+.endif
+
######################################################################
# ACCESS CONTROL LISTS #
######################################################################
DNS_VIRTUAL=CLUSTER/dns-virtual-domains
+EXIM494=EXIM494
CRM114=CRM114
spamd_address = ${if def:acl_m_spamd_address {$acl_m_spamd_address} {127.0.0.1 783}}