I've updated to CVS from this morning, both to get up to date and to
continue trying to get p0f to work (with postfix).
The code built fine on NetBSD/i386 4.0_STABLE configured as:
CPPFLAGS=-I/usr/pkg/include \
LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" \
./configure \
--prefix=/usr/pkg \
--enable-postfix \
--enable-spamassassin \
--enable-dnsrbl \
--enable-p0f
So I'm not getting the same error as Petar.
I am getting what seems to be spurious log messages. This seems to
happen every time the whitelist acl fires:
Sep 29 08:40:26 fnord milter-greylist: (unknown id): skipping greylist because address 204.152.190.11 is whitelisted, (from==ir.bbn.com@...>, rcpt=<gdt@...>, addr=mail.netbsd.org[204.152.190.11]) ACL 173
Sep 29 08:40:26 fnord milter-greylist: (unknown id): skipping greylist because this is the default action, (from==ir.bbn.com@...>, rcpt=(nil), addr=mail.netbsd.org[204.152.190.11]) ACL 0
ACL 173 is simply:
racl whitelist list "known senders"
with known senders being a long list of IP addresses of places I don't
want to greylist.
Could this be the default dacl? It seems like it would be nice not to
log again, but I'm not quite sure what the rule should be.
continue trying to get p0f to work (with postfix).
The code built fine on NetBSD/i386 4.0_STABLE configured as:
CPPFLAGS=-I/usr/pkg/include \
LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" \
./configure \
--prefix=/usr/pkg \
--enable-postfix \
--enable-spamassassin \
--enable-dnsrbl \
--enable-p0f
So I'm not getting the same error as Petar.
I am getting what seems to be spurious log messages. This seems to
happen every time the whitelist acl fires:
Sep 29 08:40:26 fnord milter-greylist: (unknown id): skipping greylist because address 204.152.190.11 is whitelisted, (from==ir.bbn.com@...>, rcpt=<gdt@...>, addr=mail.netbsd.org[204.152.190.11]) ACL 173
Sep 29 08:40:26 fnord milter-greylist: (unknown id): skipping greylist because this is the default action, (from==ir.bbn.com@...>, rcpt=(nil), addr=mail.netbsd.org[204.152.190.11]) ACL 0
ACL 173 is simply:
racl whitelist list "known senders"
with known senders being a long list of IP addresses of places I don't
want to greylist.
Could this be the default dacl? It seems like it would be nice not to
log again, but I'm not quite sure what the rule should be.