git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
utf8 recipient
[users/jgh/exim.git]
/
test
/
confs
/
0143
diff --git
a/test/confs/0143
b/test/confs/0143
index c853c80723a388e04ac7240f1aa3aafde3f7ea54..e1dd55ffb418f80144adff95fd9f7b22b6441f38 100644
(file)
--- a/
test/confs/0143
+++ b/
test/confs/0143
@@
-3,7
+3,6
@@
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 = ""
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
@@
-18,12
+17,13
@@
domainlist local_domains = test.ex : *.test.ex
begin routers
begin routers
-
all
:
+
my_main_router
:
driver = manualroute
domains = ! +local_domains
route_list = * 127.0.0.1
self = send
driver = manualroute
domains = ! +local_domains
route_list = * 127.0.0.1
self = send
- transport = smtp
+ transport = my_smtp
+ debug_print = router_name <$router_name>
no_more
no_more
@@
-31,10
+31,11
@@
all:
begin transports
begin transports
-smtp:
+
my_
smtp:
driver = smtp
interface = HOSTIPV4
port = PORT_S
driver = smtp
interface = HOSTIPV4
port = PORT_S
+ debug_print = transport_name <$transport_name>
# End
# End