X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0231;h=67f21c0e17a1398994ff7eeba012421c4c357dc5;hb=6a9cf7f890226aa085842cd3d94b13e78ea31637;hp=fcae1da1833f374f68bfa1747895fa17be9ff92c;hpb=30079bc1d20c0473d012ef33654358cfadb0a2ff;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0231 b/test/confs/0231 index fcae1da18..67f21c0e1 100644 --- a/test/confs/0231 +++ b/test/confs/0231 @@ -1,13 +1,8 @@ # Exim test configuration 0231 -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 ----- @@ -56,13 +51,13 @@ begin transports local_delivery_rewrite: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} headers_rewrite = a@test.ex a-rewrite@test.ex user = CALLER local_delivery: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} user = CALLER smtp_rewrite: @@ -70,7 +65,7 @@ smtp_rewrite: headers_rewrite = *@domain1 $1-rewrite@domain2 f :\ *@domain1 $1-other@domain2 port = PORT_S - interface = 127.0.0.1 + hosts_try_fastopen = : # ----- Retry -----