* 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/
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
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
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,
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
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
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
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