25 May
2025
25 May
'25
1:01 p.m.
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. christian.kuhn@qno.de is not resolved to qno@qno.de but to qno@bywater.qno.de, 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