mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
585a173f2d
DspamPD is a GPL'ed transparent smtp proxy which can do content scanning through DSPAM and/or ClamAV... DspamPD version v2.00 supports DSPAM version 3.x, both stable and -devel ports and both clamav ports. The attached shar will create the port for you. PR: ports/76118 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
sbin/dspampd
|
|
etc/dspampd/dspampd.conf.sample
|
|
etc/dspampd/dspampd.applyto.sample
|
|
etc/dspampd/dspampd.relaycontrol.sample
|
|
@dirrm etc/dspampd
|
|
@unexec if cmp -s %D/etc/dspampd/dspampd.conf %D/etc/dspampd/dspampd.conf.sample; then rm -f %D/etc/dspampd/dspampd.conf; fi
|
|
@exec echo "eeeee" ; %B
|
|
@exec [-f %B/dspampd.conf] || cp %B/%f %B/dspampd.conf
|
|
@cwd /
|
|
@dirrm %%ARCHIVE_DIR%%
|