[ingo] Vacation

Arjen de Korte build+horde at de-korte.org
Fri May 10 20:36:52 UTC 2019


Citeren "David Wells - Alfavinil S.A." <dwells at alfavinil.com>:

> Good afternoon.
>
> I recently installed horde groupware 5.2.22 which includes Ingo 3.2.16
> in /var/www/horde and I'm trying to get the vacation message function
> working. I modified the file
> /var/www/horde/ingo/config/backends.local.php to look like this
>
>>
>> $backends['procmail']['disabled'] = false;

Good, you enabled the procmail driver.

>> $backends['procmail']['transport']['driver'] = 'vfs';
>> $backends['procmail']['transport']['params']['hostspec'] = 'localhost';
>> $backends['procmail']['transport']['params']['filename'] = '.procmailrc';
>> $backends['procmail']['transport']['params']['vfstype'] = 'ftp';
>> $backends['procmail']['transport']['params']['port'] = 21;

These lines are not needed. The values you're setting here are the  
defaults already.

>> $backends['procmail']['script']['params']['path_style'] = 'maildir';
>> $backends['procmail']['script']['params']['variables']['DEFAULT'] =
>> '$HOME/Maildir/';

You're tantalizing close, but the line

    $backends['imap']['disabled'] = true;

which is needed to disable the imap backend (enabled by default) is  
missing. Usually this is on the second line (right after the line with  
<?php on it) to keep the order the same as in the backends.php file.

> I can tell this file is being read because when I go to permissions I
> can see the procmail backend there, however I only get the whitelist and
> blacklist in the filters menu. How can I get more information about what
> is going on and what else do I need to configure for this to work.
>
> Thank you very much in advance.
> Best regards,
> David Wells.





More information about the ingo mailing list