Hi Falko
Thanks for helping!
Output of:
ps aux | grep saslauthd
Code:
root 18288 0.0 0.1 7216 988 ? Ss May18 0:00 /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd -r -c -n 5
root 18289 0.0 0.1 7216 540 ? S May18 0:00 /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd -r -c -n 5
root 18290 0.0 0.0 7216 360 ? S May18 0:00 /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd -r -c -n 5
root 18291 0.0 0.0 7216 360 ? S May18 0:00 /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd -r -c -n 5
root 18292 0.0 0.0 7216 360 ? S May18 0:00 /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd -r -c -n 5
root 29782 0.0 0.1 2848 712 pts/0 R+ 11:12 0:00 grep saslauthd
Content of:
/etc/default/saslauthd
Code:
# sasldb -- use the local sasldb database file
# ldap -- use LDAP (configuration is in /etc/saslauthd.conf)
#
# Only one option may be used at a time. See the saslauthd man page
# for more information.
#
# Example: MECHANISMS="pam"
MECHANISMS="pam"
# Additional options for this mechanism. (default: none)
# See the saslauthd man page for information about mech-specific options.
MECH_OPTIONS=""
# How many saslauthd processes should we run? (default: 5)
# A value of 0 will fork a new process for each connection.
THREADS=5
# Other options (default: -c)
# See the saslauthd man page for information about these options.
#
# Example for postfix users: "-c -m /var/spool/postfix/var/run/saslauthd"
# Note: See /usr/share/doc/sasl2-bin/README.Debian
#OPTIONS="-c"
OPTIONS="-m /var/spool/postfix/var/run/saslauthd -r -c"
PIDFILE="/var/spool/postfix/var/run/${NAME}/saslauthd.pid"
Thanks for any hint on this...
QT