5ab33dd2c2
Policyd is an anti-spam plugin for Postfix (written in C) that does greylisting, sender-(envelope, SASL or host/ip)-based throttling (on messages and/or volume per defined time unit), recipient rate limiting, spamtrap monitoring/blacklisting, HELO auto blacklisting and HELO randomization preventation.
12 lines
429 B
Text
12 lines
429 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2007/08/07 12:34:56 ghen Exp $
|
|
|
|
A script to create the necessary tables can be found in:
|
|
|
|
${EGDIR}/DATABASE.mysql
|
|
|
|
For regular database maintenance, add the following crontab entry:
|
|
|
|
0 * * * * ${BINDIR}/cleanup -c ${PKG_SYSCONFDIR}/policyd.conf
|
|
|
|
===========================================================================
|