[nginx-http-auth]
-
+enabled = true
port = http,https
logpath = %(nginx_error_log)s
# dovecot defaults to logging to the mail syslog facility
# but can be set by syslog_facility in the dovecot configuration.
[dovecot]
-
+enabled = true
port = pop3,pop3s,imap,imaps,submission,465,sieve
logpath = %(dovecot_log)s
-backend = %(dovecot_backend)s
+backend = systemd
[sieve]
[postfix-sasl]
-
+enabled = true
filter = postfix[mode=auth]
port = smtp,465,submission,imap,imaps,pop3,pop3s
# You might consider monitoring /var/log/mail.warn instead if you are
# running postfix since it would provide the same log lines at the
# "warn" level but overall at the smaller filesize.
logpath = %(postfix_log)s
-backend = %(postfix_backend)s
+backend = systemd
[perdition]