X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0143;h=5a6ee34a956a2a1cc351fcc25c3c9993167400b7;hb=28646fa9c74b94722eadd7bc2d9c285245aded80;hp=c853c80723a388e04ac7240f1aa3aafde3f7ea54;hpb=afda344b580b54a4513569720aec3260cd5ba546;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0143 b/test/confs/0143 index c853c8072..5a6ee34a9 100644 --- a/test/confs/0143 +++ b/test/confs/0143 @@ -1,13 +1,8 @@ # Exim test configuration 0143 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + 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 # ----- Main settings ----- @@ -18,12 +13,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 +27,11 @@ all: begin transports -smtp: +my_smtp: driver = smtp interface = HOSTIPV4 port = PORT_S + debug_print = transport_name <$transport_name> # End