Re: [exim] GNU Sasl

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: The Doctor
CC: exim-users
Subject: Re: [exim] GNU Sasl
On 2010-10-10 at 20:52 -0600, The Doctor wrote:
> Just wondering if there are any plans to add GNU SASL
> in coming releases.


No current plans, but we accept contributions.

Cyrus SASL is supported and the only mechanism I can see supported by
Gnu SASL that's not in Cyrus is SCRAM-SHA-1. Is this a limiting issue
for you? Or the use of SASLprep for unicode string canonicalisation?

Look in src/auths/ to see where the authenticators live, and you might
want to look at cyrus_sasl.{h,c} for inspiration -- as I understand from
a quick skim over the gsasl documentation, it has a similar model to
Cyrus SASL: you pass data to the library and get transformed data back,
for passing over the network yourself.

-Phil