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
Hintsdb transactions
[exim.git]
/
test
/
confs
/
0285
diff --git
a/test/confs/0285
b/test/confs/0285
index 8b0ada1f1ae5d7a338758a15ab65cfec161b040e..20ec0263aeb345fad8bef5ac8ae96e3944382621 100644
(file)
--- a/
test/confs/0285
+++ b/
test/confs/0285
@@
-23,7
+23,7
@@
all:
driver = manualroute
route_list = * 127.0.0.1 byname
self = send
driver = manualroute
route_list = * 127.0.0.1 byname
self = send
- transport =
smtp
+ transport =
${if eq {$domain}{test.ex} {smtp}{magic_smtp}}
# ----- Transports -----
# ----- Transports -----
@@
-31,10
+31,17
@@
all:
begin transports
smtp:
begin transports
smtp:
- driver = smtp
- port = PORT_S
+ driver =
smtp
+ port =
PORT_S
hosts_try_fastopen = :
hosts_try_fastopen = :
- max_rcpt = 2
+ max_rcpt = 2
+ connection_max_messages = 3
+
+magic_smtp:
+ driver = smtp
+ port = PORT_S
+ hosts_try_fastopen = :
+ max_rcpt = ${if match {$domain}{magic(\\d+)} {$1} {2}}
connection_max_messages = 3
connection_max_messages = 3