Changes between Version 2 and Version 3 of Change Quotas (in file and mail server)


Ignore:
Timestamp:
10/24/06 15:49:16 (19 years ago)
Author:
cdelacruz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Change Quotas (in file and mail server)

    v2 v3  
     1== Modifying Email Quota ==
     2
     3Cache your kadmin crdentials:
     4{{{
     5KRB5_CC=$(mktemp)
     6kinit whatever/admin
     7kinit -S kadmin/admin -c $KRB5_CC whatever/admin
     8}}}
     9To administer the mail account settings:
     10{{{
     11 /usr/bin/cyradm --auth gssapi --server sedna.astro.columbia.edu
     12}}}
     13List current quota:
     14{{{
     15sedna.astro.columbia.edu> lq user.'user account'
     16 STORAGE 73266/1000000 (7.3266%)
     17}}}
     18Set new quota:
     19{{{
     20sedna.astro.columbia.edu> setquota user.'user account' 2000000
     21quota:2000000
     22sedna.astro.columbia.edu> lq user.'user account'
     23 STORAGE 73266/2000000 (3.6633%)
     24sedna.astro.columbia.edu>
     25}}}
     26Clear admin credentials:
     27{{{
     28kdestroy -c $KRB5_CC
     29}}}
     30
     31
    132== Email Message Size Modification ==
    233