File: opendmarc-params.8.in

package info (click to toggle)
opendmarc 1.3.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,480 kB
  • ctags: 913
  • sloc: xml: 19,673; ansic: 12,748; sh: 10,976; perl: 2,060; makefile: 194; python: 58
file content (71 lines) | stat: -rw-r--r-- 1,724 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.TH opendmarc-params 8 "The Trusted Domain Project"
.SH NAME
.B opendmarc-params
\- OpenDMARC reporting parameters setup tool
.SH SYNOPSIS
.B opendmarc-params
[options] domain
.SH DESCRIPTION
.B opendmarc-params
records a specific reporting address for aggregate reports about the named
.I 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.
.SH OPTIONS
.TP
.I --dbhost=host
Attempts to connect to the database server on the named
.I host.
The default is "localhost".
.TP
.I --dbname=name
Requests a connection to the database called
.I name.
The default is "opendmarc".
.TP
.I --dbpasswd=password
Attempts to authenticate to the database server using the specified
.I password.
The default is "opendmarc".
.TP
.I --dbport=port
Tries to connect to the database at the specified TCP
.I port.
The default is 3306.
.TP
.I --dbuser=user
Attempts to authenticate to the database server as the specified
.I user.
The default is "opendmarc".
.TP
.I --help
Prints a usage message and exits.
.TP
.I --rua=string
Sets the reporting URI for the named
.I domain
to the specified
.I string.
.TP
.I --unlock
Unlocks the record for the named
.I domain.
.TP
.I --verbose
Requests verbose output.
.TP
.I --version
Prints version number and exits.
.SH VERSION
This man page covers the version of
.I opendmarc-params
that shipped with version @VERSION@ of
.I OpenDMARC.
.SH COPYRIGHT
Copyright (c) 2012, The Trusted Domain Project.  All rights reserved.
.SH SEE ALSO
.I opendmarc(8),
.I opendmarc-import(8),
.I opendmarc-reports(8)