Rev 4 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- Mode: sh -*-############################################ Zarafa autoresponder settings############################################ Autorespond if we were only in the Cc of a messageAUTORESPOND_CC=0# Autorespond if we were not in the message at allAUTORESPOND_NORECIP=0# Only send reply to same e-mail address once per 24 hoursTIMELIMIT=$[24*60*60]BASE_PATH=/var/lib/zarafa/autorespond# File which contains where vacation message was sentSENDDB=$BASE_PATH/zarafa-vacation-$USER.db# Tempfile containing message that will be sendSENDDBTMP=$BASE_PATH/zarafa-vacation-$USER-$$.tmp# Customize your actual mail command, normally sendmail# Input to this command is the message to sendSENDMAILCMD=/usr/sbin/sendmail# Additional parameters for the $SENDMAILCMD# The last parameter added to the $SENDMAILCMD is $FROM,# so take that into account for the $SENDMAILPARAMSSENDMAILPARAMS="-t -f"