MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: lenawaii on 2016-09-07, 11:31:00

Title: Roundcube autoreply
Post by: lenawaii on 2016-09-07, 11:31:00
Hi Mustapha,

1/ I tried to install vacation module in Roundcube but I didn't managed to make it work https://sourceforge.net/projects/rcubevacation/ Do you know if it's possible de make it work with Kloxo MR 7.0?

2/ In case I need to modify Roundcube by myself, can you please give information:
- autoreply stored in database kloxo > table autoresponder ok
- set autoreply stored where?
- enable/disable autoreply stored where?
- any idea to help modify autoreply to HTML Format?

Thanks for help  :)
Title: Re: Roundcube autoreply
Post by: MRatWork on 2016-09-07, 12:42:19
You need compile vacation binary and setting config.ini for this plugin.
Title: Re: Roundcube autoreply
Post by: MRatWork on 2016-09-07, 12:44:18
Read their INSTALL.TXT
Title: Re: Roundcube autoreply
Post by: lenawaii on 2016-09-07, 15:42:24
Thanks, I installed filters & vacation plugins but instructions were not good as I had to add :

$config['plugins'] = array('archive', 'zipdownload', 'filters', 'vacation');

in /home/kloxo/httpd/webmail/roundcube/config/config.inc.php and not in main.inc.php

the tabs are now available in Roundcube but I have an issue with the vacation one :

There is a driver problem, here is the config I have:
[default]
driver = "ftp"
subject = "Default subject"
body = "default.txt"

CONFIGURATION ERROR
Vacation plugin: Cannot login to FTP-server 'localhost' with username: postmaster@mydomain.com
Please read the INSTALL instructions!

user's email is not an ftp user... Do I need to create a FTP user for each user's email? I don't manage to find the solution by myself :-(

Any idea to resolve this? Thanks

Title: Re: Roundcube autoreply
Post by: MRatWork on 2016-09-07, 16:17:47
Better readme their document carefully and or googling this issue. I am not interesting to implementing this feature in Kloxo-MR.