Custom variable

Aki Tuomi aki.tuomi at open-xchange.com
Thu Sep 27 13:36:01 EEST 2018



On 27.09.2018 13:30, Ángel L. Mateo wrote:
> El 27/09/18 a las 12:04, Aki Tuomi escribió:
>>
>> You can. In passdb, return userdb_your_own_variable=value, in userdb you
>> can omit the userdb_ prefix, except if you are using passwd-file.
>>
>     I'm trying this. In the ldap configuration, I have:
>
> pass_attrs =
> =userdb_user=%{ldap:mail},=userdb_quota_rule=%{ldap:quota:*:storage=10G},=userdb_uuid=%{ldap:entryUUID}
> user_attrs =
> =user=%{ldap:mail},=quota_rule=%{ldap:quota:*:storage=10G},=uuid=%{ldap:entryUUID}
>
>     and in my dovecot config I get:
>
> mail_home =/mail/mailboxes/%L{uuid}
>
>     but when I get user fields I have:
>
> field    value
> uid    vmail
> gid    vmail
> home    /mail/mailboxes/unsupported_variable_uuid
> mail    mdbox:~/mdbox:INDEX=/mail/indexes/um.es/an/angel.luis
> quota_rule    *:storage=10G
> uuid    dc6c5cd6-bf4d-1030-8d28-d5b8647941b3
>
>     it seems I can't use this "uuid" variable in mail_home config.
>
>     Is it possible? Am I doing something wrong?

Try this instead:

user_attrs =
=user=%{ldap:mail},=quota_rule=%{ldap:quota:*:storage=10G},=home=/mail/mailboxes/%L{ldap:entryUUID}




More information about the dovecot mailing list