Displaying 2 results from an estimated 2 matches for "mailsepar".
2018 Feb 06
2
LDAP userdb and dovecot LDA/LMTP - different requirements
...=uid=%{ldap:uidNumber at mail}, \
=gid=%{ldap:gidNumber at mail}, \
=home=%{ldap:rootPath at mail}/%d/%n
or
user_attrs = \
=home=%{ldap:homeDirectory}, \
=uid=%{ldap:uidNumber},
=gid=%{ldap:gidNumber},
=quota_rule=*:bytes=%{ldap:quotaBytes},
=namespace/default/separator=%{ldap:mailSeparator}
Can anyone explain how these constructions work?
And what do mean attribute notations in the form '=attr=' or '@attr='
or 'quota_rule=*:storage=100M' ?
Nowhere have I found a sufficiently comprehensible description of these
constructions...
Help very much appreciate...
2018 Feb 07
0
LDAP userdb and dovecot LDA/LMTP - different requirements
...olve the aliases in LDAP into usernames by
Postfix:
http://www.postfix.org/ldap_table.5.html
> user_attrs = \
> =home=%{ldap:homeDirectory}, \
> =uid=%{ldap:uidNumber},
> =gid=%{ldap:gidNumber},
> =quota_rule=*:bytes=%{ldap:quotaBytes},
> =namespace/default/separator=%{ldap:mailSeparator}
>
> Can anyone explain how these constructions work?
> And what do mean attribute notations in the form '=attr=' or '@attr='
> or 'quota_rule=*:storage=100M' ?
> Nowhere have I found a sufficiently comprehensible description of these
> constructions......