[exim] How to rewrite ${filter ...} expressions for older ex…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Aquest missatge és part del següent fil:
l'arbre de fils complet ordenat per data
Ben Allen en
2010-12-13 21:15
Autor:
Michael Lampe
Data:
2010-12-13 16:38
UTC
A:
exim-users
Assumpte:
[exim] How to rewrite ${filter ...} expressions for older exims?
I am burdened with an exim.conf that has the following two lines in it:
address_data = ${filter {<\n
LDAP_UID_QUERY}{eq{LDAP_GROUP_QUERY}{LDAP_MAIL_GROUP}}}
condition = ${if >{${strlen:${filter {<\n
LDAP_UID_QUERY}{eq{LDAP_GROUP_QUERY}{LDAP_MAIL_GROUP}}}} }{0}}
Exim 4.63 (as supported by CentOS 5) does not understand ${filter ...}.
Does anyone have any hints on how to reformulate this without using
filter? (And no, I don't want to upgrade exim.)
Thanks,
Michael