Displaying 2 results from an estimated 2 matches for "with_service_count".
2015 Apr 06
3
setting service_count results in Permission denied
The load on our machines has gotten too high, so I started to see log
messages that directed me to look at this page for config changes:
https://pad.riseup.net/redirect#http%3A//wiki2.dovecot.org/SocketUnavailable
One of the things I wanted to do on that page was to set the:
service imap { service_count = 100 }
but when I added that to the service imap block, and restarted dovecot,
I see this
2015 Apr 07
0
setting service_count results in Permission denied
...# limit if you have huge mailboxes.
> #vsz_limit = 256M
> # Max. number of IMAP processes (connections)
> process_limit = 4096
> service_count = 100
> executable = imap imap-postlogin
> }
please run:
doveconf -a >without_service_count
add service_count
doveconf -a >with_service_count
Then compare the section "service imap" and "imap-postlogin" for changes.
> service imap-postlogin {
> # the script process runs as the user specified here (v2.0.14+):
> #user = $default_internal_user
>
> executable = script-login /usr/local/sbin/postlogin_im...