|
|
| |
opendmarc-params(8) |
FreeBSD System Manager's Manual |
opendmarc-params(8) |
opendmarc-params - OpenDMARC reporting parameters setup tool
opendmarc-params [options] domain
opendmarc-params records a specific reporting address for aggregate
reports about the named domain and flags it as "locked" in
the reporting requests database. This is done to allow an administrator to
force generation of reports and have them sent to a specific address
regardless of what data may (or may not) be found in the DNS for the named
domain.
- --dbhost=host
- Attempts to connect to the database server on the named host. The
default is "localhost".
- --dbname=name
- Requests a connection to the database called name. The default is
"opendmarc".
- --dbpasswd=password
- Attempts to authenticate to the database server using the specified
password. The default is "opendmarc".
- --dbport=port
- Tries to connect to the database at the specified TCP port. The
default is 3306.
- --dbuser=user
- Attempts to authenticate to the database server as the specified
user. The default is "opendmarc".
- --help
- Prints a usage message and exits.
- --rua=string
- Sets the reporting URI for the named domain to the specified
string.
- --unlock
- Unlocks the record for the named domain.
- --verbose
- Requests verbose output.
- --version
- Prints version number and exits.
This man page covers the version of opendmarc-params that shipped with
version 1.4.2 of OpenDMARC.
Copyright (c) 2012, The Trusted Domain Project. All rights reserved.
opendmarc(8), opendmarc-import(8), opendmarc-reports(8)
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |