1. edit /etc/dovecot.conf
#login_max_processes_count = 128
login_max_processes_count = 512
2. edit /etc/security/limits.conf
* soft nofile 8096
* hard nofile 8096
>ulimit -n to check the fd limit
|
||||
Increase dovecot 1.2 file descriptors and max login processes1. edit /etc/dovecot.conf #login_max_processes_count = 128 2. edit /etc/security/limits.conf * soft nofile 8096 >ulimit -n to check the fd limit |
||||
Leave a Reply