git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix error codes in ACL-time quota checking
[exim.git]
/
test
/
confs
/
9400
diff --git
a/test/confs/9400
b/test/confs/9400
index 32fe5c90bafc5894fb35660651ef97058644f599..0b54c9675a4829efd3bfb454563d86bd0da368db 100644
(file)
--- a/
test/confs/9400
+++ b/
test/confs/9400
@@
-1,13
+1,9
@@
# Exim test configuration 9400
# Exim test configuration 9400
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
trusted_users = CALLER
trusted_users = CALLER
+primary_hostname = myhost.test.ex
# ----- Main settings -----
# ----- Main settings -----
@@
-46,7
+42,7
@@
begin transports
local_delivery:
driver = appendfile
local_delivery:
driver = appendfile
- file = DIR/test-mail/$
local_part
+ file = DIR/test-mail/$
{bless:$local_part}
user = CALLER
headers_add = ${if eq {$local_scan_data}{}{}{LSD: $local_scan_data}}
user = CALLER
headers_add = ${if eq {$local_scan_data}{}{}{LSD: $local_scan_data}}