nullmailer
nullmailer copied to clipboard
smtp: add optional support for SASL/GSSAPI
This patch adds optional support for GSSAPI (read: Kerberos) via libsasl2.
In theory, the other authentication methods (LOGIN and PLAIN) could also be handled via libsasl2, but I've not changed them since that would make libsasl2 a hard dependency.