• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Dovecot 2.3 warnings on startup for services auth and anvil

TimReeves

Regular Pleskian
I'm just configuring a new vServer with Debian 9.5 / dovecot 2.3.0.1.
When I restart the service I'm seeing:
  • dovecot[19544]: master: Warning: service auth { client_limit=1000 } is lower than required under max. load (1224)
  • dovecot[19544]: master: Warning: service anvil { client_limit=1000 } is lower than required under max. load (1227)
Sure these are only warnings, but dovecot must have a reason wor issuing the warning. Could the team look at this, please?

BTW I'm also seeing the issues explained here - perhaps that Bug can be extended?
 
I changed mine to 1500 per that support article. Now my logs say 1500 instead of 1000. Other possible fixes are mentioned by users, but I'm not sure what to do - any advice? I thought about trying a LOWER number as one poster suggested, but thought I'd seek additional advice first before any more tinkering (I'm new to Plesk, and NOT a sys admin - I'm just the lucky web developer who always manages the server too)

FYI this server is used by a small company - other than the occasional botnet hit, we really don't have a lot of traffic or email, and the server is new and has great specs. Here's a bit of my log from today:


Jul 28 15:43:54 1112381-server postfix/postfix-script[16787]: refreshing the Postfix mail system
Jul 28 15:43:54 1112381-server postfix/master[14912]: reload -- version 3.4.8, configuration /etc/postfix
Jul 28 15:43:54 1112381-server postfix/anvil[16516]: statistics: max connection rate 1/60s for (smtp:(redacted)) at Jul 28 15:42:16
Jul 28 15:43:54 1112381-server postfix/anvil[16516]: statistics: max connection count 1 for (smtp:(redacted)) at Jul 28 15:42:16
Jul 28 15:43:54 1112381-server postfix/anvil[16516]: statistics: max cache size 5 at Jul 28 15:42:56
Jul 28 15:43:54 1112381-server dovecot: master: Warning: Killed with signal 15 (by pid=16826 uid=0 code=kill)
Jul 28 15:43:54 1112381-server dovecot: service=imap, user=(redacted), ip=[(redacted)]. Server shutting down. rcvd=124, sent=1238
Jul 28 15:43:54 1112381-server dovecot: service=imap, user=(redacted), ip=[(redacted)]. Server shutting down. rcvd=124, sent=1081
Jul 28 15:43:56 1112381-server dovecot: master: Warning: service auth { client_limit=1500 } is lower than required under max. load (2248)
Jul 28 15:43:56 1112381-server dovecot: master: Warning: service anvil { client_limit=1500 } is lower than required under max. load (2251)
Jul 28 15:43:56 1112381-server dovecot: master: Dovecot v2.3.10.1 (a3d0e1171) starting up for imap, pop3, sieve (core dumps disabled)
Jul 28 15:43:56 1112381-server dovecot: config: Warning: service auth { client_limit=1500 } is lower than required under max. load (2248)
Jul 28 15:43:56 1112381-server dovecot: config: Warning: service anvil { client_limit=1500 } is lower than required under max. load (2251)
Jul 28 15:43:56 1112381-server dovecot: master: Warning: Killed with signal 15 (by pid=16885 uid=0 code=kill)
Jul 28 15:43:57 1112381-server dovecot: master: Warning: service auth { client_limit=1500 } is lower than required under max. load (2248)
Jul 28 15:43:57 1112381-server dovecot: master: Warning: service anvil { client_limit=1500 } is lower than required under max. load (2251)
Jul 28 15:43:57 1112381-server dovecot: master: Dovecot v2.3.10.1 (a3d0e1171) starting up for imap, pop3, sieve (core dumps disabled)
Jul 28 15:43:57 1112381-server dovecot: config: Warning: service auth { client_limit=1500 } is lower than required under max. load (2248)
Jul 28 15:43:57 1112381-server dovecot: config: Warning: service anvil { client_limit=1500 } is lower than required under max. load (2251)
Jul 28 15:43:58 1112381-server dovecot: master: Warning: Killed with signal 15 (by pid=17019 uid=0 code=kill)
Jul 28 15:43:59 1112381-server dovecot: master: Warning: service auth { client_limit=1500 } is lower than required under max. load (2248)
Jul 28 15:43:59 1112381-server dovecot: master: Warning: service anvil { client_limit=1500 } is lower than required under max. load (2251)
Jul 28 15:43:59 1112381-server dovecot: master: Dovecot v2.3.10.1 (a3d0e1171) starting up for imap, pop3, sieve (core dumps disabled)
Jul 28 15:43:59 1112381-server dovecot: config: Warning: service auth { client_limit=1500 } is lower than required under max. load (2248)
Jul 28 15:43:59 1112381-server dovecot: config: Warning: service anvil { client_limit=1500 } is lower than required under max. load (2251)
Jul 28 15:43:59 1112381-server dovecot: master: Warning: Killed with signal 15 (by pid=17065 uid=0 code=kill)
 
@Ksech If you go to that same article again, but read all of the user comments made on it, some people have the same issue as you, so there are some alternative solutions listed on there.
 
I'm just configuring a new vServer with Debian 9.5 / dovecot 2.3.0.1.
When I restart the service I'm seeing:
  • dovecot[19544]: master: Warning: service auth { client_limit=1000 } is lower than required under max. load (1224)
  • dovecot[19544]: master: Warning: service anvil { client_limit=1000 } is lower than required under max. load (1227)
Sure these are only warnings, but dovecot must have a reason wor issuing the warning. Could the team look at this, please?

BTW I'm also seeing the issues explained here - perhaps that Bug can be extended?
Hi.
I had the same Problem,but with Debian 10.13 /dovecot 2.3.20.
the plesk article dont work.
 
I understand that you tried the solution from that article, but what is the result? If the limit is too low, it will surely show further errors (just with another threshold value), but in general, that is the correct solution. Did you restart Dovecot after updating the configuration?
 
I'm just configuring a new vServer with Debian 9.5 / dovecot 2.3.0.1.
When I restart the service I'm seeing:
  • dovecot[19544]: master: Warning: service auth { client_limit=1000 } is lower than required under max. load (1224)
  • dovecot[19544]: master: Warning: service anvil { client_limit=1000 } is lower than required under max. load (1227)
Sure these are only warnings, but dovecot must have a reason wor issuing the warning. Could the team look at this, please?

BTW I'm also seeing the issues explained here - perhaps that Bug can be extended?
I changed it to 65535 :) no more issues for years LOL
 
Back
Top