ARGS=""

# Prometheus-postfix-exporter supports the following options:
#  -postfix.logfile_path string
#        Path where Postfix writes log entries. This file will be truncated by this exporter.
#        (default "/var/lib/prometheus/postfix-exporter/mail.log")
#  -postfix.showq_path string
#        Path at which Postfix places its showq socket.
#        (default "/var/spool/postfix/public/showq")
#  -systemd.enable
#        Read from the systemd journal instead of log
#  -systemd.journal_path string
#        Path to the systemd journal
#  -systemd.slice string
#        Name of the Postfix systemd slice. Overrides the systemd unit.
#  -systemd.unit string
#        Name of the Postfix systemd unit. (default "postfix@-.service")
#  -web.listen-address string
#        Address to listen on for web interface and telemetry. (default ":9154")
#  -web.telemetry-path string
#        Path under which to expose metrics. (default "/metrics")
