aports/testing/dspam/dspam.pre-install
Natanael Copa 768e3586d8 testing/dspam: new aport
A statistical-algorithmic hybrid anti-spam filter
http://dspam.nuclearelephant.com/
2010-01-06 16:36:19 +00:00

7 lines
113 B
Bash

#!/bin/sh
adduser -h /var/lib/dspam -s /bin/false -D dspam 2>/dev/null
chown dspam:dspam /var/lib/dspam
exit 0