[imp] Quota

Hiromi Kimura hiromi at tac.tsukuba.ac.jp
Sun Jan 14 16:25:02 PST 2007


From: dhottinger at harrisonburg.k12.va.us
> Im using local quotas.  All user homes and mail spool are on a quota  
> enabled partition.  Here is what I have:
> 
>     ),
>     'quota' => array(
>          'driver' => 'command',
>          'params' => array(
>              'quota_path' => '/usr/bin/quota',
>              'grep_path => '/bin/grep,
> 
>          )
>      ),
> Still no joy.  The cyrus is a default, do I need to comment that out?

How about this ?  I'm using this on FreeBSD box.

    'quota' => array(
        'driver' => 'command',
        'params' => array(
             'new_quota' => 'true',
             'quota_path' => '/usr/local/bin/sudo /usr/bin/quota',
             'grep_path' => 'grep',
             'partition' => 'usr'
             )
     )

-=-=-=-=-
Hiromi Kimura, Tandem Accelerator Complex, University of Tsukuba, JAPAN
PGP Fingerprint16 = 2A 27 2E 46 9E 75 4E 3D  E3 FD 5A DC 2A AA 3A 2E


More information about the imp mailing list