DynaStop 08333.1634-042 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DynaStop 08333.1634-042 (Default branch)
# 1  
Old 01-27-2009
DynaStop 08333.1634-042 (Default branch)

DynaStop is a utility to examine IPv4 based addresses for Exim and procmail for the purpose of filtering based upon patterns defined by the administrator. This can be a pivotal factor in email filtering and server load management, since dynamic IP addresses are typically used for dial-up, DHCP, and DSL accounts. All of which have a designated mail exchange server through which all outbound mail flows as defined with many, if not most, large Internet service providers. License: GNU General Public License v2 Changes:
BleedingThreats, WhiteList, VirusList, and UnsubList example config files were updated. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
adb(1)								   User Commands							    adb(1)

NAME
adb - general-purpose debugger SYNOPSIS
adb [-kw] [-I dir] [-P prompt] [-V mode] [object [core]] DESCRIPTION
The adb utility is an interactive, general-purpose debugger. It can be used to examine files and provides a controlled environment for the execution of programs. The adb utility is now implemented as a link to the mdb(1) utility. mdb(1) is a low-level debugging utility that can be used to examine user processes as well as the live operating system or operating system crash dumps. The new mdb(1) utility provides complete backwards compatibility with the existing syntax and features of adb, including support for processing adb macro files. The Solaris Modular Debugger Guide and mdb(1) man page describes the features of mdb, including its adb compatibility mode. This mode will be activated by default when the adb link is executed. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWmdb | +-----------------------------+-----------------------------+ SEE ALSO
mdb(1), attributes(5) Solaris Modular Debugger Guide SunOS 5.11 29 Nov 2005 adb(1)