Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- Mode: sh -*-
2
###########################################
3
# Zarafa autoresponder settings
4
###########################################
5
 
6
# Autorespond if we were only in the Cc of a message
7
AUTORESPOND_CC=0
8
 
9
# Autorespond if we were not in the message at all
10
AUTORESPOND_NORECIP=0
11
 
12
# Only send reply to same e-mail address once per 24 hours
13
TIMELIMIT=$[24*60*60]
14
 
15
# File which contains where vacation message was sent
16
SENDDB=${TMP:-/tmp}/zarafa-vacation-$USER.db
17
 
18
# Tempfile containing message that will be send
19
SENDDBTMP=${TMP:-/tmp}/zarafa-vacation-$USER-$$.tmp
20
 
21
# Customize your actual mail command, normally sendmail
22
# Input to this command is the message to send
23
SENDMAILCMD=/usr/sbin/sendmail
24
 
25
# Additional parameters for the $SENDMAILCMD
26
# The last parameter added to the $SENDMAILCMD is $FROM,
27
# so take that into account for the $SENDMAILPARAMS
28
SENDMAILPARAMS="-t -f"