X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/30079bc1d20c0473d012ef33654358cfadb0a2ff..5c161fa615ab4a2d40170fedd71d1b9a7f079ff6:/test/confs/0179 diff --git a/test/confs/0179 b/test/confs/0179 index 1c4e6ab81..4efe92f94 100644 --- a/test/confs/0179 +++ b/test/confs/0179 @@ -1,18 +1,14 @@ # Exim test configuration 0179 -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 ----- queue_run_in_order -log_selector = +outgoing_port +# incoming_interface is used here to get the _outgoing_ local port +log_selector = +outgoing_port +incoming_interface +received_recipients # ----- Routers ----- @@ -24,6 +20,7 @@ all: route_list = * 127.0.0.1 byname self = send transport = smtp + errors_to = "" no_more @@ -34,7 +31,7 @@ begin transports smtp: driver = smtp port = PORT_S - interface = 127.0.0.1 + hosts_try_fastopen = : # ----- Retry -----