1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-26 10:46:06 +02:00

dovecot: Disable POP3

No one uses it and less to worry about.

Fix #205
This commit is contained in:
Kristian Klausen 2021-07-16 19:43:33 +02:00
parent 75830fd6f2
commit cf9c92fd34
No known key found for this signature in database
GPG Key ID: E2BE346E410366C3
2 changed files with 1 additions and 8 deletions

View File

@ -47,7 +47,6 @@
- name: open firewall holes
ansible.posix.firewalld: service={{ item }} permanent=true state=enabled immediate=yes
with_items:
- pop3s
- imaps
- managesieve
when: configure_firewall

View File

@ -51,7 +51,7 @@ plugin {
zlib_save_level = 6
zlib_save = gz
}
protocols = imap pop3 sieve lmtp
protocols = imap sieve lmtp
service auth {
unix_listener auth-client {
group = postfix
@ -69,12 +69,6 @@ service imap-login {
process_min_avail = 5
}
service pop3-login {
# don't listen for plain pop3
inet_listener pop3 {
port = 0
}
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix