Hello, I'm trying to make spamtrap to work I added a spamtrap address# spamdb | grep trap SPAMTRAP|<[email protected]>
I started spamd with these parametersspamd_flags="-v -s 5 -S 2 -w 1 -G5:12:2400 -l 127.0.0.1 -h mx.mydomain.org -n String" When I send an email to [email protected], it's greylisted instead of being trapped May 17 13:38:16 spamd.mydomain.org spamd[74662]: (GREY) x.x.x.x: <[email protected]> -> <[email protected]>That comes from /var/log/spamd# spamdb | grep x.x.x.x GREY|x.x.x.x|relay2-d.domain.org|<[email protected]>|<[email protected]>|1495021096|1495064296|1495064296|1|0 The PF table remains empty# pfctl -t spamd-greytrap -T show With pf.conf# Table Spamd table <spamd-greytrap> persist I read the documentation multiple times but couldn't point out the problem Thank you

