비둘기장 로그인에 문제가 있습니다. 로그인 실패를 해결하는 방법은 무엇입니까?

비둘기장 로그인에 문제가 있습니다. 로그인 실패를 해결하는 방법은 무엇입니까?

로그인하는 데 심각한 문제가 있습니다 dovecot.

  • 이것은 내 것입니다 /usr/local/etc/dovecot/passdb(일반 비밀번호가 있는 항목은 하나만 있음).

    [email protected]{PLAIN}asdf::::::
    
  • 다음과 같이 쉘에서 dovecot auth login을 실행하면:

    dovecot auth login [email protected] asdf
    

    알겠어요

    # dovecot auth login [email protected]          
    Password:                                                              
    passdb: [email protected] auth failed                                   
    extra fields:                                                          
      [email protected]                                                
    root@mail:/home/webhost # dovecot auth login [email protected] asdf     
    passdb: [email protected] auth failed                                   
    extra fields:                                                          
      [email protected]    
    
  • 이것을 디버깅하기 위해 설정했습니다.

    auth_verbose = yes                  
    auth_verbose_passwords = yes 
    

    /usr/local/etc/dovecot/dovecot.conf

  • 내 로그 파일에는 다음과 같은 출력이 표시되는데 이는 별로 도움이 되지 않습니다.

    2023-03-03 09:08:25 auth: Debug: client in: AUTH        1       PLAIN   service=doveadm debug   resp=ZnJpdHpAbXlob3N0LmNvbQBmcml0ekBteWhvc3QuY29tAGF
    zZGY= (previous base64 data may contain sensitive data)
    2023-03-03 09:08:25 auth: Debug: passwd-file([email protected]): Performing passdb lookup
    2023-03-03 09:08:25 auth: Debug: passwd-file([email protected]): lookup: [email protected] file=/usr/local/etc/dovecot/passdb
    2023-03-03 09:08:25 auth: Info: passwd-file([email protected]): unknown user (given password: asdf)
    2023-03-03 09:08:25 auth: Debug: passwd-file([email protected]): Finished passdb lookup
    2023-03-03 09:08:25 auth: Debug: auth([email protected]): Auth request finished
    2023-03-03 09:08:27 auth: Debug: client passdb out: FAIL        1       [email protected]
    

완전히 막혔고 이 문제를 해결하기 위해 무엇을 더 할 수 있는지 모르겠습니다.

관련 정보