1opendmarc-import(8)         System Manager's Manual        opendmarc-import(8)
2
3
4

NAME

6       opendmarc-import - OpenDMARC aggregate report data import tool
7

SYNOPSIS

9       opendmarc-import [options]
10

DESCRIPTION

12       opendmarc-import  reads  per-message  data  recorded  by an instance of
13       opendmarc(8) and inserts it into an SQL  database,  for  later  use  by
14       opendmarc-reports(8) to generate aggregate reports.
15

OPTIONS

17       --dbhost=hostname
18              Specifies  the hostname on which the SQL server is running.  De‐
19              faults to the value of the  environment  variable  OPENDMARC_DB‐
20              HOST, or "localhost" if the environment variable is not set.
21
22       --dbname=name
23              Specifies the SQL database name to be accessed.  Defaults to the
24              value of the environment variable OPENDMARC_DB,  or  "opendmarc"
25              if the environment variable is not set.
26
27       --dbpasswd=password
28              Specifies the password for the SQL database to be accessed.  De‐
29              faults to the value of the environment variable  OPENDMARC_PASS‐
30              WORD, or "opendmarc" if the environment variable is not set.
31
32       --dbport=port
33              Specifies the TCP port on which the SQL server is expected to be
34              listening.  Defaults to the value of  the  environment  variable
35              OPENDMARC_PORT, or 3306 if the environment variable is not set.
36
37       --dbuser=user
38              Specifies  the  SQL user to be used to access the database.  De‐
39              faults to the value of the environment variable  OPENDMARC_USER,
40              or "opendmarc" if the environment variable is not set.
41
42       --help Prints a help message and terminates.
43
44       --input=file
45              Reads  from  the  named file instead of from standard input (the
46              default).
47
48       --verbose
49              Increase the amount of verbosity written to standard output.
50
51       --version
52              Print version number and exit.
53

VERSION

55       This man page covers the version of opendmarc-import that shipped  with
56       version 1.4.1 of OpenDMARC.
57
59       Copyright (c) 2012, The Trusted Domain Project.  All rights reserved.
60

SEE ALSO

62       opendmarc(8), opendmarc.conf(5) opendmarc-reports(8)
63
64
65
66                          The Trusted Domain Project       opendmarc-import(8)
Impressum