Lines 2-16
Link Here
|
2 |
%%HASH%%bin/csscompress |
2 |
%%HASH%%bin/csscompress |
3 |
%%HASH%%bin/cssconvert |
3 |
%%HASH%%bin/cssconvert |
4 |
%%HASH%%bin/cssstat |
4 |
%%HASH%%bin/cssstat |
5 |
@owner %%DSPAM_OWNER%% |
5 |
@(%%DSPAM_OWNER%%,%%DSPAM_GROUP%%,%%DSPAM_MODE%%) bin/dspam |
6 |
@group %%DSPAM_GROUP%% |
|
|
7 |
@mode %%DSPAM_MODE%% |
8 |
bin/dspam |
9 |
@exec chown %%DSPAM_OWNER%%:%%DSPAM_GROUP%% %D/%F |
10 |
@exec chmod %%DSPAM_MODE%% %D/%F |
11 |
@mode |
12 |
@group wheel |
13 |
@owner root |
14 |
bin/dspamc |
6 |
bin/dspamc |
15 |
bin/dspam_2sql |
7 |
bin/dspam_2sql |
16 |
bin/dspam_admin |
8 |
bin/dspam_admin |
Lines 23-37
Link Here
|
23 |
%%PGSQL%%bin/dspam_pg2int8 |
15 |
%%PGSQL%%bin/dspam_pg2int8 |
24 |
bin/dspam_stats |
16 |
bin/dspam_stats |
25 |
bin/dspam_train |
17 |
bin/dspam_train |
26 |
@mode 0640 |
18 |
@sample(%%DSPAM_OWNER%%,%%DSPAM_GROUP%%,640) etc/dspam.conf.sample |
27 |
@owner %%DSPAM_OWNER%% |
|
|
28 |
@group %%DSPAM_GROUP%% |
29 |
@sample etc/dspam.conf.sample |
30 |
@exec chown %%DSPAM_OWNER%%:%%DSPAM_GROUP%% %D/%F |
31 |
@exec chmod 0640 %D/%F |
32 |
@group wheel |
33 |
@owner root |
34 |
@mode |
35 |
include/dspam/buffer.h |
19 |
include/dspam/buffer.h |
36 |
include/dspam/config.h |
20 |
include/dspam/config.h |
37 |
include/dspam/config_shared.h |
21 |
include/dspam/config_shared.h |
Lines 222-238
Link Here
|
222 |
%%WebUI%%%%WWWDIR%%/templates/ro/nav_preferences.html |
206 |
%%WebUI%%%%WWWDIR%%/templates/ro/nav_preferences.html |
223 |
%%WebUI%%%%WWWDIR%%/templates/ro/nav_quarantine.html |
207 |
%%WebUI%%%%WWWDIR%%/templates/ro/nav_quarantine.html |
224 |
%%WebUI%%%%WWWDIR%%/templates/ro/nav_viewmessage.html |
208 |
%%WebUI%%%%WWWDIR%%/templates/ro/nav_viewmessage.html |
225 |
@cwd %%DSPAM_HOME%% |
209 |
%%DSPAM_HOME%%/firstrun.txt.sample |
226 |
firstrun.txt.sample |
210 |
%%DSPAM_HOME%%/firstspam.txt.sample |
227 |
firstspam.txt.sample |
211 |
%%DSPAM_HOME%%/quarantinefull.txt.sample |
228 |
quarantinefull.txt.sample |
212 |
@dir(%%DSPAM_HOME_OWNER%%,%%DSPAM_HOME_GROUP%%,%%DSPAM_HOME_MODE%%) %%DSPAM_HOME%% |
229 |
@cwd / |
213 |
@dir(%%DSPAM_HOME_OWNER%%,%%DSPAM_HOME_GROUP%%) %%LOG_DIR%% |
230 |
@owner %%DSPAM_HOME_OWNER%% |
|
|
231 |
@group %%DSPAM_HOME_GROUP%% |
232 |
@mode %%DSPAM_HOME_MODE%% |
233 |
@mode |
234 |
@exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%DSPAM_HOME%% |
235 |
@exec chmod %%DSPAM_HOME_MODE%% %%DSPAM_HOME%% |
236 |
@exec chown %%DSPAM_HOME_OWNER%%:%%DSPAM_HOME_GROUP%% %%LOG_DIR%% |
237 |
@group wheel |
238 |
@owner root |