GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
opendmarc-import(8) FreeBSD System Manager's Manual opendmarc-import(8)

opendmarc-import - OpenDMARC aggregate report data import tool

opendmarc-import [options]

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

--dbhost=hostname
Specifies the hostname on which the SQL server is running. Defaults to the value of the environment variable OPENDMARC_DBHOST, or "localhost" if the environment variable is not set.
--dbname=name
Specifies the SQL database name to be accessed. Defaults to the value of the environment variable OPENDMARC_DB, or "opendmarc" if the environment variable is not set.
--dbpasswd=password
Specifies the password for the SQL database to be accessed. Defaults to the value of the environment variable OPENDMARC_PASSWORD, or "opendmarc" if the environment variable is not set.
--dbport=port
Specifies the TCP port on which the SQL server is expected to be listening. Defaults to the value of the environment variable OPENDMARC_PORT, or 3306 if the environment variable is not set.
--dbuser=user
Specifies the SQL user to be used to access the database. Defaults to the value of the environment variable OPENDMARC_USER, or "opendmarc" if the environment variable is not set.
--help
Prints a help message and terminates.
--input=file
Reads from the named file instead of from standard input (the default).
--verbose
Increase the amount of verbosity written to standard output.
--version
Print version number and exit.

This man page covers the version of opendmarc-import that shipped with version 1.4.2 of OpenDMARC.

Copyright (c) 2012, The Trusted Domain Project. All rights reserved.

opendmarc(8), opendmarc.conf(5) opendmarc-reports(8)
The Trusted Domain Project

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.