Add instructions that is necessary to run pf-spamd with greylisting

feature.

Submitted by:	mlaier
This commit is contained in:
Xin LI 2005-01-13 02:54:46 +00:00
parent ee8e71418d
commit 71f9107e9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126291

9
mail/spamd/pkg-message Normal file
View file

@ -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.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++