Dear Postfix developers, I posted a question about how to construct a sql/ldap query to query accounts without extension part in email address last month: http://marc.info/?t=142608818300004&r=1&w=2
For example, query recipient 'user+extens...@domain.com' with LDAP filter: query_filter = (mail=%s) query_filter = (mail=%u@%d) It will always include '+extension' part in filter. The feature i'm requesting is to add one more expansion (e.g. %n) which doesn't include '+extension' part. For example: query_filter = (mail=%n@%d) It will query 'u...@domain.com' without '+extension' part. I know we can use some SQL builtin functions to construct this query filter, but it's impossible for LDAP. That's why i'm requesting this feature. Hope you can consider my request and implement it in future release. Thanks. :) ---- iRedMail project: http://www.iredmail.org/