[Dovecot] Password encryption type for dovecot & postfix saslauthd with mysql

2013-07-17 Thread Simon
Hi There, We are using dovecot v2.2.4 (compiled from source) and postfix (yum install) on Centos 6.4. We are storing our virtual user config in mysql. Server 1 has dovecot/postfix and accepts incoming mail from our mail filter servers - this is purely for IMAP/POP services. Server 2 has postfi

Re: [Dovecot] password encryption

2013-04-06 Thread Robin
On 4/5/2013 11:36 PM, Jim Pazarena wrote: > I have just come to the realization that password encryption using the > crypt function in linux, ONLY USES THE FIRST 8 CHARS. I have written > routines using crypt allowing 16+ chars, and find that anything past 8 > is ignored. Wow. > > Is there a wa

Re: [Dovecot] password encryption

2013-04-06 Thread Professa Dementia
On 4/5/2013 11:36 PM, Jim Pazarena wrote: I have just come to the realization that password encryption using the crypt function in linux, ONLY USES THE FIRST 8 CHARS. I have written routines using crypt allowing 16+ chars, and find that anything past 8 is ignored. Wow. Is there a way around this

Re: [Dovecot] password encryption

2013-04-06 Thread Noel Butler
On Fri, 2013-04-05 at 23:36 -0700, Jim Pazarena wrote: > I have just come to the realization that password encryption using the > crypt function in linux, ONLY USES THE FIRST 8 CHARS. I have written > routines using crypt allowing 16+ chars, and find that anything past 8 > is ignored. Wow. >

[Dovecot] password encryption

2013-04-05 Thread Jim Pazarena
I have just come to the realization that password encryption using the crypt function in linux, ONLY USES THE FIRST 8 CHARS. I have written routines using crypt allowing 16+ chars, and find that anything past 8 is ignored. Wow. Is there a way around this that can be used in dovecot, as well as

Re: [Dovecot] Password Encryption

2007-08-05 Thread Timo Sirainen
On Fri, 2007-08-03 at 12:29 -0400, Dave Morrow wrote: > My logs are showing this. I suspect the md5 format that PostfixAdmin is > inserting the password to the database with is not the same as the > Dovecot md5 encryption... :( .. > plain_md5_verify([EMAIL PROTECTED]): Invalid password encodin

Re: [Dovecot] Password Encryption

2007-08-03 Thread Dave Morrow
-Original Message- From: Geert Hendrickx [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 9:07 AM To: Dave Morrow Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Password Encryption On Fri, Aug 03, 2007 at 08:35:59AM -0400, Dave Morrow wrote: > While everything seems to have g

Re: [Dovecot] Password Encryption

2007-08-03 Thread Geert Hendrickx
On Fri, Aug 03, 2007 at 08:35:59AM -0400, Dave Morrow wrote: > While everything seems to have gone right, I have been unable to > successfully login to the IMAP server using Outlook Express. > > It seems that the problem may relate to PostfixAdmin storing passwords in > the mysql database md5 en

[Dovecot] Password Encryption

2007-08-03 Thread Dave Morrow
Hi all. I hope this is not a RTFM-type question, but I've been unable to find a searchable archive of this mailing list... I recently began investigating using Dovecot/Postfix/MySQL solution. I've been following the documentation http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL?hi