[imp] how to configure quota in horde/imp

Joseba Torre joseba.torre at ehu.es
Wed Feb 28 01:02:32 PST 2007


El Miércoles, 28 de Febrero de 2007 04:25, juan carlos escribió:
> Hello Everyone:
> I am configuring horde/imp with quotas, but i have some problems.
> I have horde 3.0.4/imp 4.0.2/mysql 4.0.24/postfix/dovecot/apache2 on debian
> sarge, I put the quota of 10 MB. The users are virtual users, they are not
> users of system (linux). What can i do to show user's quota if the users
> are stored in my database (mysql)?

This should be transparent. As long as dovecot knows the quota, horde can 
display it. My servers.php:

$servers['imap'] = array(
    'name' => 'Test server',
    'server' => 'imapserver',
    'hordeauth' => false,
    'protocol' => 'imap/ssl/novalidate-cert',
    'port' => 993,
    'quota' => array(
        'driver' => 'cyrus',
    )
);

works without problems.

Aaaaaaaaaaagur.
-- 
Joseba Torre. CIDIR Bizkaia.


More information about the imp mailing list