On 15.11.2017 13:18, Aki Tuomi wrote: > On 15.11.2017 14:16, Jakob Lenfers wrote:
>> user_filter = (& \ >> (objectClass=gosaMailAccount) \ >> (allowedServices=*I*) \ >> (uid=%u) \ >> ) >> >> I wanted to have sparate LDAP filters (allowedServices=*I* for Dovecot >> and allowedServices=*S* for Postfix), to be able to disable SMTP and >> IMAP independently. Does anybody know a way to separate those settings? > You can use %1Ls variable to produce I or S. Genius, thanks, that works! Thanks, Jakob
