[horde] can't login to horde
Prince
gspk at yahoo.com
Wed Dec 31 17:36:10 PST 2003
Thanks Mike for your response.
Does that mean, I have to install cyrus. And if so, does it support mysql authentication?
Mike Bydalek <mbydalek at zivix.com> wrote:
> This is my imp/config/servers.php entry. I tried "INBOX." for 'folders' => ,
> but did not work.
Folders refers to IMAP folders, not filesystem. I use courier-imap as well and
use this configuration. For some reason, I too could not get the 'courier' one
to work.
Good luck.
-Mike
$servers['cyrus'] = array(
'name' => 'My IMAP Server',
'server' => 'mail.domain.com',
'hordeauth' => 'full',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => 'domain.com',
'smtphost' => 'smtp.domain.com',
'realm' => '',
'preferred' => '',
'quota' => array(
'driver' => 'cyrus',
'params' => array(
'login' => 'admin',
'password' => 'admin_pass'
)
),
'acl' => array(
'driver' => 'rfc2086',
),
'dotfiles' => true,
'hierarchies' => array());
---------------------------------
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
More information about the horde
mailing list