[imp] IMP Quota in courier
eculp@encontacto.net
eculp at encontacto.net
Fri Apr 7 05:46:33 PDT 2006
Quoting Rajkumar S <rajkumars at asianetindia.com>:
> Hi,
>
> I have imp configured and working well except for Quota. I am using
> horde-3.1.1 and imp-h3-4.1 and on courier-imap-4.1. My courier
> supports quota, as can be seen from telnet session:
>
>
> raj at swathi:~$ telnet courier 143
> * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
> THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
> ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double
> Precision, Inc. See COPYING for distribution information.
> 1 login username password
> 1 OK LOGIN Ok.
> 3 GETQUOTA ROOT
> * QUOTA "ROOT" (STORAGE 8 25600 MESSAGE 6 10000)
> 3 OK GETQUOTA Ok.
> 4 logout
> * BYE Courier-IMAP server shutting down
> 4 OK LOGOUT completed
>
> my servers.php is:
>
> <?php
> $servers['imap'] = array(
> 'name' => 'IMAP Server',
> 'server' => 'localhost',
> 'hordeauth' => full,
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'maildomain' => 'mydomain.com',
> 'smtphost' => 'localhost',
> 'smtpport' => 25,
> 'realm' => '',
> 'quota' => 'courier',
> 'preferred' => '',
> );
Maybe try something like:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => 'full',
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => 'mydomain.com',
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'quota' => array(
'driver' => 'courier',
'params' => array(
'login' => '',
'password' => ''
)
);
good luck,
ed
>
> I have searched through the archives and howtos and found that
> nothing more needs to be done to enable quota. Did I miss some thing
> here?
>
> thanks in advance,
>
> raj
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
More information about the imp
mailing list