search for: setquota

Displaying 20 results from an estimated 27 matches for "setquota".

Did you mean: getquota
2014 Jan 23
1
questions about SETQUOTA
hi, i tried to setup my configuration to use the?SETQUOTA command but the only thing i got is: 3 setquota "User quota" (storage 12345) 3 OK Setquota completed. but nothing is changed in database. i modified the password_query and the user_query to return the admin and userdb_admin field, both set to y. all other changes that are done are...
2019 May 16
0
File-dictionary based quotas and SETQUOTA
Hello, I am trying to set up file-dictionary based quotas while supporting the SETQUOTA IMAP command. I am using the following configuration : ---- plugin { quota = dict:User quota::file:%h/Maildir/dovecot-quota quota_set = dict:file:%h/Maildir/dovecot-quota } ---- which enables correct quota accounting + setting through SETQUOTA. A user's dovecot-quota file ends with the...
2008 Jan 02
9
lustre quota problems
Hello, I''ve several problems with quota on our testcluster: When I set the quota for a person to a given value (e.g. the values which are provided in the operations manual), I''m able to write exact the amount which is set with setquota. But when I delete the files(file) I''m not able to use this space again. Here is what I''ve done in detail: lfs checkquota -ug /mnt/testfs lfs setquota -u winnie 307200 309200 10000 11000 /mnt/testfs Now I wrote one single big file with dd. dd if=/dev/zero of=/mnt/testfs/test As...
2015 Jun 19
2
setting quota through IMAP
I'd like to set the quota of a user through the IMAP protocol. I use Pythons imaplib: imap.setquota("test1m at uni.dtr", "(storage 8192)") ('NO', ['Quota can be changed only by admin.']) So... which user is the "admin" user in a virtual user setting (passwd: PAM, userdb: LDAP)? Greetings Daniel -------------- next part -------------- A non-text att...
2015 Jun 19
1
setting quota through IMAP
Am 19.06.2015 um 16:16 schrieb Steffen Kaiser: > On Fri, 19 Jun 2015, Daniel Tr?der wrote: > >> I'd like to set the quota of a user through the IMAP protocol. I use >> Pythons imaplib: > >> imap.setquota("test1m at uni.dtr", "(storage 8192)") >> ('NO', ['Quota can be changed only by admin.']) > >> So... which user is the "admin" user in a virtual user setting (passwd: >> PAM, userdb: LDAP)? > > You can't. Use a LDAP-Libr...
2013 May 07
1
deleting Cyrus mailbox with empty name
A junior administrator of mine mistakenly created a mailbox with an empty name, by typing into cyradm the commands: createmailbox user/$lb setquota user/$lb 10000 He will of course shortly receive an extra lesson on shell variables, but meanwhile I find myself confronted with the problem how to get rid of the mailbox he created. So far all attempts have failed: [cyrus at posthamster ~]$ /usr/lib/cyrus-imapd/quota Quota % Used Used R...
2004 Feb 17
4
group problem on NT4 domain
Hi, Installed latest Samba3.0.2a on NT4 domain, security = domain and net rpc join successfully. everything work great, but group permission failed, error message is "user_in_winbind_group_list: nametogid for group NTGROUP failed". smb.conf on shares as below: ===================== omitted base configurations... [shareA] path = /public/shareA valid users =
2009 Apr 22
1
Cannot set user quotas
...------------------------------------- root -- 184224 0 0 4 0 0 12345 -- 208 0 0 49 0 0 54321 -- 172 0 0 40 0 0 (4) Turn on quotas quoataon /home (5) Add a user quota setquota -u 12345 10000 11000 0 0 -a /dev/hda3 (6) Recalculate the quotas quotaoff /home quotacheck -amu quotaon /home (7) Check if the quotas are active ls ?l /home/aquota.user repquota /home [root at mail ~]# repquota /home *** Report for user quotas on device /dev/hda3 Block grac...
2006 Feb 02
4
Newbie - samba 3 as PDC
Dear The Expert, I am very new with this, I don't understand why my Windows 2000 Prof PC failed when trying to register as member of domain "LINUX".. but I am able to login by using Windows 9x client , below is my /etc/samba/smb.conf I need advise.. thanks a lot in advance [global] workgroup = LINUX server string = Samba Server printcap name = /etc/printcap load printers = yes
2012 Jan 25
1
move mails from spool to users home dir(maildir formate) automatically
Hi, I am using dovecot 2.0.16, and assigend globally procmailrc (/etc/procmailrc) which delivers mails to user's home directory in maildir formate. Also I assined quota to User through setquota (edquota) command, If the quota excedded then this case user's mail store to /var/spool/mail/user. After incresing quota how to delivered these mails to user's home dir in maildir formate automatically. Thanks & Regards, Arun Kumar Gupta -- This message has been scanned for virus...
2008 Oct 29
1
quota for ocfs2 do not warn a exceed for block soft-limit sometimes
...ext3,the quota sub-system sometimes did not warn me a tip when the soft-limit of space usage was exceeded.following are the steps to reproduce this issue: 1.mkfs.ocfs2 --fs-features=usrquota,grpquota ... /dev/sdc5 2.mount -t ocfs2 -o usrquota,grpquota /dev/sdc5 /quota 3.useradd -m quotauser 4.setquota -u quotauser 1024 2048 10 20 -a /dev/sdc5 5.quotaon -avug 6.su - quotauser; cd /quota 7. dd if=/dev/zero of=./testfile1 bs=1024 count=1024 1024+0 records in 1024+0 records out 1048576 bytes (1.0 MB) copied, 0.00825239 seconds, 127 MB/s dd if=/dev/zero of=./testfile2bs=1024 count=10 sdc5: warni...
2013 Dec 20
2
v2.2.10 released
...ps. See doc/example-config/dovecot-dict-auth.conf.ext. The old settings will continue to work. + auth: Added userdb result_success/failure/tempfail and skip settings, similar to passdb's. See http://wiki2.dovecot.org/UserDatabase + imap: Implemented SETQUOTA command for admin user when quota_set is configured. See http://master.wiki2.dovecot.org/Quota/Configuration + quota: Support "*" and "?" wildcards in mailbox names in quota_rules + mysql: Added ssl_verify_server_cert=no|yes parameter. This currently...
2013 Dec 20
2
v2.2.10 released
...ps. See doc/example-config/dovecot-dict-auth.conf.ext. The old settings will continue to work. + auth: Added userdb result_success/failure/tempfail and skip settings, similar to passdb's. See http://wiki2.dovecot.org/UserDatabase + imap: Implemented SETQUOTA command for admin user when quota_set is configured. See http://master.wiki2.dovecot.org/Quota/Configuration + quota: Support "*" and "?" wildcards in mailbox names in quota_rules + mysql: Added ssl_verify_server_cert=no|yes parameter. This currently...
2018 Jun 27
1
v3 to AD migration: home folders, quotas, users..
...s\username. Should I use samba v3 style? Other way?     b) In /usr/local/bin/RPE4 (which is run everytime user tries to use the share) we do a lot of actions, eg      - creating user home folder, if it not exists      - creating user profile folder, if it not exists      - setting user quota (via setquota command) according to user name (we have about 10 different quota groups) (there is a default quota, but some user groups have different user quotas)            What is the best way to do this in samba AD? Note that we use the home folders not only for users, which are logged into windows (into...
2015 Jun 19
0
setting quota through IMAP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 19 Jun 2015, Daniel Tr?der wrote: > I'd like to set the quota of a user through the IMAP protocol. I use > Pythons imaplib: > > imap.setquota("test1m at uni.dtr", "(storage 8192)") > ('NO', ['Quota can be changed only by admin.']) > > So... which user is the "admin" user in a virtual user setting (passwd: > PAM, userdb: LDAP)? You can't. Use a LDAP-Library to change the value...
2005 Dec 31
1
Questions regarding quota
Hi, I have some trouble trying to test the quota plugin. First off all, it says in the wiki: "Dovecot 1.0 supports quota using a quota plugin. It's currently discussed in Dovecot LDA page and it supports only very simple quota calculation which is suitable only for mboxes. Maildir++ quota support will come later." Does that mean that it won't work at all with Maildir++, or
2004 Feb 17
0
group problem on NT4 domain (revised)
...th methods = winbind password server = bga peh pbe_filpn client lanman auth = No client plaintext auth = No log file = /var/log/samba/%m.log min protocol = LANMAN1 local master = No wins server = 192.168.100.9, 192.168.100.55 get quota command = /usr/bin/quota set quota command = /usr/sbin/setquota idmap uid = 10000-20000 idmap gid = 10000-20000 template homedir = /public/home/%U template shell = /bin/bash winbind cache time = 5 [finance] comment = Finance Dept path = /public/finance valid users = '@NTDOM\Domain Users' write list = NTDOM\steven_tse force group = ntgroup cr...
2006 Jun 09
1
smbpasswd batch mode
Hi, I need to create a large number of users in the smbpasswd file.Is there a way to do this without having to type passwords? I need a batch mode. Using Samba 3. Thanks, Craig
2007 May 06
0
Automatic configuration of disk quotas with samba
...ces like: ssh, ftp, sftp, documents and profiles. The one uses winbind to authenticate users against a active directory domain controller; that's way we can't use adduser feature to configure this quotas. The currently solution that we have is: A program that configure quotas using the setquota program...this is called from the file /etc/profile, so when users log through SSH, bash program calls that file and then our program is executed (this is done just the first time user logs). The problem that we have is: When the user logs through other service which doesn't use bash and...
2012 Jan 26
0
dovecot Digest, Vol 105, Issue 57
....pqnp.va> > Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII > > > Hi, > > I am using dovecot 2.0.16, and assigend globally procmailrc > (/etc/procmailrc) which delivers mails to user's home directory in maildir > formate. Also I assined quota to User through setquota (edquota) command, > If the quota excedded then this case user's mail store to > /var/spool/mail/user. After incresing quota how to delivered these mails > to user's home dir in maildir formate automatically. > > Thanks & Regards, > > Arun Kumar Gupta > Best pr...