Displaying 1 result from an estimated 1 matches for "processes_count".
2003 Jun 30
3
Configuration file changes
...etting changes here would affect only new groups below, otherwise
# the config file parsing would get difficult..)
group anonymous {
  protocols = imap
  ssl_disable = yes
  login_dir = /var/run/dovecot/login/anonymous
  login {
    listen = anonymous.server.org
    process_per_connection = no
    processes_count = 1
  }
  auth anonymous {
    mechanisms = plain anonymous
    userdb = passwd-file /etc/anon.passwd
    passdb = passwd-file /etc/anon.passwd
  }
}