Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 43
Line 9... Line 9...
9
# Autorespond if we were not in the message at all
9
# Autorespond if we were not in the message at all
10
AUTORESPOND_NORECIP=0
10
AUTORESPOND_NORECIP=0
11
 
11
 
12
# Only send reply to same e-mail address once per 24 hours
12
# Only send reply to same e-mail address once per 24 hours
13
TIMELIMIT=$[24*60*60]
13
TIMELIMIT=$[24*60*60]
-
 
14
 
-
 
15
BASE_PATH=/var/lib/zarafa/autorespond
14
 
16
 
15
# File which contains where vacation message was sent
17
# File which contains where vacation message was sent
16
SENDDB=${TMP:-/tmp}/zarafa-vacation-$USER.db
18
SENDDB=$BASE_PATH/zarafa-vacation-$USER.db
17
 
19
 
18
# Tempfile containing message that will be send
20
# Tempfile containing message that will be send
19
SENDDBTMP=${TMP:-/tmp}/zarafa-vacation-$USER-$$.tmp
21
SENDDBTMP=$BASE_PATH/zarafa-vacation-$USER-$$.tmp
20
 
22
 
21
# Customize your actual mail command, normally sendmail
23
# Customize your actual mail command, normally sendmail
22
# Input to this command is the message to send
24
# Input to this command is the message to send
23
SENDMAILCMD=/usr/sbin/sendmail
25
SENDMAILCMD=/usr/sbin/sendmail
24
 
26