[exim-dev] [Bug 1476] $host is empty on a verify callout

Top Page
Delete this message
Reply to this message
Author: Claas Hilbrecht
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1476] $host is empty on a verify callout
------- 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 <Claas.Hilbrecht@???>  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