[imp] Re: Quota problem with Courier/vpopmail/qmail and
latest horde/imp
Edwin L. Culp
eculp at encontacto.net
Sat Feb 19 10:20:58 PST 2005
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