Hi, Gentoo updated dovecot to 1.0 beta3 and don't succeed in authentification with pop3. Here is my dovecot.conf 0.99 protocols = imap imaps pop3 pop3s imap_listen = * pop3_listen = * imaps_listen = * pop3s_listen = * login = imap login = pop3 default_mail_env = maildir:%h/.maildir mbox_locks = fcntl dotlock auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb = pam dovecot auth_user = root auth_verbose = yes auth_debug = yes
and here is my translation for dovecot.conf 1.0
protocols = imap imaps pop3 pop3s listen = * default_mail_env = maildir:%h/.maildir protocol imap { } protocol pop3 { } mbox_read_locks = fcntl mbox_write_locks = dotlock fcntl auth default { mechanisms = plain passdb pam { args = "*" } passdb passwd { } userdb passwd { } user = root } I succeed in connection with telnet localhost 143 but not with pop3 I compiled dovecot with -debug +ipv6 -kerberos +ldap -mbox +mysql +pam +pop3d -postgres +ssl -vpopmail Thank you for your help