SHA512-CRYPT and PLAIN/LOGIN with SSL. ---Aki TuomiDovecot oy -------- Original message --------From: "j.emerlik" <j.emerlik at gmail.com> Date: 25/10/2017 12:07 (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Password encription What scheme and mechanism do you recommend? 2017-10-25 11:01 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:> CRAM-MD5 should not be used. Its not terribly secure. > > > ---Aki TuomiDovecot oy > -------- Original message --------From: "j.emerlik" <j.emerlik at gmail.com> > Date: 25/10/2017? 11:58? (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> > Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Password > encription > Thx Aki, > with CRAP-MD5 as scheme and mechanism? it's works corretlly. > > 2017-10-25 10:52 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > PLAIN and LOGIN. > > > > > > > > --- > > Aki Tuomi > > Dovecot oy > > > > -------- Original message -------- > > From: "j.emerlik" <j.emerlik at gmail.com> > > Date: 25/10/2017 11:41 (GMT+02:00) > > To: Dovecot Mailing List <dovecot at dovecot.org> > > Subject: Password encription > > > > Hi, > > which authentication mechanism should I use for SHA-256 password schama ? > > Regards, > > Jack > > >
Form me now is working SHA256-CRYPT and PLAIN/LOGIN with SSL/TLS. 2017-10-25 11:11 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:> SHA512-CRYPT and PLAIN/LOGIN with SSL. > ---Aki TuomiDovecot oy > -------- Original message --------From: "j.emerlik" <j.emerlik at gmail.com> > Date: 25/10/2017 12:07 (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> > Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Password > encription > What scheme and mechanism do you recommend? > > 2017-10-25 11:01 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > CRAM-MD5 should not be used. Its not terribly secure. > > > > > > ---Aki TuomiDovecot oy > > -------- Original message --------From: "j.emerlik" <j.emerlik at gmail.com > > > > Date: 25/10/2017 11:58 (GMT+02:00) To: Aki Tuomi <aki.tuomi at dovecot.fi > > > > Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Password > > encription > > Thx Aki, > > with CRAP-MD5 as scheme and mechanism it's works corretlly. > > > > 2017-10-25 10:52 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > > > PLAIN and LOGIN. > > > > > > > > > > > > --- > > > Aki Tuomi > > > Dovecot oy > > > > > > -------- Original message -------- > > > From: "j.emerlik" <j.emerlik at gmail.com> > > > Date: 25/10/2017 11:41 (GMT+02:00) > > > To: Dovecot Mailing List <dovecot at dovecot.org> > > > Subject: Password encription > > > > > > Hi, > > > which authentication mechanism should I use for SHA-256 password > schama ? > > > Regards, > > > Jack > > > > > >
On 25 Oct 2017, at 03:11, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:> SHA512-CRYPT and PLAIN/LOGIN with SSL.I?m happy with SHA256-CRYPT and PLAIN/LOGIN. -- Apple broke AppleScripting signatures in Mail.app, so no random signatures.
On 27.10.2017 08:37, @lbutlr wrote:> On 25 Oct 2017, at 03:11, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: >> SHA512-CRYPT and PLAIN/LOGIN with SSL. > I?m happy with SHA256-CRYPT and PLAIN/LOGIN. >Yes. SHA256-CRYPT is good too. It was just recommendation over using CRAM-MD5, use anything with salt. Aki