moolideejay

Member
Nov 16, 2008
16
1
53
Hi

Since this morning IMAP and POP3 do not authenticate users anymore. I have enabled debug mode on dovecot and the following error is repeating for every authentication request:

552 5.2.2 Mailbox is full / Blocks limit exceeded / Inode limit exceeded

I have test accounts under few accounts and all of them are failing with the same error msg. Webmail works fine and I could log in and send/receive emails.
I've tried Thunderbird and Outlook with both secure and non-secure ports but no luck.

Disk space usage is under 30% and inode is at 2% .

Any suggestions?
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
That error message indicates that your mailboxes are full due to inode usage being exceeded. If you run something like the following what's the inode usage at?

Code:
df -i
 

moolideejay

Member
Nov 16, 2008
16
1
53
# df -ih
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/lcp01-root 48M 506K 48M 2% /
devtmpfs 3.0M 464 3.0M 1% /dev
tmpfs 3.0M 1 3.0M 1% /dev/shm
tmpfs 3.0M 864 3.0M 1% /run
tmpfs 3.0M 7 3.0M 1% /sys/fs/cgroup
/dev/mapper/home-lv--home 200M 4.0M 197M 2% /home
/dev/sda1 512K 340 512K 1% /boot
/dev/loop0 256K 121 256K 1% /tmp
tmpfs 3.0M 1 3.0M 1% /run/user/0
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
# df -ih
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/lcp01-root 48M 506K 48M 2% /
devtmpfs 3.0M 464 3.0M 1% /dev
tmpfs 3.0M 1 3.0M 1% /dev/shm
tmpfs 3.0M 864 3.0M 1% /run
tmpfs 3.0M 7 3.0M 1% /sys/fs/cgroup
/dev/mapper/home-lv--home 200M 4.0M 197M 2% /home
/dev/sda1 512K 340 512K 1% /boot
/dev/loop0 256K 121 256K 1% /tmp
tmpfs 3.0M 1 3.0M 1% /run/user/0
Interesting, are you using anything like CloudLinux with limitations on inodes included in the package for CageFS?
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
Would it be possible for one or both of you to please open a ticket using the link in my signature? Once open please reply with the Ticket ID here so that we can update this thread with the resolution once the ticket is resolved.


Thanks!
 

PeteS

Well-Known Member
Jun 8, 2017
389
88
78
Oregon
cPanel Access Level
Root Administrator
Would it be possible for one or both of you to please open a ticket using the link in my signature? Once open please reply with the Ticket ID here so that we can update this thread with the resolution once the ticket is resolved.


Thanks!
Not in my case. It turns out that my issue was not connected with this issue, and has been resolved.

-Pete
 
  • Like
Reactions: cPanelLauren