there isnt a single one, but you have to do it somthing similar to what gilles did for dkim dkim. so you chose somthing like in my case I use amavisd since I never got spampd to work reliably listening on port 2000
listen on lo port 2001 tag clean accept tagged clean for deliver to mbox accept for domain contoso.tld relay via "smtp://127.0.0.1:2000" Im doing that part from memory but that is the essence of it, the first run of the message it kicks out to amavisd, which runs it through spamassassin then back into smtpd which tags it as clean which gets picked up by the rule that takes tagged messages and delivers them. On Sat, Apr 26, 2014 at 9:10 AM, Stéphane Guedon <[email protected]>wrote: > Le samedi 26 avril 2014 07:51:42, vous avez écrit : > > you want to use SPF at the very least, but then back it > > with spampd or amavisd and run it though spamassassin > > that is pretty much a standard stack right there, > > I tried to set it up yesterday. > Complete failed ! > > I would really like to have spamassassin cause it has a lot of > features that may be useful : > > check FROM address in an address book > check gpg sig > > obviously, I looked if spamd can look in a mail adress list. It can't > ! > > Do you know some doc explaining how I can integrate spamassassin in > opensmtpd ? > > > > > On Sat, Apr 26, 2014 at 7:26 AM, Stéphane Guedon > <[email protected]>wrote: > > > Le samedi 26 avril 2014 07:20:19, vous avez écrit : > > > > Hi John, > > > > > > > > At 06:04 26-04-2014, John Cox wrote: > > > > >Unfortunately the whole point of SPF (unlike Sender-ID which > > > > >works > > > > >much better and on much the same principles) is that you can > > > > >reject > > > > >the message before receiving it so you wouldn't have the DKIM > > > > >stuff > > > > >(which I think requires you to have the entire message?). > > > > > > > > SPF allows processing using envelope information. DKIM > > > > processing > > > > can only occur after the entire message has been received. > > > > > > > > Regards, > > > > -sm > > > > > > I am myself in need for a good antispam solution with opensmtpd. > > > > > > if dkim (which I don't use yet) and spf are not really working, > > > what's the good way (I am already using spamd, not enough !) > -- Jason Barbier | [email protected] Pro Patria Vigilans
