a real-time Sender e-Mail Address Verification technology. This technology can stop some kinds of SPAM with a spoofed sender's e-Mail address. Also it implements a real-time Recipient e-Mail Address Verification technology. It can be useful if your machine is a backup MX for the recipient's domains or if your machine forwards all e-Mail messages as a relay host for your domains to another internal or external e-Mail servers. It's a lite alternative for the spamilter, milter-sender and milter-ahead milters. WWW: http://smfs.sourceforge.net/ PR: ports/116948 Submitted by: Anton Lysenok / Bart Tapolsky <bart@tapolsky.net.ua>
9 lines
563 B
Text
9 lines
563 B
Text
|
|
=====================================================================================
|
|
1. Inspect and edit the %%PREFIX%%/etc/smfsav.conf file
|
|
2. Add these lines to your Sendmail configuration file (usually sendmail.mc):
|
|
define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO`, {verify}')dnl
|
|
INPUT_MAIL_FILTER(`smfsav', `S=unix:/var/run/smfsav/smfsav.sock, T=S:30s;R:4m')dnl
|
|
3. Put line smfsav_enable="YES" to /etc/rc.conf file
|
|
4. Run %%PREFIX%%/etc/rc.d/smfsav start
|
|
=====================================================================================
|