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

NAME

App::Milter::Limit::Plugin::BerkeleyDB - BerkeleyDB driver for App::Milter::Limit

VERSION

version 0.51

SYNOPSIS

 my $milter = App::Milter::Limit->instance('BerkeleyDB');

DESCRIPTION

This module implements the App::Milter::Limit backend using a BerkeleyDB data store.

CONFIGURATION

The [driver] section of the configuration file must specify the following items:

home

The directory where the database files should be stored.

file [optional]

The database filename (default bdb-stats.db)

mode [optional]

The file mode for the database files (default 0644).

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.