> The spamd log include two different entries, the spamassassin daemon
> (spamd) and spamd openbsd:
> 
> Jul 13 09:32:56 www2 spamd[25447]: (GREY) 200.xxx.xxx.xxx:
> [EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>
> Jul 13 09:32:56 www2 spamd[25447]: 200.xxx.xxx.xxx: disconnected after
> 11 seconds.
> Jul 13 09:33:55 www2 spamd[10775]: whitelisting 200.xxx.xxx.xxx
> in /var/db/spamd
> 
> But the messages are not delivered to sendmail after spamd (openbsd)
> check it. I have a develop machine in my network (without nat to public
> ip) with a local domain and works like a charm....
> 
> How spamd (openbsd) deliver messages to MTA (sendmail)? only by pf
> rules? 


        These logs indicate that the machien above successfully retried
and was whitelisted. All that means is that the *next* time it retries
it will get through. This attempt was still given a 450 at 09:32. 
the next retry after 09:33 should be sent to the real server, assuming
you have your pf rules set up correctly. 

        OpenBSD spamd does not deliver ANY messages to an MTA - it
only manipulates pf. You appear to think that spamd will pass
the message on. It does not. 

        -Bob

Reply via email to