protocols = imap pop3 listen = 192.168.0.1などに、修正
disable_plaintext_auth = no auth_mechanisms = plain login !include auth-passwdfile.conf.extなどに、修正
service pop3-login { #executable = pop3-login director executable = pop3-login }などに、修正
debug_log_path = /var/log/dovecot_debug.log auth_verbose = yes auth_verbose_passwords = yes auth_debug = yes mail_debug = yesなどに、修正
mail_location = maildir:~/Maildirなどに、修正
inet_listener pop3 { address = port = 110 reuse_port = no ssl = no }などに、修正。address =localhostだと、リモートからは受信できない
inet_listener pop3 { # address = localhost port = 110 reuse_port = no ssl = no }コメントにする
ssl = yesなどに、修正