Hi, In "relay_recipient_maps" I use LDAP query like (|(uid =%u)(mail=%s)) that works quite normally.
[email protected] produce (|(uid=user)([email protected])) I would now use addresses with "+" delimiter like [email protected] but LDAP queries do research on uid=user+foo or [email protected] what does obviously not. Is there a way for the extension "+foo" be ignored on this stage ? Best regards, Thierry
