.TH opendkim-genstats 8 "The Trusted Domain Project" .SH NAME .B opendkim-genstats \- OpenDKIM statistics report generation tool .SH SYNOPSIS .B opendkim-genstats [options] .SH DESCRIPTION .B opendkim-genstats collates data accumulated by the OpenDKIM statistics feature into an HTML report. .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 "opendkim". .TP .I --dbpasswd=password Attempts to authenticate to the database server using the specified .I password. The default is "opendkim". .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 "opendkim". .TP .I --help Prints a usage message and exits. .TP .I --output=file Writes an HTML report to the specified .I file. .TP .I --verbose Requests verbose output. .TP .I --version Prints version number and exits. .SH VERSION This man page covers the version of .I opendkim-genstats that shipped with version 2.11.0 of .I OpenDKIM. .SH COPYRIGHT Copyright (c) 2011, 2012, The Trusted Domain Project. All rights reserved. .SH SEE ALSO .I opendkim(8), .I opendkim-importstats(8) .P RFC6376 - DomainKeys Identified Mail