On Tue, 2022-01-04 at 23:16 -0500, [email protected] 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 [email protected] passdb: [email protected] user : [email protected] kwright@grace:/etc/dovecot/conf.d$ sudo doveadm auth test [email protected] Password: passdb: [email protected] auth failed extra fields: [email protected] Are we making progress? Ken
