Hello list, I'm using obspamd on FreeBSD 10.1-RELEASE-p11
spamd-4.9.1_2 It appears to be working, for the most part. obspamd is grey and whitelisting addresses, however, it does not seem to be honoring my whitelist. /usr/local/etc/spamd/spamd.conf has: # $OpenBSD: spamd.conf,v 1.3 2007/05/12 00:43:41 cnst Exp $ # # spamd(8) configuration file, read by spamd-setup(8). # See also spamd.conf(5). all:\ :uatraps:override:nixspam:override: uatraps:\ :black:\ :msg="SPAM. Your address %A has sent spam within the past 24 hours.":\ :method=http:\ :file=www.openbsd.org/spamd/traplist.gz: nixspam:\ :black:\ :msg="Your address %A is on the nixspam list\n\ See http://www.heise.de/ix/nixspam/dnsbl_en/ for details":\ :method=http:\ :file=www.openbsd.org/spamd/nixspam.gz: override:\ :white:\ :method=file:\ :file=/var/db/override.txt: ## EOF and /var/db/override.txt: 1.2.3.4 4.3.2.1 3.2.1.4 etc. but all connections from machines in override.txt are still hitting spamd. I also see, in /var/log/spamd, whenever obspamd is started: Jun 12 13:35:14 fusor spamd[21599]: greyreader failed (No such file or directory) Jun 12 13:35:18 fusor spamd[21961]: listening for incoming connections. % ll /var/db/override.txt -rw-r--r-- 1 _spamd _spamd 382 Jun 12 12:39 /var/db/override.txt % grep spamd /etc/pf.conf table <spamd-white> persist file '/var/db/override.txt' no rdr on $ext_if inet proto tcp from <spamd-white> to ($ext_if) port smtp rdr on $ext_if inet proto tcp from !<spamd-white> to ($ext_if) port smtp -> lo0 port spamd pass in log on $ext_if inet proto tcp from <spamd-white> to lo0 port smtp keep state pass in log on $ext_if inet proto tcp from !<spamd-white> to lo0 port spamd keep state Just wondering what I may have configured incorrectly? Thanks in advance for any advice. -- Joshua [demime 1.01d removed an attachment of type application/pgp-signature]