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

NAME

milter-limit

VERSION

version 0.52

SYNOPSIS

milter-limit [options]

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

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.

NAME

milter-limit - Rate limiting sendmail milter

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.

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.

SOURCE

The development version is on github at http://github.com/mschout/milter-limit and may be cloned from git://github.com/mschout/milter-limit.git

BUGS

Please report any bugs or feature requests to bug-app-milter-limit@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=App-Milter-Limit

AUTHOR

Michael Schout <mschout@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Michael Schout.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.