Displaying 4 results from an estimated 4 matches for "limit_nofile".
Did you mean:
rlimit_nofile
2017 Mar 29
2
cannot login to imap under load
Hello,
>
> It does indeed run from systemd, so this is what's currently in the
> dovecot unit file ( /etc/systemd/system/dovecot.service ):
>
...
> [Service]
> Type=simple
> ExecStart=/usr/sbin/dovecot -F
> NonBlocking=yes
> TasksMax=10000
> LIMIT_NOFILE=10000
...
the parameter should be named
LimitNOFile=10000
(without the underscore), see
http://man7.org/linux/man-pages/man7/systemd.directives.7.html and
http://man7.org/linux/man-pages/man5/systemd.exec.5.html
--Andreas
-------------- next part --------------
A non-text attachment was scr...
2017 Mar 28
5
cannot login to imap under load
Dear list,
We moved our dovecot installation to a new vm, and ever since there are
problems logging in to our imap server during office hours. ( Evenings
and weekends are fine. ) Both the new and the old machine are dovecot
2.2.13. Symptoms:
Logging in via imap gives:
. OK Pre-login capabilities listed, post-login capabilities have more.
a login <loginname> <passwd>
* OK Waiting for
2017 Mar 29
0
cannot login to imap under load
...oes indeed run from systemd, so this is what's currently in the
dovecot unit file ( /etc/systemd/system/dovecot.service ):
[Unit]
Description=Dovecot IMAP/POP3 email server
After=local-fs.target network.target
[Service]
Type=simple
ExecStart=/usr/sbin/dovecot -F
NonBlocking=yes
TasksMax=10000
LIMIT_NOFILE=10000
[Install]
WantedBy=multi-user.target
Unfortunately, it doesn't seem to work...
Best,
gerard
On 29-03-17 13:13, Mar?a Arrea wrote:
>
> If you are running dovecot via systemd, increase NOFILES in the
> dovecot startup script
>
> El 29/03/17 a las 13:07, Gerard Ranke...
2017 Mar 29
0
cannot login to imap under load
...es indeed run from systemd, so this is what's currently in the
> > dovecot unit file ( /etc/systemd/system/dovecot.service ):
> >
> ...
> > [Service]
> > Type=simple
> > ExecStart=/usr/sbin/dovecot -F
> > NonBlocking=yes
> > TasksMax=10000
> > LIMIT_NOFILE=10000
>
> ...
>
> the parameter should be named
>
> LimitNOFile=10000
>
> (without the underscore), see
> http://man7.org/linux/man-pages/man7/systemd.directives.7.html and
> http://man7.org/linux/man-pages/man5/systemd.exec.5.html
Also you dont have to replace th...