job/linux
pop3 login error
시스템엔지니어
2018. 8. 31. 17:37
pop3 로그인 에러
로그
pop3-login: Disconnected (tried to use disabled plaintext auth):
해결
vi /etc/dovecot/conf.d/10-ssl.conf
# SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
ssl = no
vi /etc/dovecot/conf.d/10-auth.conf
# connection is considered secure and plaintext authentication is allowed.
disable_plaintext_auth = no
로 수정
로그
dovecot: pop3(ceo): Error: Invalid user settings. Refer to server log for more information.
해결
vi /etc/dovecot/conf.d/10-mail.conf
mail_location = mbox:~/mail:INBOX=/var/mail/%u
수정