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.52

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 [optional]

The directory where the database files should be stored (default: state_dir setting).

file [optional]

The database filename (default: bdb-stats.db)

mode [optional]

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

SOURCE

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

BUGS

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

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.