From: [EMAIL PROTECTED]
> 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
-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to