updated dovecot state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-08-04 21:32:04 +02:00
parent dc2f262fa2
commit ad5c9f8bd7
2 changed files with 10 additions and 4 deletions

View File

@ -5,6 +5,12 @@ dovecot-imap-user:
- name: {{ dovecot.imap_user }}
- uid: {{ dovecot.imap_user_id }}
dovecot-log-dir:
file.directory:
- name: /var/log/dovecot
- user: dovecot
- group: dovecot
{%- for name, config in dovecot.config.main.items() %}
dovecot-config-main-{{ name }}:
file.managed:

View File

@ -111,8 +111,8 @@ dovecot:
postmaster_address: postmaster@example.com
hostname: host.example.com
auth_socket_path: /var/run/dovecot/auth-master
log_path: /var/log/dovecot-lda-errors.log
info_log_path: /var/log/dovecot-lda.log
log_path: /var/log/dovecot/dovecot-lda-errors.log
info_log_path: /var/log/dovecot/dovecot-lda.log
15-mailboxes.conf:
namespace inbox:
mailbox Drafts:
@ -132,8 +132,8 @@ dovecot:
protocol lmtp:
postmaster_address: postmaster@example.com
mail_plugins: $mail_plugins sieve quota
log_path: /var/log/dovecot-lmtp-errors.log
info_log_path: /var/log/dovecot-lmtp.log
log_path: /var/log/dovecot/dovecot-lmtp-errors.log
info_log_path: /var/log/dovecot/dovecot-lmtp.log
20-submission:
protocol submission: {}
90-imapsieve.conf: