1opendmarc-import(8) System Manager's Manual opendmarc-import(8)
2
3
4
6 opendmarc-import - OpenDMARC aggregate report data import tool
7
9 opendmarc-import [options]
10
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
16 Records are read from standard input.
17
19 --dbhost=hostname
20 Specifies the hostname on which the SQL server is running.
21 Defaults to the value of the environment variable OPEND‐
22 MARC_DBHOST, or "localhost" if the environment variable is not
23 set.
24
25 --dbname=name
26 Specifies the SQL database name to be accessed. Defaults to the
27 value of the environment variable OPENDMARC_DB, or "opendmarc"
28 if the environment variable is not set.
29
30 --dbpasswd=password
31 Specifies the password for the SQL database to be accessed.
32 Defaults to the value of the environment variable OPEND‐
33 MARC_PASSWORD, or "opendmarc" if the environment variable is not
34 set.
35
36 --dbport=port
37 Specifies the TCP port on which the SQL server is expected to be
38 listening. Defaults to the value of the environment variable
39 OPENDMARC_PORT, or 3306 if the environment variable is not set.
40
41 --dbuser=user
42 Specifies the SQL user to be used to access the database.
43 Defaults to the value of the environment variable OPEND‐
44 MARC_USER, or "opendmarc" if the environment variable is not
45 set.
46
47 --help Prints a help message and terminates.
48
49 --verbose
50 Increase the amount of verbosity written to standard output.
51
52 --version
53 Print version number and exit.
54
56 This man page covers the version of opendmarc-import that shipped with
57 version 1.3.2 of OpenDMARC.
58
60 Copyright (c) 2012, The Trusted Domain Project. All rights reserved.
61
63 opendmarc(8), opendmarc.conf(5) opendmarc-reports(8)
64
65
66
67 The Trusted Domain Project opendmarc-import(8)