22 Sep
2023
22 Sep
'23
2:58 p.m.
I'm guessing your userdb or passdb is returning home for user, so you need to fix that to point to correct place, or drop it.
Aki
You are right, I found it in /etc/exim4/domains/%d/passwd
passdb { driver = passwd-file args = scheme=MD5-CRYPT username_format=%n /etc/exim4/domains/%d/passwd }
userdb { driver = passwd-file args = username_format=%n /etc/exim4/domains/%d/passwd }
Thank you very much for your help and time.
Best regards, sahsanu