Re: Multiple passwords with sql authentication

2014-07-28 Thread BlackVoid
On 2014-07-28 16:51, Timo Sirainen wrote: > On 23 Jul 2014, at 18:49, BlackVoid wrote: > >> I'm currently working on a control panel which is using postfix, dovecot >> and other applications and I want to add application specific passwords >> to increase security. >> >> I found one solution [1],

Re: Multiple passwords with sql authentication

2014-07-28 Thread Timo Sirainen
On 23 Jul 2014, at 18:49, BlackVoid wrote: > I'm currently working on a control panel which is using postfix, dovecot > and other applications and I want to add application specific passwords > to increase security. > > I found one solution [1], however it requires the password to be > included

Re: Multiple passwords with sql authentication

2014-07-24 Thread BlackVoid
On 2014-07-24 07:36, Cédric Jeanneret wrote: > On 07/23/2014 11:53 PM, BlackVoid wrote: >> On 2014-07-23 21:23, Rick Romero wrote: >>> Quoting BlackVoid : >>> On 2014-07-23 18:40, Rick Romero wrote: > Quoting BlackVoid : > >> On 2014-07-23 18:07, Rick Romero wrote: >>> Quoting

Re: Multiple passwords with sql authentication

2014-07-23 Thread Cédric Jeanneret
On 07/23/2014 11:53 PM, BlackVoid wrote: > On 2014-07-23 21:23, Rick Romero wrote: >> Quoting BlackVoid : >> >>> On 2014-07-23 18:40, Rick Romero wrote: Quoting BlackVoid : > On 2014-07-23 18:07, Rick Romero wrote: >> Quoting BlackVoid : >> >>> I'm currently working on a

Re: Multiple passwords with sql authentication

2014-07-23 Thread BlackVoid
On 2014-07-23 21:23, Rick Romero wrote: > Quoting BlackVoid : > >> On 2014-07-23 18:40, Rick Romero wrote: >>> Quoting BlackVoid : >>> On 2014-07-23 18:07, Rick Romero wrote: > Quoting BlackVoid : > >> I'm currently working on a control panel which is using postfix, >>> >>> dovec

Re: Multiple passwords with sql authentication

2014-07-23 Thread Rick Romero
Quoting BlackVoid : On 2014-07-23 18:40, Rick Romero wrote: Quoting BlackVoid : On 2014-07-23 18:07, Rick Romero wrote: Quoting BlackVoid : I'm currently working on a control panel which is using postfix, dovecot and other applications and I want to add application specific passwords t

Re: Multiple passwords with sql authentication

2014-07-23 Thread BlackVoid
On 2014-07-23 18:40, Rick Romero wrote: > Quoting BlackVoid : > >> On 2014-07-23 18:07, Rick Romero wrote: >>> Quoting BlackVoid : >>> I'm currently working on a control panel which is using postfix, > dovecot and other applications and I want to add application specific passwords

Re: Multiple passwords with sql authentication

2014-07-23 Thread Rick Romero
Quoting BlackVoid : On 2014-07-23 18:07, Rick Romero wrote: Quoting BlackVoid : I'm currently working on a control panel which is using postfix, dovecot and other applications and I want to add application specific passwords to increase security. I found one solution [1], however it requi

Re: Multiple passwords with sql authentication

2014-07-23 Thread Rick Romero
Quoting BlackVoid : On 2014-07-23 18:07, Rick Romero wrote: Quoting BlackVoid : I'm currently working on a control panel which is using postfix, dovecot and other applications and I want to add application specific passwords to increase security. I found one solution [1], however it requi

Re: Multiple passwords with sql authentication

2014-07-23 Thread BlackVoid
The control panel uses the database to authenticate, however I want users to be able to use applications specific passwords when authentication via SMTP, IMAP and POP3. The issue with the solution I found is as I said that the password will be logged in clear-text in the query log. Perhaps I was n

Re: Multiple passwords with sql authentication

2014-07-23 Thread Rick Romero
Quoting BlackVoid : I'm currently working on a control panel which is using postfix, dovecot and other applications and I want to add application specific passwords to increase security. I found one solution [1], however it requires the password to be included in the query which is something I