1

WebmailLiteでこのエラーに直面しています。

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}}”

passwdを次の形式で保存しています:username:{MD5} asddfasdlasdkandlanskfdaf

AUTHを有効にして機能させるにはどうすればよいですか?前もって感謝します。

4

2 に答える 2

1

私の場合、このエラーは定期的に発生するわけではありません。機能する場合もありますが、このエラーが発生する場合もあります。(SMTP エラー: 認証できませんでした。)

私はこれをデバッグし、これを見つけました

SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "503 AUTH command used when not advertised "
SMTP -> get_lines(): $data is "503 AUTH command used when not advertised "
SMTP -> FROM SERVER:503 AUTH command used when not advertised
SMTP -> ERROR: RSET failed: 503 AUTH command used when not advertised
SMTP Error: Could not authenticate. 
于 2015-05-26T09:36:39.870 に答える