Displaying 2 results from an estimated 2 matches for "quotasettings".
Did you mean:
quota_settings
2018 Feb 15
4
ACL not set from Microsoft
... use sendfile = yes
acl group control = yes
inherit permissions = yes
inherit acls = yes
map acl inherit = yes
store dos attributes = yes
dos filemode = yes
vfs objects = readahead acl_xattr full_audit recycle
default_quota:quotasettings
quotasettings: uid nolimit = no
quotasettings: gid = 65534
quotasettings: gid nolimit = no
acl_xattr:ignore system acls = yes
recycle:repository = /opt/samba/fileserver/.recycle/user1
recycle:directory_mode = 2770
recycle:versions...
2010 Feb 16
2
quota problem
dovecot 1.0.15
Hello,
i try to set quota settings for my users.
currentyl i use a mysql table for auth process and now i want to add
quotasettings for each individual user.
at the moment i have the problem that only global quota is effective and no
userquota which is stored in usertable.
This is my mysql-usertable:
login varchar(255)
password varchar(64)
home varchar(128)
uid int(11)
gid int(11)
quota_kb varchar(10)
active char(1)
In my...