Add instructions that is necessary to run pf-spamd with greylisting
feature. Submitted by: mlaier
This commit is contained in:
parent
ee8e71418d
commit
71f9107e9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126291
1 changed files with 9 additions and 0 deletions
9
mail/spamd/pkg-message
Normal file
9
mail/spamd/pkg-message
Normal 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.
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
Loading…
Reference in a new issue