Olivier Nicole:
> Hi,
> 
> I just made a typo writting a filter in an LDAP table: i typed s%
> instead of %s:
> 
>    query_filter = (&(mail=s%)(csimAccountPermission=mail)(!(uid=vw)))
> 
> should be:
> 
>    query_filter = (&(mail=%s)(csimAccountPermission=mail)(!(uid=vw)))
> 
> as a result, postmap would coredump (and eventually mail would not be
> delivered by postFix).
> 
> Maybe there is a need for a better check of the syntax of the LDAP
> tables.
> 
> Best regards,
> 

Which Postfix version?

        Wietse

Reply via email to