Policy Daemon snapshot-200806021908 (2.x (Cluebringer) branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Policy Daemon snapshot-200806021908 (2.x (Cluebringer) branch)
# 1  
Old 07-02-2008
Policy Daemon snapshot-200806021908 (2.x (Cluebringer) branch)

Image Policyd v2 (codenamed "cluebringer") is a multi-platform policy server for popular MTAs. This policy daemon is designed mostly for large scale mail hosting environments. The main goal is to implement as many spam combating and email compliance features as possible while at the same time maintaining portability, stability, and performance. Its features include detailed policy and group specification, access control, helo/ehlo checks (helo randomization prevention and RFC compliance), SPF checks, Greylisting, Quotas, and Amavisd-new integration. License: GNU General Public License (GPL) Changes:
Better support for newer versions of Cache-FastMmap. Handling of the Postfix policy delegation protocol has been fixed. The table charset has been set to Latin1 for MySQL so that the MySQL index length limitation is not exceeded. Rogue commas in SQL have been fixed. CREATE INDEX has been added instead of INDEX() for better cross-database support. Indexing has been re-added to SQLite. Typos have been fixed and there are better error messages. Support for broken browsers has been fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
sipwitch(1)							   GNU Telephony						       sipwitch(1)

NAME
sipwitch - script control and manage GNU sipwitch server. SYNOPSIS
sipwitch command [arguments...] DESCRIPTION
The sipwitch command allows one to interact with a running sipwitch daemon instance on the current machine. This can be used to create management shell scripts or to perform basic service operations, using the sipwitch fifo control interface. Normally this command would be used only by root or someone in an admin group that the sipwitch daemon is running under. If the sipwitch daemon is started by an ordinary user, the command can be used by the same user to control that daemon instance. abort terminate running daemon with core for debugging. activate ext ipaddr register a static sip extension manually on a fixed address. calls list active call sessions on the server. check verify running daemon for deadlocks or other problems. concurrency level set concurrency level of the daemon. See pthread_setconcurrency. digest userid [realm [type]] compute a sip digest for the server realm. disable conf-id... remove /etc/sipwitch.d configurations. down stop and shutdown the running sipwitch daemon. drop user|callid drop specified calls either by a user or call id. dump dump server configuration to stdout. enable conf-id... enable /etc/sipwitch.d configurations. events display server events as received. grant group grants directory access to system group. history [size] set size or dump recent error log history. ifdown iface notify server interface went down. ifup iface notify server interface came up. message ext ``Text'' send a short text message to a registered extension. policy print access policy list and peering (published) addresss. period interval dump periodic stats for specified minute interval, often used for cron. pstats dump server periodic statistics. See ``stats''. registry dump all user agent registrations to stdout. realm [new-realm [digest-type]] set or show the server realm. release ext deactivate an extension registered with the daemon. reload load server configuration while live. restart force server restart. siplog dump sip messages from when trace is enabled. snapshot create snapshot diagnostic file from daemon. state id set daemon to specified state id. stats dump server call statistics. status server mapped call status list. trace on|off|clear Set or clear server sip message tracing. usercache dump user cache. verbose level set daemon error logging verbosity. EXIT STATUS
Normally exit status is 0 if the request was successfully processed by the sipwitch service daemon. An exit status of 0x indicates an error in the sipwitch utility, such as invalid argument parsing. An error of 1x indicates some communication failure with the server, and a error of 2x is related to errors on server processed requests. AUTHOR
sipwitch was written by David Sugar <dyfet@gnutelephony.org>. REPORTING BUGS
Report bugs to sipwitch-devel@gnu.org. COPYRIGHT
Copyright (C) 2009 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU SIP Witch January 2009 sipwitch(1)