Am Sonntag, 25. Mai 2025, 18:33:54 CEST schrieb Christian H. Kuhn via dovecot: > What does NOT work is the local transport to my maildir. > [email protected] is not resolved to [email protected] but to > [email protected], and lmtp rejects that unverified user:
For dovecot i think you need to strip the domain
protocol lmtp {
auth_username_format = %{user | username}
}
For postfix i think you need to add your domain to mydestination
mydestination = $myhostname, $mydomain # i also add localhost.$mydomain,
localhost
regards,
Tami
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ dovecot mailing list -- [email protected] To unsubscribe send an email to [email protected]
