Lines 1-5
Link Here
|
1 |
@unexec if cmp -s %D/libexec/postfix/main.cf %%PFETC%%/main.cf; then rm -f %%PFETC%%/main.cf; fi |
1 |
@unexec if cmp -s %%PFETC%%/main.cf.proto %%PFETC%%/main.cf; then rm -f %%PFETC%%/main.cf; fi |
2 |
@unexec if cmp -s %D/libexec/postfix/master.cf %%PFETC%%/master.cf; then rm -f %%PFETC%%/master.cf; fi |
2 |
@unexec if cmp -s %%PFETC%%/master.cf.proto %%PFETC%%/master.cf; then rm -f %%PFETC%%/master.cf; fi |
3 |
bin/mailq |
3 |
bin/mailq |
4 |
bin/newaliases |
4 |
bin/newaliases |
5 |
%%TEST%%bin/qmqp-sink |
5 |
%%TEST%%bin/qmqp-sink |
Lines 13-19
Link Here
|
13 |
etc/postfix/TLS_LICENSE |
13 |
etc/postfix/TLS_LICENSE |
14 |
etc/postfix/bounce.cf.default |
14 |
etc/postfix/bounce.cf.default |
15 |
etc/postfix/main.cf.default |
15 |
etc/postfix/main.cf.default |
|
|
16 |
etc/postfix/main.cf.proto |
16 |
etc/postfix/makedefs.out |
17 |
etc/postfix/makedefs.out |
|
|
18 |
etc/postfix/master.cf.proto |
19 |
etc/postfix/postfix-files |
20 |
@dir etc/postfix/postfix-files.d |
17 |
@cwd %%RESETPREFIX%% |
21 |
@cwd %%RESETPREFIX%% |
18 |
libexec/postfix/anvil |
22 |
libexec/postfix/anvil |
19 |
libexec/postfix/bounce |
23 |
libexec/postfix/bounce |
Lines 24-38
Link Here
|
24 |
libexec/postfix/flush |
28 |
libexec/postfix/flush |
25 |
libexec/postfix/lmtp |
29 |
libexec/postfix/lmtp |
26 |
libexec/postfix/local |
30 |
libexec/postfix/local |
27 |
libexec/postfix/main.cf |
|
|
28 |
libexec/postfix/master |
31 |
libexec/postfix/master |
29 |
libexec/postfix/master.cf |
|
|
30 |
libexec/postfix/nqmgr |
32 |
libexec/postfix/nqmgr |
31 |
libexec/postfix/oqmgr |
33 |
libexec/postfix/oqmgr |
32 |
libexec/postfix/pickup |
34 |
libexec/postfix/pickup |
33 |
libexec/postfix/pipe |
35 |
libexec/postfix/pipe |
34 |
libexec/postfix/post-install |
36 |
libexec/postfix/post-install |
35 |
libexec/postfix/postfix-files |
|
|
36 |
libexec/postfix/postfix-script |
37 |
libexec/postfix/postfix-script |
37 |
libexec/postfix/postfix-wrapper |
38 |
libexec/postfix/postfix-wrapper |
38 |
libexec/postfix/postmulti-script |
39 |
libexec/postfix/postmulti-script |
Lines 140-146
Link Here
|
140 |
sbin/posttls-finger |
141 |
sbin/posttls-finger |
141 |
sbin/sendmail |
142 |
sbin/sendmail |
142 |
@dir %%PFETC%% |
143 |
@dir %%PFETC%% |
143 |
@dir /var/db/postfix |
144 |
@dir(postfix,,700) /var/db/postfix |
144 |
@dir(postfix,,700) /var/spool/postfix/active |
145 |
@dir(postfix,,700) /var/spool/postfix/active |
145 |
@dir(postfix,,700) /var/spool/postfix/bounce |
146 |
@dir(postfix,,700) /var/spool/postfix/bounce |
146 |
@dir(postfix,,700) /var/spool/postfix/corrupt |
147 |
@dir(postfix,,700) /var/spool/postfix/corrupt |