[imp] How to config imp/config/servers.php for setting up to use the fs quota ?
edwardspl at ita.org.mo
edwardspl at ita.org.mo
Tue Sep 25 06:08:34 UTC 2007
Dear All,
As the title,
$servers['imap'] = array(
'name' => 'xxx',
'server' => 'xxx',
'hordeauth' => true,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => 'xxx',
'smtphost' => 'xxx',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'quota' => array(
'driver' => 'command',
'params' => array(
'quota_path' => 'sudo quota',
'grep_path' => 'sudo grep',
'partition' => '/dev/sda2'
),
),
);
Mine is Linux FC6 System, the path of /dev/sda2 is mapping to
/var/spool/mail.
Thanks !
Edward.
More information about the imp
mailing list