pkgsrc-wip/smtp-gated/MESSAGE
Bartosz Kuzma 6f55b0826b smtp-gated is an UNIX program that scans SMTP mail for viruses. Can be
installed on Linux/BSD NA(P)T router, and scan mail transparently
using ClamAV daemon & netfilter/ipfilter framework. Can also scan traffic
to one fixed MTA.
2006-11-21 14:26:07 +00:00

9 lines
418 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2006/11/21 14:26:07 bartoszkuzma Exp $
If you want to run smtp-gated with IP Filter as a non-root user,
you need to set proper permission to file /dev/ipnat. For example:
chown root:${SMTP_GATED_GROUP} /dev/ipnat
chmod 0640 /dev/ipnat
===========================================================================