Milter-greylist logs and problem with spamdsock
2010-06-15 by Alexandre Santos
I´m would like to change the file log, is going to maillog.log by default, id like to change to postfix.log.
The other problem is that depending from where i seen a email, the milter calls the spamdsock or not, all address the same in the tests from and rcpt.
==> maillog <==
Jun 15 19:04:10 smtp-3 milter-greylist: SPF return code 1
Jun 15 19:04:10 smtp-3 milter-greylist: SPF lookup performed in 0.004370s
Jun 15 19:04:10 smtp-3 milter-greylist: (unknown id): addr = clover.wormly.com[66.228.123.50], from = , rcpt = <asantos@...>
Jun 15 19:04:10 smtp-3 milter-greylist: (unknown id): addr clover.wormly.com[66.228.123.50] from to
delayed for 00:26:21
==> maillog <==
Jun 15 19:08:33 smtp milter-greylist: SPF return code 1
Jun 15 19:08:33 smtp milter-greylist: SPF lookup performed in 0.004113s
Jun 15 19:08:33 smtp-3 milter-greylist: (unknown id): addr = clover.wormly.com[66.228.123.50], from = , rcpt =
(...)
Jun 15 19:08:33 smtp milter-greylist: Mail from=, rcpt=(nil), addr=mail.example.com[......] is matched by entry dacl 147 greylist spamd score > 3 [msg "Message greylist for spam content."]
Jun 15 19:08:33 smtp milter-greylist: dumping 2 modifications
Jun 15 19:08:33 smtp milter-greylist: dumping 12 records in 0.062199s
I have this in greylist.conf for testing
spamdsock unix
"/var/run/spamd.sock"
dacl blacklist spamd > 9
dacl greylist spamd > 3 msg "Message greylist for spam content."
dacl whitelist spamd < 4 msg "Message whitlist for spam content."
thanks