# Private log file from Postfix to read and truncate. Configured in
# /etc/rsyslog.d/prometheus-postfix-exporter.conf
POSTFIXLOGFILE=/var/lib/prometheus/postfix-exporter/mail.log

# Extra arguments for the daemon.
ARGS=''

# prometheus-postfix-exporter supports the following options:
#
#  --docker.container.id="postfix"
#    ID/name of the Postfix Docker container.
#  --docker.enable
#    Read from Docker logs. Environment variable DOCKER_HOST can be used to
#    change the address.
#  --log.unsupported
#    Log all unsupported lines.
#  --postfix.logfile_path="/var/lib/prometheus/postfix-exporter/mail.log"
#    Path where Postfix writes log entries.
#  --postfix.showq_path="/var/spool/postfix/public/showq"
#    Path at which Postfix places its showq socket.
#  --systemd.enable
#    Read from the systemd journal instead of log.
#  --systemd.journal_path=""
#    Path to the systemd journal
#  --systemd.slice=""
#    Name of the Postfix systemd slice. Overrides the systemd unit.
#  --systemd.unit="postfix@-.service"
#    Name of the Postfix systemd unit.
#  --web.listen-address=":9154"
#    Address to listen on for web interface and telemetry.
#  --web.telemetry-path="/metrics"
#    Path under which to expose metrics.
