Re: [exim] authentication help needed 4.51

Top Page
Delete this message
Reply to this message
Author: Tony Finch
Date:  
To: Rob Lingelbach
CC: exim-users
Subject: Re: [exim] authentication help needed 4.51
On Thu, 27 Apr 2006, Rob Lingelbach wrote:
>
> Thanks Tony. I wonder if you could send me your configure file so I could examine
> it for discrepancies with my own. Feel free to change pwds to something generic.


The relevant parts are:

LOGIN:
  driver        = plaintext
  server_set_id        = ${lc:$1}
  server_prompts    = <| Username: | Password:
  server_condition    = \
    ${if crypteq{$2}{${lookup {${lc:$1}} cdb {USERS/passwd.cdb} }} }
  server_advertise_condition = ${if def:tls_cipher }


PLAIN:
  driver        = plaintext
  server_set_id        = ${lc:$2}
  server_prompts    = :
  server_condition    = \
    ${if crypteq{$3}{${lookup {${lc:$2}} cdb {USERS/passwd.cdb} }} }
  server_advertise_condition = ${if def:tls_cipher }



Tony.
--
<fanf@???> <dot@???> http://dotat.at/ ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}