[dev] horde git - imp does not provide an authenticate() method.
Bernhard Redl
bernhardredl at gmail.com
Tue Aug 2 20:41:27 UTC 2011
hi
i'm using horde (latest) from git.
i installed with framework/bin/install_dev
and then horde/bin/horde-db-migrate
conf.php
$config['auth']['params']['app'] = 'imp';
$config['auth']['driver'] = 'application;
imp/config/backends.php
$servers['imap'] = array(
'disabled' => false,
'name' => 'IMAP Server',
'hostspec' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap',
'port' => 143,
'secure' => 'false',
'maildomain' => '',
'cache' => false,
);
i have taking this working config from an pear installation on an
other maschine (web + groupware package)
any ideas why i get:
imp does not provide an authenticate() method.
on login?
-aatdark
More information about the dev
mailing list