Re: How to parameterize postscreen to act like openbsd spamd

2011-02-10 Thread Wietse Venema
Mark Alan: > On Wed, 9 Feb 2011 15:18:39 -0500 (EST), Wietse Venema > wrote: > > > postscreen currently does not implement greylisting - smtpd(8) > > currently can do that with policy daemons. > > Yes but they do it very late in the process > smtpd_recipient_restrictions = > ...

Re: How to parameterize postscreen to act like openbsd spamd

2011-02-10 Thread Mark Alan
On Wed, 9 Feb 2011 15:18:39 -0500 (EST), Wietse Venema wrote: > postscreen currently does not implement greylisting - smtpd(8) > currently can do that with policy daemons. Yes but they do it very late in the process smtpd_recipient_restrictions = ... reject_unau

Re: How to parameterize postscreen to act like openbsd spamd

2011-02-09 Thread Noel Jones
On 2/9/2011 1:16 PM, Mark Alan wrote: Hello list, The things that I miss from OpenBSD are spamd and pf (iptables are almost there). It seems that postscreen has the potential to, finally, replace spamd. So, my question is: How would one configure postscreen's parameters to act like the spa

Re: How to parameterize postscreen to act like openbsd spamd

2011-02-09 Thread Wietse Venema
Mark Alan: > Hello list, > > The things that I miss from OpenBSD are spamd and pf (iptables are > almost there). > > It seems that postscreen has the potential to, finally, replace spamd. postscreen currently does not implement greylisting - smtpd(8) currently can do that with policy daemons.