[BlueOnyx:14754] Re: saslauthd (5106R)

Michael Stauber mstauber at blueonyx.it
Wed Feb 26 09:40:16 -05 2014


Hi Steffan,

> Feb 26 09:30:28 server1 saslauthd[16183]: PAM adding faulty module:
> /lib/security/pam_env.so
> Feb 26 09:30:28 server1 saslauthd[16183]: PAM unable to
> dlopen(/lib/security/pam_abl.so)
> Feb 26 09:30:28 server1 saslauthd[16183]: PAM [error:
> /lib/security/pam_abl.so: cannot open shared object file: Too many open
> files]

Yeah, I've seen this on another box as well. There is a limit of 1024
files that can be open at the same time. If you have a lot of Dovecot
logins, this limit is reached quickly.

You can temporarily raise it with this command: "ulimit -n 65536"

A more permanent solution is to edit the file /etc/security/limits.conf
and to add these four lines to it:

*         hard    nofile      65536
*         soft    nofile      65536
root      hard    nofile      65536
root      soft    nofile      65536

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list