The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

milter-limit - Rate limiting sendmail milter

SYNOPSIS

milter-limit [options]

 Options:
   --debug                  debug mode
   --config filename        configuration file name

OPTIONS

--debug

Enable debug mode. Currently this just means the the program will not daemonize

--config default: /etc/mail/milter-limit.conf

Location of the milter-limit configuration file.

DESCRIPTION

milter-limit is a sendmail milter for limiting the rate at which messages can be sent. Currently the only supported mode of operation is to limit the number of messages by SMTP envelope sender. More limiting options may be added later if demand exists for such features.

AUTHOR

Michael Schout <mschout@gkg.net>

COPYRIGHT AND LICENSE

Copyright (C) 2009 Michael Schout. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this program.