Re: master-users problem

2024-01-20 Thread Barbara M.
On Sat, 20 Jan 2024, Andreas Haerter wrote: Hi Barbara, On 13.12.23 15:08, Barbara M. wrote: passdb {   args = /etc/dovecot/master-users Correct me if I am wrong, but IIRC, these files are read after privileges are dropped... so quick guess: is the file readable by the service user itself?

Re: master-users problem

2024-01-19 Thread Andreas Haerter
Hi Barbara, On 13.12.23 15:08, Barbara M. wrote: passdb {   args = /etc/dovecot/master-users Correct me if I am wrong, but IIRC, these files are read after privileges are dropped... so quick guess: is the file readable by the service user itself? If your service runs with "dovecot" as use

Re: master-users problem

2023-12-24 Thread Barbara M.
On Sat, 23 Dec 2023, Noel Butler via dovecot wrote: Hi Barbara, On 14/12/2023 00:08, Barbara M. wrote: passdb {   args = /etc/dovecot/master-users   driver = passwd-file   master = yes   result_success = continue }   try replacing result_success with   pass = yes Thank

Re: master-users problem

2023-12-22 Thread Noel Butler via dovecot
Hi Barbara, On 14/12/2023 00:08, Barbara M. wrote: passdb {   args = /etc/dovecot/master-users   driver = passwd-file   master = yes   result_success = continue }   try replacing result_success with   pass = yes     -- Regards, Noel Butler ___