On 2022-05-21 17:23, post...@ptld.com wrote:
On 05-21-2022 10:30 am, Wietse Venema wrote:
Doesn't mysql support case-insensitive lookup?
Yes, and I am not experiencing an issue with postfix lookups.
My goal is to have postfix deliver to LMTP lowercase recipient
addresses to overcome a dovecot shortcoming (delimited forwarding to
special folders) that dovecot doesn't appear interested in fixing.
change %u in dovecot maps to %Lu solves it, but it fails imho in postfix
not have it supported in mysql maps, see my other mail ?
in postfix it could be solved via patch that accept case-sensitive-query
to be mapped to always-lowercase results