1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/mail/messagewall/pkg-message
Edwin Groothuis 8bd0f401c9 New Port mail/messagewall
SMTP Proxy with filtering

PR:		ports/43331
Submitted by:	opr <opr@bsdaemon.be>
2003-01-03 03:43:55 +00:00

17 lines
610 B
Plaintext

***************************************************************************
Messagewall has been installed, now create the chroot environment:
mkdir /home/mwall
groupadd mwall
useradd -g mwall mwall
mkdir /home/mwall/pids
chown mwall:mwall /home/mwall/pids
mkdir /home/mwalla
groupadd mwalla
useradd -g mwalla mwalla
mkdir /home/mwalla/pids
chown mwalla:mwalla /home/mwalla/pids
copy the virus patterns into your enviroment
cp /usr/local/etc/messagewall/virus.patterns /home/mwall
and don't forget to edit your configfile!
***************************************************************************