[imp] Re: Quota problem with Courier/vpopmail/qmail and latest
horde/imp
tapodufeu
aldric.feuillebois at essec.fr
Sun Feb 20 10:04:53 PST 2005
I've already check this... The strange thing si that imp is stuck, horde
framework is ok and absolutely no log anywhere (depends on the
servers.php configuration)
Of course, I have everything well installed (pear, php etc...)
everything is ok on several test.php
Edwin L. Culp a écrit :
> Quoting tapodufeu <aldric.feuillebois at essec.fr>:
>
>
>>Thanks for replying Fred Ho,
>>
>>I've already tried your solution. In this case, it doesn't work and no
>>log (neither php nor horde)... just the framework and a blank page
>>(instead of mails list) when I go inbox
>>
>>Any other idea ?
>
>
> You might run a php -l servers.php and/or any other configuration files
> that you
> might have modified.
> example:
> # php -l servers.php
> No syntax errors detected in servers.php
>
> The following has worked for me with courier/ldap for years. Modify as
> needed.
> It just puts a line at the top in text like the following
>
> Quota status: 4.21MB / 19.07MB (22.08%)
>
> $servers['imap'] = array(
> 'name' => 'IMAP Server',
> 'server' => 'localhost',
> 'hordeauth' => 'full',
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'folders' => 'INBOX.',
> 'namespace' => '',
> 'maildomain' => '',
> 'smtphost' => 'localhost',
> 'realm' => '',
> 'preferred' => '',
> 'dotfiles' => false,
> 'quota' => array(
> 'driver' => 'courier',
> 'params' => array(
> 'login' => '',
> 'password' => ''
> )
> ),
> 'hierarchies' => array()
> );
>
>
> Good luck,
>
> ed
>
More information about the imp
mailing list