Hi
I noticed dbmail-timsieved to reaccept authentication.
After reauthenticating I get an OK repsonse.
According to the ietf draft:
Reauthentication is not supported by ManageSieve protocol's profile
of SASL. I.e. after a successfully completed AUTHENTICATE command,
no more AUTHENTICATE
y, May 04, 2005 1:35 PM
Subject: [Dbmail-dev] authentication
Do DBMail support any kind of secured user authentication
like MD5 or does
it support STARTTLS?
DBMail document says that it supports MD5, but looking at
the code it does
not seem to be supporting any kind of secured user
authentication
On Wed, 2005-05-04 at 10:35 -0700, gopalakrishnan kamalanathan wrote:
> Do DBMail support any kind of secured user authentication like MD5 or does
> it support STARTTLS?
No.
For STARTTLS, you can use stunnel. In fact, you probably should.
One day, it'll probably get CRAM-MD5/SHA1 and DIGEST-MD5
Do DBMail support any kind of secured user authentication like MD5 or does
it support STARTTLS?
DBMail document says that it supports MD5, but looking at the code it does
not seem to be supporting any kind of secured user authentication. It
supports only plain login.
Can anyone confirm this