Re: Authentication per Service

2020-01-18 Thread Oliver Welter
Hi Aki Am 18.01.20 um 14:58 schrieb Aki Tuomi: > You can also use %s to expand into service name. See > https://doc.dovecot.org/configuration_manual/config_file/config_variables/ > Thanks - this was exactly the informatio

Re: Authentication per Service

2020-01-18 Thread Aki Tuomi
You can also use %s to expand into service name. See https://doc.dovecot.org/configuration_manual/config_file/config_variables/ Aki On 18/01/2020 15:24 Sami Ketola < sami.ket...@dovecot.fi> wrote: H

Re: Authentication per Service

2020-01-18 Thread Sami Ketola
Hi, can't you just check "account_locked" or similar flag in the password_query and user_query on your sql config? Sami > On 18 Jan 2020, at 10.30, Oliver Welter wrote: > > Hi All, > > I use dovecot (v2.3.4) with a SQL backend for user authentication, > passwords are > stored in CRAMMD5 for

Authentication per Service

2020-01-18 Thread Oliver Welter
Hi All, I use dovecot (v2.3.4) with a SQL backend for user authentication, passwords are stored in CRAMMD5 format. My SMTP server uses "doveadm auth" via auth-socket to perform sender authentification. To shut down SMTP access for hacked passwords I want to have a dedicated flag in the user datab