nullmailer icon indicating copy to clipboard operation
nullmailer copied to clipboard

smtp: add optional support for SASL/GSSAPI

Open Alphix opened this issue 1 year ago • 0 comments

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.

Alphix avatar Jan 21 '25 14:01 Alphix