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
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to