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
Testsuite: bounce_return_linesize_limit. Bug 1760
[exim.git]
/
test
/
confs
/
0534
diff --git
a/test/confs/0534
b/test/confs/0534
index 5e83476fbcf87a420c56ba7b63ceffd986760db6..d2bc84a765f0a6aa74d1331f30c1331fc0cf2743 100644
(file)
--- a/
test/confs/0534
+++ b/
test/confs/0534
@@
-3,48
+3,28
@@
exim_path = EXIM_PATH
host_lookup_order = bydns
primary_hostname = myhost.test.ex
exim_path = EXIM_PATH
host_lookup_order = bydns
primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
+tls_advertise_hosts =
# ----- Main settings -----
# ----- Main settings -----
+acl_smtp_connect = two
-# -----
Router
s -----
+# -----
ACL
s -----
-begin
routers
+begin
ACL
-r1:
- driver = redirect
- local_part_prefix = file-
- local_part_suffix = =*
- data = DIR/test-mail/${substr_1:$local_part_suffix}
- file_transport = t1
+one:
+ accept hosts = 1.2.3.4
-r2:
- driver = redirect
- local_part_prefix = pipe-
- local_part_suffix = =*
- data = |${substr_1:$local_part_suffix}
- pipe_transport = t2
+MACRO_DEFINITION=5.6.7.8
+two:
+ accept hosts = MACRO_DEFINITION
-# ----- Transports -----
-
-begin transports
-
-t1:
- driver = appendfile
- envelope_to_add
- user = CALLER
- batch_max = 10
-
-t2:
- driver = pipe
- user = CALLER
- batch_max = 10
# End
# End