I am facing this error in Webmail Lite.
I have Exim installed. Here is a snippet of the auth block: PLAIN:
driver = plaintext
server_set_id = $auth2
server_prompts = :
.ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
.endif
server_condition = “${if crypteq{$auth3}{${extract{1}{:}{${lookup{$auth2}lsearch{/etc/$domain/passwd}{$value}{*:*}}}}}{1}{0}}”
I have the passwd stored in the following format: username:{MD5}asddfasdlasdkandlanskfdaf
How do I get AUTH enabled and working ? Thanks in advance.