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.
--
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]> 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}}
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/