Zitat von "edgardo.ghibaudo" <[email protected]>:
I just install the last version of Horde and IMP.
In the server-side I'm using the IMAP server dovecot 1.2.15
I modified manually the file imp/config/backends.php in the following way:
Don't do that. Please read the docs and create a backends.local.php.
$servers['imap'] = array(
// ENABLED by default
'disabled' => false,
'name' => 'IMAP Server',
'hostspec' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap',
'port' => 143,
// Plaintext logins are disabled by default on IMAP servers (see RFC 3501
// [6.2.3])
'secure' => false,
'maildomain' => 'archivitessili.biella.it',
// 'smtphost' => 'smtp.example.com',
// 'smtpport' => 25,
'cache' => false,
);
The login doesn't work and the syslog file reports:
Aug 23 09:40:33 provincia HORDE: [imp] Failed to import
configuration file "/horde/lib/../imp/config/backends.php"
You have some error in your backends.php now.
--
Jan Schneider
The Horde Project
http://www.horde.org/
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]