File: opendmarc-importstats.8

package info (click to toggle)
opendmarc 1.3.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,480 kB
  • ctags: 913
  • sloc: xml: 19,673; ansic: 12,748; sh: 10,976; perl: 2,060; makefile: 194; python: 58
file content (33 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (2)
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
.TH opendmarc-importstats 8 "The Trusted Domain Project"
.SH NAME
.B opendmarc-importstats
\- import OpenDMARC statistics/history data 
.SH SYNOPSIS
.B opendmarc-importstats
.SH DESCRIPTION
.B opendmarc-importstats
is a fairly trivial shell script, typically executed by
.I cron(8),
that rotates an OpenDMARC statistics/history data file to a unique filename
and then attempts to import it to a local database for later processing by
executing
.I opendmarc-import(8).
On successful import, the unique file is removed; on failure, the script
executes
.I ls(1)
on the file and exits without removing the unique file.  The intent of this
last step is to cause
.I cron
to generate a message to a responsible party so that the failure will be
investigated.
.SH VERSION
This man page covers the version of
.I opendmarc-importstats
that shipped with version 1.3.0 of
.I OpenDMARC.
.SH COPYRIGHT
Copyright (c) 2013, The Trusted Domain Project.  All rights reserved.
.SH SEE ALSO
.I cron(8),
.I opendmarc(8),
.I opendmarc-import(8)