30 Jan
2021
30 Jan
'21
10:59 p.m.
On 30/01/2021 22:51 Michael Agbaglo <byteshifter@shifted-bytes.de> wrote:
Hi!
Trying to set up dovecot for local accounts and virtual users, sending test mail fails: dovecot sees a permission problem in /home but the mail should go to /srv/mail/example.net/alice.
"euid=1001(<unknown>) egid=1001(<unknown>)" 1001 doesn't not exist in /etc/passwd - Where does it come from? passdb { driver = pam } userdb { driver = passwd }
Maybe these two are responsible for this?
Aki