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 spamd
   defaults, i.e., passtime = 25 m, greyexp to 4h, and whiteexp to 864h ?
   As may be seen in 'man spamd'<http://goo.gl/ofTKj>


Regards,

M.


The controls available with postscreen are described here
http://www.postfix.org/POSTSCREEN_README.html
and here
http://www.postfix.org/postscreen.8.html

The postscreen_*_enable and postscreen_*_action controls are mostly set to "no" and "ignore" by default, which disables that particular test and/or logs any test failure without taking action. See the documentation on how to enable the various tests.

Your question seems to refer to the various postscreen_*_ttl parameters. The *_ttl defaults are carefully chosen and should be appropriate for most sites. They do not directly correspond to settings available in spamd.


  -- Noel Jones

Reply via email to