diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/group_vars/all/nftables.yml | 2 | ||||
-rw-r--r-- | ansible/roles/dovecot/templates/dovecot.conf.j2 | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ansible/group_vars/all/nftables.yml b/ansible/group_vars/all/nftables.yml index df9c853..f45f06b 100644 --- a/ansible/group_vars/all/nftables.yml +++ b/ansible/group_vars/all/nftables.yml @@ -18,6 +18,8 @@ nftables_configuration: | set mail_accepted { type inet_service elements = { + # Mail configuration + sieve, # Mail submission smtp, smtps, diff --git a/ansible/roles/dovecot/templates/dovecot.conf.j2 b/ansible/roles/dovecot/templates/dovecot.conf.j2 index 4b2c46a..7f1807b 100644 --- a/ansible/roles/dovecot/templates/dovecot.conf.j2 +++ b/ansible/roles/dovecot/templates/dovecot.conf.j2 @@ -87,12 +87,6 @@ dict { #quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext } -# PYDIS CONFIG START - -protocols = imap lmtp - -# PYDIS CONFIG END - # Most of the actual configuration gets included below. The filenames are # first sorted by their ASCII value and parsed in that order. The 00-prefixes # in filenames are intended to make it easier to understand the ordering. |