blob: 088ee682eb5437b75dfca9bcae02a762687e5209 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
@comment $FreeBSD$
bin/qmail-scanner-queue.pl
bin/qs2mrtg.pl
share/examples/qs2mrtg/mrtg-qmail-scanner.cfg
%%SPOOLDIR%%/quarantine-attachments.sample
%%SPOOLDIR%%/quarantine-attachments.txt
@unexec rmdir share/examples/qs2mrtg 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%%/archives/cur 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%%/archives/new 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%%/archives/tmp 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%%/archives 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%%/quarantine/cur 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%%/quarantine/new 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%%/quarantine/tmp 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%%/quarantine 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%%/tmp 2>/dev/null || true
@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true
|