On Mon, Jul 01, 2013 at 12:51:59PM -0400, Rob Sciuk wrote:
> On Mon, 1 Jul 2013, Gilles Chehade wrote:
> >
> >it delivers it correctly ;)
> >
> 
> Is there a pointer as to how to set up pf/spamd with opensmtpd in
> order to effect an effective spam trap?  I'd prefer to avoid
> clamd/amavisd setup if possible, and with grey-listing still an
> effective mechanism, why not simply use the OpenBSD native
> mechanism(s) for spam relief????
> 

Well, spamd(8) is unaware of what MTA is running on the machine since it
only cooperates with pf(4).

The instructions in spamd(8) are valid no matter which MTA is installed:

"""
         table <spamd-white> persist
         pass in on egress proto tcp from any to any port smtp \
             rdr-to 127.0.0.1 port spamd
         pass in on egress proto tcp from <nospamd> to any port smtp
         pass in log on egress proto tcp from <spamd-white> to any port smtp
         pass out log on egress proto tcp to any port smtp
"""

I personnally don't do much more except for a few spam traps that I hide
in the HTML of my website ;-)

I know some people have built elaborate solutions, some have been posted
to the undeadly website


-- 
Gilles Chehade

https://www.poolp.org                                          @poolpOrg

-- 
You received this email because you are subscribed to mailing list: 
[email protected]
To unsubscribe, send mail with subject:
        [[email protected]] unregister

Reply via email to