i've tried to follow rhe installation guide too, but the vacation tab does not appear neither.
i have enabled logs, but can't see nothing in /car/log.
my config.ini :
driver = "virtual"
subject = "Out of office"
body = "default.txt"
transport = "autoreply.mydomain.com"
dbase = "roundcube"
always_keep_message = true
select_query = "SELECT goto FROM %m.alias WHERE address='%e' AND goto='%g'"
insert_query = "INSERT INTO %m.alias (domain,address,goto) VALUES ('%i','%e','%g')"
delete_query = "DELETE FROM %m.alias WHERE address='%e'"
hello
i followed the installation instruction but the vacation panel don't appears in roundcube
hi,
i've tried to follow rhe installation guide too, but the vacation tab does not appear neither.
i have enabled logs, but can't see nothing in /car/log.
my config.ini :
driver = "virtual"
subject = "Out of office"
body = "default.txt"
transport = "autoreply.mydomain.com"
dbase = "roundcube"
always_keep_message = true
select_query = "SELECT goto FROM %m.alias WHERE address='%e' AND goto='%g'"
insert_query = "INSERT INTO %m.alias (domain,address,goto) VALUES ('%i','%e','%g')"
delete_query = "DELETE FROM %m.alias WHERE address='%e'"
binary = "/usr/bin/vacation"
flags = ""
message = ".vacation.msg"
database = ".vacation.db"
alias_identities = true
set_envelop_sender = false
always_keep_message = true
Any ideas ?
thanks !
I got the same problem, look at the Roundcube error log file, on my Debian Wheezy it was /var/log/roundcube/errors.
I had to create the symbolic link /var/lib/roundcube/plugins/vacation pointing at the directory where I installed the plugin.