Subversion Repositories configs

Rev

Rev 23 | Rev 59 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23 Rev 43
Line 33... Line 33...
33
 
33
 
34
# Log raw message to a file
34
# Log raw message to a file
35
log_raw_message = no
35
log_raw_message = no
36
 
36
 
37
# Log raw messages path
37
# Log raw messages path
-
 
38
# consider mounting a `tmpfs' underneath this path
-
 
39
# note that MySQL may store (large) files under /tmp
38
log_raw_message_path = /tmp
40
log_raw_message_path = /tmp
-
 
41
 
-
 
42
# Buffer logging in what sized blocks.
-
 
43
# Bigger buffers is better for the performance but it gives lag
-
 
44
# when running e.g. multitail or 'tail -f' on the log-file. If
-
 
45
# you want to directly see what is happing, set this to e.g. 1.
-
 
46
# So when debugging: make it a small value, else set it to
-
 
47
# 4096 or more.
-
 
48
log_buffer_size  = 4096
-
 
49
 
-
 
50
# for temporary files
-
 
51
# consider mounting a `tmpfs' underneath this path (wherever you
-
 
52
# point it to)
-
 
53
tmp_path = /tmp
39
 
54
 
40
##############################################################
55
##############################################################
41
# DAGENT LMTP SETTINGS
56
# DAGENT LMTP SETTINGS
42
#  start dagent with -d to create an lmtp daemon of the zarafa-dagent
57
#  start dagent with -d to create an lmtp daemon of the zarafa-dagent
43
 
58