Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > contrib-testing > by-pkgid > 0fdc13177bd43dce612a39b92729f761 > files > 2

zarafa-dagent-7.0.8-1.x86_64.rpm

# -*- Mode: sh -*-
###########################################
# Zarafa autoresponder settings
###########################################

# Autorespond if we were only in the Cc of a message 
AUTORESPOND_CC=0

# Autorespond if we were not in the message at all
AUTORESPOND_NORECIP=0

# Only send reply to same e-mail address once per 24 hours
TIMELIMIT=$[24*60*60]

# File which contains where vacation message was sent
SENDDB=${TMP:-/tmp}/zarafa-vacation-$USER.db

# Tempfile containing message that will be send
SENDDBTMP=${TMP:-/tmp}/zarafa-vacation-$USER-$$.tmp

# Customize your actual mail command, normally sendmail
# Input to this command is the message to send
SENDMAILCMD=/usr/sbin/sendmail

# Additional parameters for the $SENDMAILCMD
# The last parameter added to the $SENDMAILCMD is $FROM,
# so take that into account for the $SENDMAILPARAMS
SENDMAILPARAMS="-t -f"