summaryrefslogtreecommitdiff
path: root/mail/smfsav/files/patch-readme
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-02-17 21:16:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-02-17 21:16:46 +0000
commitc80e1983fbabc35a806e5bb81b8e4e01af02efb9 (patch)
treee287fbfa3c52c1fe70be85dcf01cfcc651e52005 /mail/smfsav/files/patch-readme
parentUpdate to 1.1.0. (diff)
It's a lightweight, fast and reliable Sendmail milter that implements
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>
Notes
Notes: svn path=/head/; revision=207486
Diffstat (limited to 'mail/smfsav/files/patch-readme')
-rw-r--r--mail/smfsav/files/patch-readme28
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/smfsav/files/patch-readme b/mail/smfsav/files/patch-readme
new file mode 100644
index 000000000000..d2daf8a5bc52
--- /dev/null
+++ b/mail/smfsav/files/patch-readme
@@ -0,0 +1,28 @@
+--- readme.orig 2006-10-25 23:15:10.000000000 +0300
++++ readme 2008-02-17 14:50:09.000000000 +0200
+@@ -38,21 +38,18 @@
+ make
+ make install
+
+- Inspect and edit the /etc/mail/smfs/smf-sav.conf file.
++ Inspect and edit the /usr/local/etc/smfsav.conf file.
+
+-/usr/local/sbin/smf-sav
++/usr/local/sbin/smfsav
+ or
+-/usr/local/sbin/smf-sav -c /etc/mail/smfs/smf-sav.conf
++/usr/local/sbin/smfsav -c /usr/local/etc/smfsav.conf
+
+ Add this milter to start-up scripts before starting a Sendmail daemon.
+ Look at the contributed samples of start-up scripts.
+
+ Add these lines to your Sendmail configuration file (usually sendmail.mc):
+ define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO`, {verify}')dnl
+-INPUT_MAIL_FILTER(`smf-sav', `S=unix:/var/run/smfs/smf-sav.sock, T=S:30s;R:4m')dnl
+-
+-IMPORTANT: make sure that /var/run is not a group writable directory! If so,
+-or chmod 755 /var/run, or if it's impossible switch to another directory.
++INPUT_MAIL_FILTER(`smfsav', `S=unix:/var/run/smfsav/smfsav.sock, T=S:30s;R:4m')dnl
+
+ IMPORTANT: make sure that libmilter is compiled with BROKEN_PTHREAD_SLEEP defined.
+ If this symbol is not defined, libmilter will use sleep() in signal-handler thread,