config.check: If true validate the config file and then exit.
collector: Collector type to scrape metrics with. file or journald.
postfix.instance: Postfix instance name. postfix by default.
file.log: Path to a file containing Postfix logs. Example: /var/log/mail.log.
journald.path: Path where a systemd journal residing in. A local journal is being used by default.
journald.unit: Postfix systemd service name. postfix@-.service by default.
web.listen-address: Address to listen on for web interface and telemetry.
web.telemetry-path: Path under which to expose metrics.
log.level: Logging level. info by default.
log.format: Set the log target and format. Example: logger:syslog?appname=bob&local=7
or logger:stdout?json=true.
TLS and basic authentication
The postfix_exporter supports TLS and basic authentication.
To use TLS and/or basic authentication, you need to pass a configuration file
using the --web.config.file parameter. The format of the file is described
in the exporter-toolkit repository.