ispCP - Board - Support
roundcube vacation module - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: roundcube vacation module (/thread-11725.html)



roundcube vacation module - romantik - 09-22-2010 07:59 AM

Hi guys,

I have debian+ispCP1.0.0+postfix combo.

How can I configure vacation module for roundcube?

I'm enabled and configured this plugin, but I've got error message after committing vacation message:
Quote:CONFIGURATION ERROR

Vacation plugin: Cannot upload .vacation.msg. Check permissions and/or server configuration
Please read the INSTALL instructions!

config.ini
Code:
; Configuration file
;
;
; Syntax of this file is identical to php.ini where string values need to be quoted.
; See remarks there.
;
; To overrule the default settings, create a per-host key.
; See examples at the bottom of INSTALL.TXT
;

[default]
driver = "ftp"
subject = "Out of office"
body = "default.txt"


[dotforward]
binary = "/usr/bin/vacation"
flags = ""
message = ".vacation.msg"
database = ".vacation.db"
alias_identities = true
set_envelop_sender = false
always_keep_message = true

What am I doing wrong?
What drive should be adjusted and how?

source: http://sourceforge.net/projects/rcubevacation/


RE: roundcube vacation module - ambrose.john585 - 09-22-2010 09:58 AM

hi sorry i am not a programmer that's why i can't help you but my friend can definitely help you contact him justlm1125@gmail.com


RE: roundcube vacation module - MasterTH - 09-22-2010 03:21 PM

.vacation.msg must be in the same folder as the configuration file. This file should be read & writeable for the vu2000 user and www-data. Check also, that permission allows it for group & owner

Next is the path-variable in PHP. You have to add the /usr/bin/ to allow php the access to this folder and run the vacation executable.