[exim] Exim 4.94 PAM SMTP auth - Taint

Top Page
Delete this message
Reply to this message
Author: Patrick Boutilier
Date:  
To: exim-users
Subject: [exim] Exim 4.94 PAM SMTP auth - Taint
2020-06-01 21:35:52 Taint mismatch, string_nextinlist: auth_call_pam 158


Using this in /etc/exim/configure



plain:
    driver = plaintext
    public_name = PLAIN
    server_prompts = :
    server_condition = "${if pam{$auth2:$auth3}{yes}{no}}"
    server_set_id = $auth2
    server_advertise_condition = ${if def:tls_cipher }


login:
    driver = plaintext
    public_name = LOGIN
    server_prompts = "Username:: : Password::"
    server_condition = "${if pam{$auth1:$auth2}{yes}{no}}"
    server_set_id = $auth1
    server_advertise_condition = ${if def:tls_cipher }

begin:vcard
fn:Patrick Boutilier
n:Boutilier;Patrick
org:;Nova Scotia Department of Education
adr:;;2021 Brunswick Street;Halifax;NS;B3K 2Y5;Canada
email;internet:boutilpj@???
title:WAN Communications Specialist
tel;work:902-424-6800
tel;fax:902-424-0874
version:2.1
end:vcard