aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spamd
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-01-13 10:54:46 +0800
committerdelphij <delphij@FreeBSD.org>2005-01-13 10:54:46 +0800
commit94777e3e638a43716e47c2c7419957bb452a886d (patch)
tree5b3b052a2fa11971c18820e5262c0c40f776e38f /mail/spamd
parente113cdb315a42e4cb49d0b4cc1eada2c74be140f (diff)
downloadfreebsd-ports-graphics-94777e3e638a43716e47c2c7419957bb452a886d.tar.gz
freebsd-ports-graphics-94777e3e638a43716e47c2c7419957bb452a886d.tar.zst
freebsd-ports-graphics-94777e3e638a43716e47c2c7419957bb452a886d.zip
Add instructions that is necessary to run pf-spamd with greylisting
feature. Submitted by: mlaier
Diffstat (limited to 'mail/spamd')
-rw-r--r--mail/spamd/pkg-message9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/spamd/pkg-message b/mail/spamd/pkg-message
new file mode 100644
index 00000000000..893c9b635fb
--- /dev/null
+++ b/mail/spamd/pkg-message
@@ -0,0 +1,9 @@
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+In order to use spamd greylisting feature you have to have a mounted fdescfs(5)
+at /dev/fd. This is done by adding:
+
+ fdescfs /dev/fd fdescfs rw 0 0
+
+to /etc/fstab. You may need either a customised kernel, or kldload the fdescfs
+kernel module.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++