Re: [Dovecot] Log successful login plain text password

2013-08-30 Thread Marco Fretz
On 08/28/2013 10:36 AM, wk...@yahoo.com wrote: Maybe you can find a way in this direction http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes This looks interesting. Looks like I could automate also a lot of other stuff this way, e.g. imap syncing accounts to new server, etc. I found out

Re: [Dovecot] Log successful login plain text password

2013-08-30 Thread wkaha
Cool. I tried doing the same. I've installed a proxy with the smallest possible setting dovecot.conf protocols = imap ssl = no mail_uid = dovenull mail_gid = dovenull first_valid_uid = 143 first_valid_gid = 143 auth_mechanisms = plain login

[Dovecot] Log successful login plain text password

2013-08-28 Thread Marco Fretz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, I want to use dovecot as a IMAP and POP3 proxy in front of our current E-Mail hosting server to log the plain text passwords of all successful logins for migration reasons. Actually I don't need the password to see in plain text,

Re: [Dovecot] Log successful login plain text password

2013-08-28 Thread wkaha
Hi Marco when running dovecot -a you will find auth_* I think you could you auth_verbose_passwords to fit your needs. all the best On 28.08.2013, at 08:57, Marco Fretz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, I want to use dovecot as a IMAP and POP3

Re: [Dovecot] Log successful login plain text password

2013-08-28 Thread Marco Fretz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/28/2013 09:08 AM, wk...@yahoo.com wrote: Hi Marco when running dovecot -a you will find auth_* I think you could you auth_verbose_passwords to fit your needs. thanks. I've already tried this, but it doesn't log the password on successful

Re: [Dovecot] Log successful login plain text password

2013-08-28 Thread wkaha
Maybe you can find a way in this direction http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes all the best On 28.08.2013, at 09:14, Marco Fretz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/28/2013 09:08 AM, wk...@yahoo.com wrote: Hi Marco when running dovecot -a

Re: [Dovecot] Log successful login plain text password

2013-08-28 Thread Joseph Tam
Marco Fretz writes: Maybe you can find a way in this direction http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes I've sync'd a separate password system by process tracing dovecot's auth process and dumping out the arguments of read() calls for some fixed set of descriptors and piping it