Re: application specific passwords

2017-07-20 Thread Kirill Miazine
* mj [2017-07-20 21:46]: > Hi Kirill, > > Thanks for your reply. Such a simple flat file approach would be perfect, > and I don't mind at all to require app specific usernames *and* passwords. In my case it's flat file, but this is easily doable with SQL as well, using a separate table for login/

Re: application specific passwords

2017-07-20 Thread mj
Hi Kirill, Thanks for your reply. Such a simple flat file approach would be perfect, and I don't mind at all to require app specific usernames *and* passwords. However, I am unsure how to combine your recipe below with our regular AD userdb/passdb. Perhaps someone can give me some pointers

Re: application specific passwords

2017-07-20 Thread mj
Hi, Let me ask a more specific question. What I would like to configure, is: - for our internal users to use their regular AD usernam/passwords, just as everybody can currently do. but, new: - for external users, to ONLY be allowed to use an application specific password. (or username and p

Re: application specific passwords

2017-07-20 Thread Kirill Miazine
Hi, mj * mj [2017-07-20 13:29]: > Hi, > > Further to the other thread about password guessing activities against our > dovecot, I would like to implement application specific passwords on our > dovecot. [...] > > Is there anone here with some additional notes, ideas, tips,

Re: application specific passwords

2017-07-20 Thread Rick Romero
Quoting mj : Hi, Further to the other thread about password guessing activities against our dovecot, I would like to implement application specific passwords on our dovecot. Googling results in some documents, but they are all a bit older: https://www.happyassassin.net/2014/08/26

application specific passwords

2017-07-20 Thread mj
Hi, Further to the other thread about password guessing activities against our dovecot, I would like to implement application specific passwords on our dovecot. Googling results in some documents, but they are all a bit older: https://www.happyassassin.net/2014/08/26/adding-application

Re: [Dovecot] Logging pre-rewrite user ID for application-specific passwords

2013-09-21 Thread Timo Sirainen
On 27.8.2013, at 1.08, Steven Murdoch wrote: > I have set up Dovecot v2.2.5 with application-specific passwords, along the > lines of this blog post > (http://www.dgsiegel.net/news/2013_05_21-application_specific_passwords_for_dovecot). > > My users file looks like: > user

[Dovecot] Logging pre-rewrite user ID for application-specific passwords

2013-08-26 Thread Steven Murdoch
I have set up Dovecot v2.2.5 with application-specific passwords, along the lines of this blog post (http://www.dgsiegel.net/news/2013_05_21-application_specific_passwords_for_dovecot). My users file looks like: user-foo:{BLF-CRYPT}$2...:42:42::/home/user::allow_nets=127.0.0.1/32 user=user user