dovecot: Disable plain imap and pop3 protocols by default.
This commit is contained in:
parent
d5487a2474
commit
b9c744428b
1 changed files with 12 additions and 0 deletions
|
@ -19,3 +19,15 @@ plugin {
|
||||||
zlib_save = gz # or bz2
|
zlib_save = gz # or bz2
|
||||||
}
|
}
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
# disable plain text imap and pop3
|
||||||
|
service pop3-login {
|
||||||
|
inet_listener pop3 {
|
||||||
|
port = 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
service imap-login {
|
||||||
|
inet_listener imap {
|
||||||
|
port = 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue