saslauthd

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 15:25, 8 June 2011 by Woozle (talk | contribs) (Created page with "{{#set:page type=article}} {{#set:thing type=software}} {{#set:architecture=server}} {{#set:license=open source}} category:software ==About== saslauthd is a [[Simple Auth...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

saslauthd is a SASL authentication daemon. It works with Dovecot and Postfix but is (as far as I can tell) provided separately.

Configuration is in /etc/default/saslauthd.

Testing

testsaslauthd -u username -p password

This should be a system username, rather than a dovecot virtual username, if Dovecot is configured for virtual users.

Notes

Despite the existence of /var/spool/postfix/var/run/saslauthd if Postfix is installed, and a comment in the config file suggesting that OPTIONS can be set to use it, it actually is not happy with this, and will return this message:

connect() : No such file or directory

...if the Postfix version is used, instead of...

0: OK "Success."

...if the regular /var/run/saslauthd file is used.