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
Docs: clarify exim_dumpdb description
[exim.git]
/
test
/
confs
/
0593
diff --git
a/test/confs/0593
b/test/confs/0593
index 439374e82052e208d1a16afe11ea06ff2ba88dd5..baab4f3af6748743ff12e302261fa489efb9be8c 100644
(file)
--- a/
test/confs/0593
+++ b/
test/confs/0593
@@
-1,5
+1,7
@@
# Exim test configuration 0593
# Exim test configuration 0593
+OPT=
+
.include DIR/aux-var/std_conf_prefix
.include DIR/aux-var/std_conf_prefix
@@
-25,16
+27,17
@@
check_recipient:
begin routers
localuser:
begin routers
localuser:
- driver = accept
- check_local_user
- transport = local_delivery
+ driver =
accept
+ transport = local_delivery
+ errors_to =
# ----- Transports -----
begin transports
local_delivery:
# ----- Transports -----
begin transports
local_delivery:
- driver = appendfile
- file = DIR/test-mail/$local_part
+ driver = appendfile
+ file = DIR/test-mail/$local_part
+ create_file = OPT
# End
# End