summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/pkg-message
blob: af110de739cee956909fed99861fe60e26bebf69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This software requires Sendmail compiled with mail filter support.

If you have Sendmail less then 8.12.2, 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