------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1476 --- Comment #1 from Claas Hilbrecht <[email protected]> 2014-05-06 16:35:50 --- auth_spa: driver = spa public_name = NTLM server_password = ${lookup sqlite {/etc/exim4/sqlite.db SELECT password FROM auth_server WHERE username='${quote_sqlite:$auth1}'}{$value}fail} client_username = ${lookup sqlite {/etc/exim4/sqlite.db SELECT username FROM auth_client WHERE hostname='${quote_sqlite:$host}'}{$value}fail} client_password = ${lookup sqlite {/etc/exim4/sqlite.db SELECT password FROM auth_client WHERE hostname='${quote_sqlite:$host}'}{$value}fail} client_domain = ${lookup sqlite {/etc/exim4/sqlite.db SELECT domain FROM auth_client WHERE hostname='${quote_sqlite:$host}'}{$value}fail} client_condition = ${if eq{$tls_out_cipher}{}{no}{yes}} server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}} -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
