One Hat Cyber Team
Your IP :
216.73.216.135
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
backup
/
oldserver
/
2
/
usr
/
local
/
share
/
man
/
man8
/
View File Name :
opendmarc-import.8
.TH opendmarc-import 8 "The Trusted Domain Project" .SH NAME .B opendmarc-import \- OpenDMARC aggregate report data import tool .SH SYNOPSIS .B opendmarc-import [options] .SH DESCRIPTION .B opendmarc-import reads per-message data recorded by an instance of .B opendmarc(8) and inserts it into an SQL database, for later use by .B opendmarc-reports(8) to generate aggregate reports. Records are read from standard input. .SH OPTIONS .TP .I --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. .TP .I --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. .TP .I --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. .TP .I --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. .TP .I --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. .TP .I --help Prints a help message and terminates. .TP .I --verbose Increase the amount of verbosity written to standard output. .TP .I --version Print version number and exit. .SH VERSION This man page covers the version of .I opendmarc-import that shipped with version 1.3.1 of .I OpenDMARC. .SH COPYRIGHT Copyright (c) 2012, The Trusted Domain Project. All rights reserved. .SH SEE ALSO .I opendmarc(8), .I opendmarc.conf(5) .I opendmarc-reports(8)