Hello,
I'm trying to install this plugin: Download Roundcube Vacation / Autoreply plugin from SourceForge.net (http://sourceforge.net/projects/rcubevacation/files/vacation-1.9.9.zip/download)
he plugin returns this error:
Vacation plugin: Cannot login to FTP-server 'hostname.xx' with username: email@
[email protected]Please read the INSTALL instructions!
my config file is:
[default]
driver = "ftp"
server = "hostnameserver"
passive = False
createvacationconf = true
subject = "Default subject"
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
can I fix this problem?
Thank You