X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/4730f9424e0addeb902cc842508eea3f47a131ca..30079bc1d20c0473d012ef33654358cfadb0a2ff:/test/confs/3401 diff --git a/test/confs/3401 b/test/confs/3401 index 6406e3178..92c0afc32 100644 --- a/test/confs/3401 +++ b/test/confs/3401 @@ -8,6 +8,7 @@ spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +log_selector = +smtp_mailauth # ----- Main settings ----- @@ -22,6 +23,7 @@ login: driver = plaintext public_name = LOGIN client_send = : userx : secret + client_set_id = userx plain: driver = plaintext @@ -32,6 +34,7 @@ xlogin: driver = plaintext public_name = XLOGIN client_send = : $auth1 : $auth1+$auth2 + client_set_id = $auth1 # ----- Routers ----- @@ -59,12 +62,14 @@ smtp_try: driver = smtp hosts_try_auth = * port = PORT_S + interface = 127.0.0.1 authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail} smtp_force: driver = smtp hosts_require_auth = * port = PORT_S + interface = 127.0.0.1 # ----- Retry -----