mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: smtps not an IANA port - from #447
This commit is contained in:
parent
fe9e077acf
commit
3f4d179612
1 changed files with 2 additions and 2 deletions
|
|
@ -482,14 +482,14 @@ logpath = /var/log/mail.log
|
|||
# but can be set by syslog_facility in the dovecot configuration.
|
||||
[dovecot]
|
||||
|
||||
port = pop3,pop3s,imap,imaps,submission,smtps,sieve
|
||||
port = pop3,pop3s,imap,imaps,submission,465,sieve
|
||||
logpath = /var/log/mail.log
|
||||
|
||||
|
||||
[dovecot-auth]
|
||||
|
||||
filter = dovecot
|
||||
port = pop3,pop3s,imap,imaps,submission,smtps,sieve
|
||||
port = pop3,pop3s,imap,imaps,submission,465,sieve
|
||||
logpath = /var/log/secure
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue