feat: add mailSendOnly possibility
This commit is contained in:
parent
133d031386
commit
6072d13dc0
3 changed files with 12 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ let
|
|||
auth_bind = no
|
||||
ldap_version = 3
|
||||
base = ou=users,dc=%Dd
|
||||
user_filter = (&(objectClass=mailAccount)(mail=%u))
|
||||
user_filter = (&(objectClass=mailAccount)(mail=%u)(!(mailSendOnly=TRUE)))
|
||||
user_attrs = \
|
||||
quota=quota_rule=*:bytes=%$, \
|
||||
=home=/var/vmail/%d/%n/, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue