diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-11 03:26:45 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-11 03:26:45 +0000 |
commit | 2ed1107dfcd044f2a3fb9b563391322eda4d2653 (patch) | |
tree | 36419ab53f27d929dec27623a3e030d27203414b /security/drweb-sendmail/pkg-message | |
parent | add support for Adobe Systems Tech Note #5079 & #5080 (diff) |
Upgrade to 4.28
Notes
Notes:
svn path=/head/; revision=58891
Diffstat (limited to 'security/drweb-sendmail/pkg-message')
-rw-r--r-- | security/drweb-sendmail/pkg-message | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/security/drweb-sendmail/pkg-message b/security/drweb-sendmail/pkg-message deleted file mode 100644 index af110de739ce..000000000000 --- a/security/drweb-sendmail/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ -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 - |