NAME

pmx-blocklist - Enables or disables IP blocking for a PureMessage MTA.


SYNOPSIS

pmx-blocklist [options]

Options: --status --enable [--passthru] [--tempfail] --disable


DESCRIPTION

The pmx-blocklist program is used to enable or disable IP blocking, configure the default failure behavior in MTAs installed by PureMessage (sendmail or Postfix), and reload configuration options from /opt/pmx6/etc/pmx.d/blocklist.conf. The default behavior is to pass through on error (see the third example below).


EXAMPLES

To display the current status of IP blocking:

   pmx-blocklist --status

To enable IP blocking (tempfail on error):

   pmx-blocklist --enable --tempfail

To enable IP blocking (pass through on error - default):

   pmx-blocklist --enable --passthru

To disable IP blocking:

   pmx-blocklist --disable

To reload etc/pmx.d/blocklist.conf:

   pmx-blocklist --enable


COPYRIGHT

Copyright (C) 2000-2008 Sophos Group. All rights reserved. Sophos and PureMessage are trademarks of Sophos Plc and Sophos Group.