freebsd-ports/mail/milter-greylist/pkg-message
Pav Lucistnik b1770230b2 Add milter-greylist, a milter for sendmail written in C that implements
grey listing. Grey listing is a spam filtering technique, which uses a behavior
trick: spammers never resend a message when they get a temporary error,
whereas real MTA do. The idea is to refuse any mail on first attempt, and
accept it after some time has elapsed.

PR:		ports/67252
Submitted by:	Cyril Guibourg <aragorn+ports@teaser.fr>
2004-05-27 21:12:08 +00:00

10 lines
365 B
Text

===> IMPORTANT NOTE
A sample configuration file has been installed in ${PREFIX}/etc/mail
directory. Copy and edit it to suit your needs before launching
milter-greylist.
To run milter-greylist from startup, add miltergreylist_enable="YES"
in your /etc/rc.conf or your /etc/rc.conf.local
See ${DOCSDIR}/README for operation details.