Viktor Wow you are awesome! Thanks so much! That worked!
On Wed, Jan 1, 2025 at 3:09 PM Viktor Dukhovni via Postfix-users < [email protected]> wrote: > On Wed, Jan 01, 2025 at 10:01:56PM +0100, Antonin VERRIER via > Postfix-users wrote: > > Le 01/01/2025 à 21:26, Christian Seberino via Postfix-users a écrit : > > [...] > > > server.login("[email protected]", password) > > [...] > > > > ================================================================================= > > > doveconf -n > > > > ================================================================================= > > [...] > > > passdb { > > > driver = pam > > > } > > [...] > > > userdb { > > > driver = passwd > > > } > > > > You're using the system auth databases, which have no notion of auth > realm > > (ie. domain). > > > > With your current config, Dovecot is trying to find a system user whose > > login is literally "[email protected]". > > > > You need to configure auth_username_format = %n in Dovecot so it strips > the > > domain before querying PAM. > > Or, change the SMTP client to only use the bare user name in its login > attempt, sans "@domain" suffix. > > -- > Viktor. > _______________________________________________ > Postfix-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] >
_______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
