Eric,
This is the output for dovecot -n

# 2.0.17 (684381041dc4+): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-164.el5 x86_64 CentOS release 5.8 (Final)
auth_cache_size = 32 M
auth_mechanisms = plain login digest-md5 cram-md5
auth_username_format = %Lu
first_valid_uid = 89
listen = *
log_path = /var/log/dovecot.log
login_greeting = Dovecot toaster ready.
namespace {
  inbox = yes
  location =
  prefix = INBOX.
  separator = .
  type = private
}
passdb {
  args = cache_key=%u webmail=127.0.0.1
  driver = vpopmail
}
plugin {
  quota = maildir
}
protocols = imap pop3
ssl_ca = </etc/pki/tls/certs/server-bundle.crt
ssl_cert = </etc/pki/tls/certs/localhost.crt
ssl_key = </etc/pki/tls/private/localhost.key
userdb {
  args = cache_key=%u quota_template=quota_rule=*:backend=%q
  driver = vpopmail
}
protocol imap {
  imap_client_workarounds = delay-newmail
}
protocol pop3 {
  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
  pop3_fast_size_lookups = yes
  pop3_lock_session = yes
  pop3_uidl_format = %f
}





Regards,

Vivek Patil
system admin




-----Original Message-----
From: Eric Shubert [mailto:[email protected]] 
Sent: Wednesday, January 22, 2014 9:22 PM
To: [email protected]
Subject: [qmailtoaster] Re: Outlook goes offline in every 10 min

You wouldn't have needed the qmailctl commands, but that's ok.
Please post the results of
# dovecot -n
so we can be sure your settings are correct. That command lists all 
non-default configuration values.

-- 
-Eric 'shubes'

On 01/22/2014 05:25 AM, Linux wrote:
> Eric,
> I have added the line " mail_max_userip_connections = 20 " in my 
> /etc/dovecot/local.conf and,
>
> 1. service dovecot restart
> 2. qmailctl cdb
> 3. qmailctl restart
>
> Is everything ok that I done or I missed something.
> Now let's see what will happened.
>
>
>
> Regards,
>
> Vivek Patil
> system admin
>
>
>
> -----Original Message-----
> From: Eric Shubert [mailto:[email protected]]
> Sent: Tuesday, January 21, 2014 8:22 PM
> To: [email protected]
> Subject: [qmailtoaster] Re: Outlook goes offline in every 10 min
>
> Sounds like a dovecot setting to me.
>
> Vivek, are you seeing any error messages in the dovecot.log file?
>
> Try adding this to your dovecot local.conf file (just to see if it makes
> any difference for you):
> protocol imap {
>     imap_client_workarounds = "delay-newmail"
>     # Maximum number of IMAP connections allowed for a user from each IP
> address.
>     # NOTE: The username is compared case-sensitively.
>     mail_max_userip_connections = 20
> }
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to