freebsd-ports/mail/smc-milter/pkg-message
Pav Lucistnik 0bf8041719 Sendmail Confirmation System (SMC) is an Sendmail milter plugin that is
designed to significantly reduce the amount of junk email you receive. It
uses dynamic local and DNS-based remote whitelists, blacklists, and an
original auto-confirmation system for unknown but legitimate senders. It
includes features for protecting recipients from dangerous attachments and
HTML includes. It uses a set of original algorithms, including "Check relay
by NS", which simulates a dynamic whitelisting technique, and "Check delays",
also known as "Greylisting".

PR:		ports/79508
Submitted by:	Andrey E. Shevtsov <nyxo@dnuc.polyn.kiae.su>
2005-04-06 08:48:12 +00:00

11 lines
425 B
Text

The start/stop script has been placed in $PREFIX/etc/rc.d/smc-milter.sh
Configuration files has been placed in $PREFIX/etc/smc/
Add this lines to your sendmail's .mc file:
define(`confMILTER_MACROS_CONNECT', `{client_addr}')dnl
INPUT_MAIL_FILTER(`SMC-milter', `S=local:/var/run/smc-milter.sock, F=T, T=C:30m;S:10m;R:10m;E:30m')dnl
Then generate new sendmail.cf, install it, start smc-milter and finally
restart sendmail.