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
ibase lookup: further compile fixes
[exim.git]
/
test
/
confs
/
0639
diff --git
a/test/confs/0639
b/test/confs/0639
index fb32197346559846eb20f71b771eb6473f1b078e..7d061dd0d8edea0bbbe8edf8e4f1b1069b89d76f 100644
(file)
--- a/
test/confs/0639
+++ b/
test/confs/0639
@@
-48,19
+48,37
@@
plain:
${if and {{eq{$auth2}{userx}}{eq{$auth3}{secret}}}{yes}{no}}"
server_set_id = $auth2
${if and {{eq{$auth2}{userx}}{eq{$auth3}{secret}}}{yes}{no}}"
server_set_id = $auth2
+ client_send = ^userx^secret
+
# -------- routers ---
begin routers
# -------- routers ---
begin routers
-
client
:
+
to_customer
:
driver = manualroute
driver = manualroute
+ condition = ${if eq {$atrn_mode}{P}}
route_data = <;$atrn_host
self = send
route_data = <;$atrn_host
self = send
- transport = client_smtp
+ transport = call_customer
+
+to_provider:
+ driver = manualroute
+ condition = ${if eq {$atrn_mode}{C}}
+ route_data = <;$domain
+ self = send
+ transport = call_provider
+
+# -------- transports ---
begin transports
begin transports
-c
lient_smtp
:
+c
all_customer
:
driver = smtp
driver = smtp
+call_provider:
+ driver = smtp
+ port = PORT_D2
+ hosts_require_auth = *
+ command_timeout = 10m
+
# End
# End