Autorespond does not work as configured / ignores config file!?
-
Hello, we are using kopano (free) 8.7.80.856 un an ubuntu 18.04 system.
All works as expected, also autorespond is working, but it seems to ignore its config file.
The file /etc/kopano/autorespond file was not present, so I copied over the sample file from “example-config” in /usr/share/doc/kopano and adjusted it (weekly notifications e.g.)
The relevant lines areTIMELIMIT=$((72460*60))
TIMELIMIT=$[72460*60]
BASE_PATH=/var/lib/kopano/autorespondFile which contains where vacation message was sent
SENDDB=$BASE_PATH/vacation-$USER.db
Tempfile containing message that will be sent
SENDDBTMP=$BASE_PATH/vacation-$USER-$$.tmp
It seems that the entire configuration is ignored - the directory /var/lib/kopano/autorespond exists and belongs to kopano, but it is never populated with anything. A db file “autorespond.db” is however created in the base directory itself.
What am I doing wrong or how can I find out why the autorespond script seems to ignore the config? There is also an “autorespond.cfg” file in the shared example directory, but it seems this applies to an oelder version?