[Dovecot] v2.0.7 released

Marc Perkel marc at perkel.com
Fri Nov 12 13:16:37 EET 2010



On 11/10/2010 5:25 PM, Timo Sirainen wrote:
> On 10.11.2010, at 19.50, Marc Perkel wrote:
>
>> On 11/10/2010 10:52 AM, Timo Sirainen wrote:
>>> service anvil {
>>>    client_limit = 2000 # or something
>>> }
>>>
>> OK - just curious - what is it for? What does this do?
> Increases the number of connections that anvil process can handle before it stops accepting new ones. The default limit should be fine as long as you don't change other services' process_limits from defaults. Hmm. Actually the default 1000 limit should be high enough for pretty much all setups. What exactly have you changed to cause that warning? Show your doveconf -n output?
>
>
>

The only thing I changed was upgrading for 2.06 to 2.07.

# 2.0.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-dzhanibekov.1 x86_64 Fedora release 12 (Constantine) 
simfs
auth_debug = yes
auth_master_user_separator = *
disable_plaintext_auth = no
dotlock_use_excl = yes
first_valid_uid = 12
info_log_path = /var/log/dovecot.log
log_path = /var/log/dovecot.log
login_greeting = Computer Tyme Dovecot ready.
mail_fsync = never
mail_gid = mail
mail_location = maildir:/vhome/%d/home/%n:INDEX=/imap-cache/%d-%n
mail_uid = mail
mmap_disable = yes
passdb {
   args = /etc/dovecot/sql.conf
   driver = sql
}
passdb {
   args = /etc/dovecot/master-combined-sql.conf
   driver = sql
   master = yes
   pass = yes
}
protocols = imap pop3
service anvil {
   client_limit = 2000
}
service auth {
   unix_listener auth-client {
     mode = 0666
   }
   unix_listener auth-master {
     mode = 0666
   }
}
service imap-login {
   process_limit = 800
   process_min_avail = 100
   service_count = 0
   vsz_limit = 64 B
}
service imap {
   process_limit = 400
}
service pop3-login {
   process_limit = 800
   process_min_avail = 40
   service_count = 0
   vsz_limit = 64 B
}
service pop3 {
   process_limit = 400
}
ssl_cert = </usr/share/ssl/certs/imapd.pem
ssl_key = </usr/share/ssl/certs/imapd.pem
verbose_proctitle = yes
protocol pop3 {
   pop3_uidl_format = %v.%u
}


More information about the dovecot mailing list