This commit is contained in:
parent
dc2f262fa2
commit
ad5c9f8bd7
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user