5 Jan
2022
5 Jan
'22
6:29 a.m.
On Tue, 2022-01-04 at 23:16 -0500, dovecot@ptld.com wrote:
Error: auth-client: conn unix:/var/run/dovecot/auth-client: connect(/var/run/dovecot/auth-client) failed: Permission denied (euid=1000(kwright) egid=1000(kwright) missing +r perm:
It might be failing you at the prompt because you are running doveadm as kwright. Try running the command as root.
That helped! Here's the result:
kwright@grace:/etc/dovecot/conf.d$ sudo doveadm auth lookup
me@mydomain.com
passdb: me@mydomain.com
user : me@mydomain.com
kwright@grace:/etc/dovecot/conf.d$ sudo doveadm auth test
me@mydomain.com
Password:
passdb: me@mydomain.com auth failed
extra fields:
user=me@mydomain.com
Are we making progress?
Ken