diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-01 23:29:40 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-01 23:49:25 +0100 |
commit | 298849d8ea217fd104d167f5233bd11240b3ddae (patch) | |
tree | e008ab39ea897601c770e69972b3bee17f0a4019 /test/confs | |
parent | 3b447cdfe3f9f53546d09d7e01d1e0ecf0d6696c (diff) |
Sqlite: new main option sqlite_dbfile
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/2600 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/2600 b/test/confs/2600 index 566e260f2..e42cbe33c 100644 --- a/test/confs/2600 +++ b/test/confs/2600 @@ -14,6 +14,9 @@ hostlist relay_hosts = sqlite;DIR/aux-fixed/sqlitedb \ acl_smtp_rcpt = check_recipient sqlite_lock_timeout = 2 +.ifdef DATA +sqlite_dbfile = DATA +.endif # ----- ACL ----- |