[horde] Auto responder plugin
Leo Prince
leop at admin-ahead.com
Thu May 8 14:02:29 UTC 2014
Hi Steffen and Peter,
Thank you for the assistance.
I have checked the current filter as per the Peter's example.
============
Don't forget to explicitly deactivate your default filter engine, IMAP, in
your backends.local.conf. e.g.
<?php
/* Disable IMAP backend */
$backends['imap']['disabled'] = true;
=============
I am able to find a file under the Ingo folder like this.
horde/ingo/backends.php and this file having a PHP script snippet as follows
/* IMAP Example */
$backends['imap'] = array(
'driver' => 'null',
'preferred' => 'localhost',
'hordeauth' => true,
'params' => array(),
'script' => 'imap',
'scriptparams' => array(),
'shares' => false
);
Should I make changes with in this file to disable the default Imap
filter. If so , How ?
However I am not able to find a file "backends.local.conf" in the entire
server.
root at vpshorde# updatedb
root at vps:horde# locate backends.local.conf
root at vpshorde# date
Thu May 8 09:59:41 EDT 2014
root at vpshorde#
Thanks in advance.
Regards,
Leo
On 05/08/2014 07:04 PM, Steffen wrote:
> On Thu, 8 May 2014, Leo Prince wrote:
>
>>> I have installed the Ingo with the Horde correctly. The status of
>>> the application shows "Application is Ready". Please see
>>>
>>> http://awesomescreenshot.com/0892ruud95
>
> First take some time to update all DB schemas and configs.
>
>>> However there are no options for the "Auto responder". I thought
>>> Ingo will avail an option for auto responder once it is installed.
>>> But nothing shows at Mail >> Filters. See
>>>
>>> http://awesomescreenshot.com/03c2rusr1d
>>>
>>> Is there anything I am missing.. ?
>
> what filter backend did you've configured?
>
More information about the horde
mailing list