SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection.
(CRAM-MD5, DIGEST-MD5, GSSAPI, NTLM, KERBEROS ...)
like http://www.etpan.org/libetpan/
Requests Support SASL
Requests Support SASL
IPv6 Email Public Service www.ipv6china.com World's first
Re: Requests Support SASL
Dupeyon wrote:SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection.
(CRAM-MD5, DIGEST-MD5, GSSAPI, NTLM, KERBEROS ...)
http://www.hmailserver.com/forum/viewto ... ASL#p60679
CRAM-MD5 and DIGEST-MD5 don't work with default password storage format. GSSAPI, NTLM, KERBEROS depend on external services.
You continue to ask for new features instead of trying to solve your security problem. Features you are asking for don't solve your problem.