0416031c9b
Approved by: krion@ PR: ports/88711 (related)
23 lines
1 KiB
Text
23 lines
1 KiB
Text
@comment $FreeBSD$
|
|
bin/qmail-scanner-queue.pl
|
|
bin/qs2mrtg.pl
|
|
share/examples/qs2mrtg/mrtg-qmail-scanner.cfg
|
|
@dirrm share/examples/qs2mrtg
|
|
@unexec if cmp -s %D/%%SPOOLDIR%%/quarantine-attachments.txt %D/%%SPOOLDIR%%/quarantine-attachments.sample; then rm -f %D/%%SPOOLDIR%%/quarantine-attachments.txt && rm -f %D/%%SPOOLDIR%%/quarantine-attachments.db; fi
|
|
%%SPOOLDIR%%/quarantine-attachments.sample
|
|
@exec [ ! -f %D/%%SPOOLDIR%%/quarantine-attachments.txt ] && cp %D/%%SPOOLDIR%%/quarantine-attachments.sample %D/%%SPOOLDIR%%/quarantine-attachments.txt
|
|
%%SPOOLDIR%%/qmail-scanner-queue-version.txt
|
|
@dirrmtry %%SPOOLDIR%%/archives/cur
|
|
@dirrmtry %%SPOOLDIR%%/archives/new
|
|
@dirrmtry %%SPOOLDIR%%/archives/tmp
|
|
@dirrmtry %%SPOOLDIR%%/archives
|
|
@dirrmtry %%SPOOLDIR%%/quarantine/cur
|
|
@dirrmtry %%SPOOLDIR%%/quarantine/new
|
|
@dirrmtry %%SPOOLDIR%%/quarantine/tmp
|
|
@dirrmtry %%SPOOLDIR%%/quarantine
|
|
@dirrmtry %%SPOOLDIR%%/working/cur
|
|
@dirrmtry %%SPOOLDIR%%/working/new
|
|
@dirrmtry %%SPOOLDIR%%/working/tmp
|
|
@dirrmtry %%SPOOLDIR%%/working
|
|
@dirrmtry %%SPOOLDIR%%/tmp
|
|
@dirrmtry %%SPOOLDIR%%
|