Getting inotify error with dovecot.

Discussion in 'ISPConfig 3 Priority Support' started by pvanthony, Apr 18, 2020.

Tags:
  1. pvanthony

    pvanthony Active Member HowtoForge Supporter

    Hi,
    Getting the following error on Debian 10 with dovecot.
    Code:
    Warning: Inotify instance limit for user 5000 (UID vmail) exceeded, disabling. Increase /proc/sys/fs/inotify/max_user_instances:
    
    Searched the internet got the following solution.
    Code:
    fs.inotify.max_user_watches = 4096
    fs.inotify.max_user_instances = 4096
    
    Is this correct? For debian 10? Should this be added in /etc/sysctl.conf?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, looks ok.
     
    pvanthony likes this.

Share This Page