Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
/var/log/zarafa/archiver.log {
2
        weekly
3
        missingok
43 - 4
        rotate 8
4 - 5
        compress
6
        delaycompress
7
        notifempty
8
}
9
 
10
/var/log/zarafa/dagent.log {
11
        weekly
12
        missingok
43 - 13
        rotate 8
4 - 14
        compress
15
        delaycompress
16
        notifempty
17
        postrotate
18
			killall -HUP zarafa-dagent 2> /dev/null || true
19
        endscript
20
}
21
 
22
/var/log/zarafa/gateway.log {
23
        weekly
24
        missingok
43 - 25
        rotate 8
4 - 26
        compress
27
        delaycompress
28
        notifempty
29
        postrotate
30
			killall -HUP zarafa-gateway 2> /dev/null || true
31
        endscript
32
}
33
 
34
/var/log/zarafa/ical.log {
35
        weekly
36
        missingok
43 - 37
        rotate 8
4 - 38
        compress
39
        delaycompress
40
        notifempty
41
        postrotate
42
			killall -HUP zarafa-ical 2> /dev/null || true
43
        endscript
44
}
45
 
46
/var/log/zarafa/search.log {
47
        weekly
48
        missingok
43 - 49
        rotate 8
4 - 50
        compress
51
        delaycompress
52
        notifempty
53
        postrotate
54
			killall -HUP zarafa-search 2> /dev/null || true
55
        endscript
56
}
57
 
58
/var/log/zarafa/licensed.log {
59
        weekly
60
        missingok
43 - 61
        rotate 8
4 - 62
        compress
63
        delaycompress
64
        notifempty
65
        postrotate
66
			killall -HUP zarafa-licensed 2> /dev/null || true
67
        endscript
68
}
69
 
70
/var/log/zarafa/monitor.log {
71
        weekly
72
        missingok
43 - 73
        rotate 8
4 - 74
        compress
75
        delaycompress
76
        notifempty
77
        postrotate
78
			killall -HUP zarafa-monitor 2> /dev/null || true
79
        endscript
80
}
81
 
82
/var/log/zarafa/server.log /var/log/zarafa/audit.log {
83
        weekly
84
        missingok
43 - 85
        rotate 8
4 - 86
        compress
87
        delaycompress
88
        notifempty
89
        postrotate
90
			killall -HUP zarafa-server 2> /dev/null || true
91
        endscript
92
}
93
 
94
/var/log/zarafa/spooler.log {
95
        weekly
96
        missingok
43 - 97
        rotate 8
4 - 98
        compress
99
        delaycompress
100
        notifempty
101
        postrotate
102
			killall -HUP zarafa-spooler 2> /dev/null || true
103
        endscript
104
}
105
 
106
/var/log/zarafa/ws.log {
107
        weekly
108
        missingok
43 - 109
        rotate 8
4 - 110
        compress
111
        delaycompress
112
        notifempty
113
        postrotate
114
			killall -HUP zarafa-ws 2> /dev/null || true
115
        endscript
116
}