[ingo] Vacation and other default rules not visible

Arjen de Korte arjen+horde at de-korte.org
Tue Aug 21 08:12:08 UTC 2012


Citeren Frank Kirschner <frank at celebrate.de>:

[...]

> In ../ingo/config/backends.php I have configured as followed:

This is wrong. You must never modify this file, instead the changes  
should go into ../ingo/config/backends.local.php (see the  
documentation). I use the following setup for an installation where  
Dovecot runs on the same server as Horde, so it should be similar to  
yours:

	<?php
	$backends['imap']['disabled'] = true;
	$backends['sieve']['disabled'] = false;
	$backends['sieve']['hordeauth'] = true;
	$backends['sieve']['params']['usetls'] = false;
	$backends['sieve']['scriptparams']['utf8'] = true;

Best regards, Arjen



More information about the ingo mailing list