Browse Source

BF: add jail.conf definitions for sendmail* filters

pull/631/head
Daniel Black 11 years ago
parent
commit
fe1725c603
  1. 15
      config/jail.conf

15
config/jail.conf

@ -157,6 +157,21 @@ logpath = /var/log/daemon.log
maxretry = 6
[sendmail-auth]
enabled = false
filter = sendmail-auth
action = iptables-multiport[name=sendmail-auth, port="submission,465,smtp", protocol=tcp]
logpath = /var/log/mail.log
[sendmail-spam]
enabled = false
filter = sendmail-spam
action = iptables[name=sendmail-spam, port=smtp, protocol=tcp]
logpath = /var/log/mail.log
# This jail forces the backend to "polling".
[sasl-iptables]

Loading…
Cancel
Save