6f55b0826b
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.
9 lines
418 B
Text
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
|
|
===========================================================================
|