X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..4e9ed49f8f12eb331b29bd5b6dc3693c520fddc2:/test/confs/3401 diff --git a/test/confs/3401 b/test/confs/3401 index d2cf9c972..401d5cfa5 100644 --- a/test/confs/3401 +++ b/test/confs/3401 @@ -1,13 +1,9 @@ # Exim test configuration 3401 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + +log_selector = +smtp_mailauth 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 ----- @@ -22,12 +18,19 @@ login: driver = plaintext public_name = LOGIN client_send = : userx : secret + client_set_id = userx plain: driver = plaintext public_name = PLAIN client_send = ^userx^secret +xlogin: + driver = plaintext + public_name = XLOGIN + client_send = : $auth1 : $auth1+$auth2 + client_set_id = $auth1 + # ----- Routers ----- @@ -52,14 +55,16 @@ begin transports smtp_try: driver = smtp - hosts_try_auth = * port = PORT_S + hosts_try_fastopen = : + hosts_try_auth = * authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail} smtp_force: driver = smtp - hosts_require_auth = * port = PORT_S + hosts_try_fastopen = : + hosts_require_auth = * # ----- Retry -----