我在 Webmail Lite 中遇到了这个错误。
我已经安装了 Exim。这是 auth 块的片段: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}}”
我以以下格式存储密码:用户名:{MD5}asddfasdlasdkandlanskfdaf
如何启用 AUTH 并正常工作?提前致谢。