Policy Daemon snapshot-200803111823 (New Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Policy Daemon snapshot-200803111823 (New Development branch)
# 1  
Old 03-11-2008
Policy Daemon snapshot-200803111823 (New Development branch)

ImagePolicyd is an anti-spam plugin for Postfix that does greylisting, sender (envelope, SASL, or host/IP)-based throttling (on messages and/or volume per defined time unit), spam trap monitoring/blacklisting, HELO auto-blacklisting, and HELO randomization prevention (HRP).License: GNU General Public License (GPL)Changes:
This release adds greylisting support and auto-whitelisting. It adds auto-blacklisting based on count or count and percentage of auth vs. nonauth triplets. Bugs with the amavisd-new plugin have been fixed. SASL support has been added to policies.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
straps(8)							 Tnm Tcl Extension							 straps(8)

__________________________________________________________________________________________________________________________________________________

NAME
straps - A simple SNMP trap multiplexer. SYNOPSIS
straps [ port ] _________________________________________________________________ DESCRIPTION
The straps trap daemon listens on the snmp-trap port (usually port 162/udp) for incoming SNMP trap or inform messages and forwards them to all connected clients (like scotty). The optional port argument allows to use the straps daemon to forward messages received on a non stan- dard SNMP trap port. However, port numbers below 1024 will be rejected. Clients connect to the straps daemon by opening the AF_UNIX domain stream socket /tmp/.straps-port. Thus, the default AF_UNIX domain stream socket is named /tmp/.straps-162. Received messages are forwarded using the following format: 4 byte IP address of the sender (network-byte-order). 2 byte Port number of the sender (network byte order). 4 byte Length of the trap message (host-byte-order). n bytes The trap message itself. The straps daemon must be installed setuid root because normal operating systems require root permissions to open the standard SNMP trap port 162/udp. The straps daemon rejects all port numbers below 1024 in order to protect the system security. SEE ALSO
scotty(1), tkined(1), Tnm(n) AUTHORS
Erik Schoenfelder <schoenfr@gaertner.de> Juergen Schoenwaelder <schoenw@cs.utwente.nl> Tnm straps(8)