Internal failure, 1 successful auths

zye

Well-Known Member
Dec 6, 2002
123
4
168
Hi - i have problems with my mailservice:

i am getting this error in /var/log/maillog

not all the time but sporadically

May 17 12:40:54 myserver dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
May 17 12:40:54 myserver dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
May 17 12:40:54 myserver dovecot: imap-login: Internal login failure (pid=1044652 id=1583) (internal failure, 1 successful auths): user=<[email protected]>, method=PLAIN, rip=xx.xx.xx.51, lip=xx.xx.xx.134, TLS, session=<knYVXwczTrlTpMYz>
May 17 12:40:54 myserver dovecot: imap-login: Internal login failure (pid=1044646 id=539) (internal failure, 1 successful auths): user=<[email protected]>, method=PLAIN, rip=xx.xx.xx.160, lip=xx.xx.xx.134, TLS, session=<xIAbXwczGOtX98Wg>
 

zye

Well-Known Member
Dec 6, 2002
123
4
168
okay i found out that i have to raise my limits

process limit 50 - anyone knows how to increase these limits ?

doveconf -n | grep limit
client_limit = 500
process_limit = 50
vsz_limit = 64 M
process_limit = 512
vsz_limit = 256 M
client_limit = 500
process_limit = 50
vsz_limit = 64 M
process_limit = 512
vsz_limit = 256 M
client_limit = 500
process_limit = 50
vsz_limit = 64 M
process_limit = 512
vsz_limit = 256 M
 

zye

Well-Known Member
Dec 6, 2002
123
4
168
solved so far - all settings can be found in

/etc/dovecot/dovecot.conf

i set

doveconf -n | grep limit
client_limit = 2000
process_limit = 2000
vsz_limit = 512 M
process_limit = 2512
vsz_limit = 2 G
client_limit = 2000
process_limit = 2000
vsz_limit = 512 M
process_limit = 2000
vsz_limit = 2 G
client_limit = 2000
process_limit = 2000
vsz_limit = 512 M
process_limit = 2000
vsz_limit = 2 G

now when i restart imap inside whm i get

May 17 13:58:38 myserver dovecot: config: Warning: service anvil { client_limit=1000 } is lower than required under max. load (4103)
May 17 13:58:38 myserver dovecot: Warning: fd limit (ulimit -n) is lower than required under max. load (1024 < 2000), because of service pop3-login { client_limit }
May 17 13:58:38 myserver dovecot: Warning: service anvil { client_limit=1000 } is lower than required under max. load (4103)
May 17 13:58:38 myserver dovecot: Warning: service auth { client_limit=1000 } is lower than required under max. load (4200)
May 17 13:58:38 myserver dovecot: doveconf: Warning: service anvil { client_limit=1000 } is lower than required under max. load (4103)
May 17 13:58:38 myserver dovecot: doveconf: Warning: service auth { client_limit=1000 } is lower than required under max. load (4200)
 
Last edited:

zye

Well-Known Member
Dec 6, 2002
123
4
168
settings just got overwritten by cpanel update
root@srv [/var/log]# ll /etc/dovecot/dovecot.conf

-rw-r--r-- 1 root root 38362 May 18 04:59 /etc/dovecot/dovecot.conf



Support Request ID is: 7552629
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463