X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/d4dc049f9a9e80ac3a470fd644418668eefedecb..b8514d1960e259d49ab2c84c89eba52ab993da3f:/test/confs/2600 diff --git a/test/confs/2600 b/test/confs/2600 index 566e260f2..29f5afbbe 100644 --- a/test/confs/2600 +++ b/test/confs/2600 @@ -7,13 +7,22 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- domainlist local_domains = @ +.ifdef OPT +hostlist relay_hosts = sqlite,file=DIR/aux-fixed/sqlitedb; \ + select * from them where \ + id='$sender_host_address' +.else hostlist relay_hosts = sqlite;DIR/aux-fixed/sqlitedb \ select * from them where \ id='$sender_host_address' +.endif acl_smtp_rcpt = check_recipient sqlite_lock_timeout = 2 +.ifdef DATA +sqlite_dbfile = DATA +.endif # ----- ACL -----