setting service_count results in Permission denied
micah
micah at riseup.net
Tue Apr 7 14:47:53 UTC 2015
Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> writes:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Mon, 6 Apr 2015, Micah Anderson wrote:
>
>> service imap { service_count = 100 }
>
> where do you put this config line?
I put it as I indicated in the config block below:
>> service imap {
>> # Most of the memory goes to mmap()ing files. You may need to increase this
>> # limit if you have huge mailboxes.
>> #vsz_limit = 256M
>> # Max. number of IMAP processes (connections)
>> process_limit = 4096
>> service_count = 100
^^^ here
>> 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.
Thanks for the idea. I just did this (I dont need to restart dovecot, am
I right?)... but the only thing that changes is 'service imap', changing
service_count = 1 to service_count = 100
More information about the dovecot
mailing list