summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/pkg-message
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 15:57:23 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 15:57:23 +0000
commit7fb43943bbb98a9dcb719844b1d32e4dc01760de (patch)
tree3ded5952658c52ecc02cfd523164357a455ed78b /security/drweb-sendmail/pkg-message
parentDrWeb antivirus, FreeBSD binary (diff)
DrWeb antivirus sendmail integration
Notes
Notes: svn path=/head/; revision=46800
Diffstat (limited to 'security/drweb-sendmail/pkg-message')
-rw-r--r--security/drweb-sendmail/pkg-message13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/drweb-sendmail/pkg-message b/security/drweb-sendmail/pkg-message
new file mode 100644
index 000000000000..4ef97618798c
--- /dev/null
+++ b/security/drweb-sendmail/pkg-message
@@ -0,0 +1,13 @@
+This software requires Sendmail tobe compiled with mail filter support.
+So be sure you have the following in your /etc/make.conf:
+
+SENDMAIL_CFLAGS+= -D_FFR_MILTER=1
+
+in order to have Sendmail always compiled with mail filtering support when you
+build your system from sources. If Sendmail is not yet recompiled with this
+flag, then do the following:
+
+cd /usr/src/usr.sbin/sendmail
+make clean
+make
+make install