• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H11-Sep-2008-107

lib/Parse/Syslog/H11-Sep-2008-36095

t/H03-May-2022-338259

Build.PLH A D11-Sep-2008674 2623

ChangesH A D11-Sep-20083.5 KiB8364

MANIFESTH A D11-Sep-2008411 2827

META.ymlH A D11-Sep-2008513 2423

Makefile.PLH A D11-Sep-2008705 2318

READMEH A D11-Sep-2008860 3823

README

1NAME
2
3    Parse::Syslog::Mail - Parse mailer logs from syslog
4
5
6DESCRIPTION
7
8   This module offers a simple interface to gather mail information
9   from a syslog file. It uses Parse::Syslog for reading the syslog,
10   and offer the same simple interface. Currently supported log
11   formats are: Sendmail, Postfix, Qmail.
12
13
14INSTALLATION
15
16    To install this module, run the following commands:
17
18        perl Makefile.PL
19        make
20        make test
21        make install
22
23    Alternatively, to install with Module::Build, you can use the
24    following commands:
25
26        perl Build.PL
27        ./Build
28        ./Build test
29        ./Build install
30
31
32COPYRIGHT AND LICENCE
33
34    Copyright (C) 2005, 2006, 2007, 2008 S�bastien Aperghis-Tramoni
35
36    This library is free software; you can redistribute it and/or modify
37    it under the same terms as Perl itself.
38