]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/0143
Restrict line lengths in bounces. Bug 1760
[user/henk/code/exim.git] / test / confs / 0143
index c853c80723a388e04ac7240f1aa3aafde3f7ea54..fd3bb295dfa2b10432c29196791bd7dec861558c 100644 (file)
@@ -3,11 +3,11 @@
 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
+tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -18,12 +18,13 @@ domainlist local_domains = test.ex : *.test.ex
 
 begin routers
 
-all:
+my_main_router:
   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
 
 
@@ -31,10 +32,11 @@ all:
 
 begin transports
 
-smtp:
+my_smtp:
   driver = smtp
   interface = HOSTIPV4
   port = PORT_S
+  debug_print = transport_name <$transport_name>
 
 
 # End