[horde] Still error when communicating with the server...
Arjen de Korte
arjen+horde at de-korte.org
Tue Apr 11 12:23:57 UTC 2017
Citeren Michael Christopher Robinson <plug_1 at robinson-west.com>:
> [root at web config]# cat backends.local.php
> <?php
> $servers['imap'] = array(
> 'disabled' => false,
> 'name' => 'Goose IMAP server',
> 'hostspec' => 'mail.robinson-west.com',
> 'hordeauth' => full,
> 'protocol' => 'imap',
> 'port' => 143,
> 'secure' => 'tls',
> );
> [root at web config]#
Please follow the recommended format (see comments in backends.php)
and only override values that need changing from the defaults. Looking
at the above, I would use something along the lines of the following
<?php
$servers['imap']['disabled'] = true;
$servers['advanced']['disabled'] = false;
$servers['advanced']['name'] = 'Goose IMAP server';
$servers['advanced']['hostspec'] = 'mail.robinson-west.com';
$servers['advanced']['maildomain'] = 'robinson-west.com';
> Tail end of current conf.php:
> ...
> $conf['imap']['server'] = 'localhost';
> $conf['imap']['port'] = 143;
> $conf['imap']['secure'] = 'tls';
> $conf['imap']['maildomain'] = 'robinson-west.com';
> $conf['imap']['cache_folders'] = false;
> $conf['imap']['enabled'] = false;
I have no idea where the above is coming from, but this doesn't look
right. With the last line being false, the other lines starting with
$conf['imap'] should not be here at all. Please don't modify anything
in horde/config/conf.php, this is a generated file.
> $conf['imsp']['enabled'] = false;
> $conf['kolab']['enabled'] = false;
> $conf['hashtable']['driver'] = 'none';
> $conf['activesync']['enabled'] = false;
> /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
See?
> I tried to up the logging on the dovecot side, no dice.
>
> There is nothing meaningful in horde.log.
>
> If the problem is the imap server, what is wrong with my current
> backends.local.php?
More information about the horde
mailing list