/usr/share/perl5/Mail/MtPolicyd/Cookbook.pod is in mtpolicyd 2.02-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | # PODNAME: Mail::MtPolicyd::Cookbook
# ABSTRACT: How to cook with mtpolicyd
__END__
=pod
=encoding UTF-8
=head1 NAME
Mail::MtPolicyd::Cookbook - How to cook with mtpolicyd
=head1 VERSION
version 2.02
=head1 DESCRIPTION
The mtpolicyd cookbook is a series of guides for learning mtpolicyd.
=head1 RECIPES
=head2 BASICS
=over
=item L<Mail::MtPolicyd::Cookbook::Installation>
How to do a basic installation of mtpolicyd in postfix.
=item L<Mail::MtPolicyd::Cookbook::DefaultConfig>
Explains the default configuration that mtpolicyd comes with.
=back
=head2 PLUGIN DEVELOPMENT
=over
=item L<Mail::MtPolicyd::Cookbook::BasicPlugin>
How to write your own mtpolicyd plugin.
=item L<Mail::MtPolicyd::Cookbook::ExtendedPlugin>
This receipt shows how to achieve tasks like scoring, per user configuration, SQL database queries, caching.
=back
=head1 AUTHOR
Markus Benning <ich@markusbenning.de>
=head1 COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
=cut
|