This commit is contained in:
parent
dc2f262fa2
commit
ad5c9f8bd7
@ -5,6 +5,12 @@ dovecot-imap-user:
|
|||||||
- name: {{ dovecot.imap_user }}
|
- name: {{ dovecot.imap_user }}
|
||||||
- uid: {{ dovecot.imap_user_id }}
|
- 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() %}
|
{%- for name, config in dovecot.config.main.items() %}
|
||||||
dovecot-config-main-{{ name }}:
|
dovecot-config-main-{{ name }}:
|
||||||
file.managed:
|
file.managed:
|
||||||
|
@ -111,8 +111,8 @@ dovecot:
|
|||||||
postmaster_address: postmaster@example.com
|
postmaster_address: postmaster@example.com
|
||||||
hostname: host.example.com
|
hostname: host.example.com
|
||||||
auth_socket_path: /var/run/dovecot/auth-master
|
auth_socket_path: /var/run/dovecot/auth-master
|
||||||
log_path: /var/log/dovecot-lda-errors.log
|
log_path: /var/log/dovecot/dovecot-lda-errors.log
|
||||||
info_log_path: /var/log/dovecot-lda.log
|
info_log_path: /var/log/dovecot/dovecot-lda.log
|
||||||
15-mailboxes.conf:
|
15-mailboxes.conf:
|
||||||
namespace inbox:
|
namespace inbox:
|
||||||
mailbox Drafts:
|
mailbox Drafts:
|
||||||
@ -132,8 +132,8 @@ dovecot:
|
|||||||
protocol lmtp:
|
protocol lmtp:
|
||||||
postmaster_address: postmaster@example.com
|
postmaster_address: postmaster@example.com
|
||||||
mail_plugins: $mail_plugins sieve quota
|
mail_plugins: $mail_plugins sieve quota
|
||||||
log_path: /var/log/dovecot-lmtp-errors.log
|
log_path: /var/log/dovecot/dovecot-lmtp-errors.log
|
||||||
info_log_path: /var/log/dovecot-lmtp.log
|
info_log_path: /var/log/dovecot/dovecot-lmtp.log
|
||||||
20-submission:
|
20-submission:
|
||||||
protocol submission: {}
|
protocol submission: {}
|
||||||
90-imapsieve.conf:
|
90-imapsieve.conf:
|
||||||
|
Loading…
Reference in New Issue
Block a user