Page 1 of 1

/usr/sbin/saslauthd

Posted: 05 Feb 2014 15:36
by buzzzo
Hi

I've seen that saslauthd is running but seems not to be used by the system.
Is it safe to switch off of must be run ?

Thx

Re: /usr/sbin/saslauthd

Posted: 05 Feb 2014 16:42
by shawniverson
Yes, it safe to swtich off, but I would also modify /etc/postfix/main.cf if you do so that attempts to authenticate via postfix are ignored.

Code: Select all

smtpd_sasl_auth_enable = no

Re: /usr/sbin/saslauthd

Posted: 05 Feb 2014 17:50
by buzzzo
Thx