[Dovecot] Fwd: Re: Dovecot doesnot disconnect at end of pop3 session

Robert JR roundcube222 at alaadin.org
Wed Oct 10 18:07:57 EEST 2012


On 2012-10-10 17:47, Jack Bates wrote:

> On 10/10/2012 9:40 AM, Robert JR wrote:
>
>> telnet mymail.com 110 user username pass password list quit all
>> commands work except the quit command, Dovecot hang at this point 
>> !!!
>> Why Dovecot hang on receiving the Quit command !!! and doesnot
>> disconnect !!
> Please include your dovecot version. Also, does the list command end
> with a line that contains a period? You might want to include dovecot 
> -n
> as well, which will show everyone what your mail storage type is and
> other relevant information. Jack

# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-279.9.1.el6.x86_64 x86_64 CentOS release 6.3 (Final)
auth_mechanisms = plain login
auth_username_format = %Lu
disable_plaintext_auth = no
mail_debug = yes
mail_location = mbox:~/mal:INBOX=/var/mail/%u
mbox_write_locks = fcntl
passdb {
  driver = pam
}
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
  driver = passwd
}
protocol pop3 {
  mail_max_userip_connections = 4
  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
  pop3_uidl_format = %08Xu%08Xv
}

Please find the output of dovecot -n

list command return msg number and size only.
Thanks



More information about the dovecot mailing list