[imp] IMP Quota in courier

Jan Schneider jan at horde.org
Sat Apr 8 01:07:54 PDT 2006


Zitat von Rajkumar S <rajkumars at asianetindia.com>:

> eculp at encontacto.net wrote:
>> Quoting Rajkumar S <rajkumars at asianetindia.com>:
>
>>> 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:
>
>> Maybe try something like:
>
> That worked, Thanks a lot! I just had a closing bracket. The working
> version is:
>
> <?php
> $servers['imap'] = array(
>    'name' => 'IMAP Server',
>    'server' => 'localhost',
>    'hordeauth' => 'full',
>    'protocol' => 'imap/notls',
>    'port' => 143,
>    'maildomain' => 'myserver.com',
>    'smtphost' => 'localhost',
>    'smtpport' => 25,
>    'realm' => '',
>    'preferred' => '',
>    'dotfiles' => false,
>    'quota' => array(
>        'driver' => 'courier',
>        'params' => array(
>            'login' => '',
>            'password' => ''
>            )
>        )
> );

You don't even need the 'params' setting, 'driver' is sufficient.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the imp mailing list