Browse Source

fix dovecot config

mail
Andrea Cimbalo 8 years ago
parent
commit
d73e82dd62
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      roles/postfix/tasks/main.yaml

+ 5
- 1
roles/postfix/tasks/main.yaml View File

@ -98,7 +98,11 @@
- lineinfile: dest=/etc/dovecot/conf.d/10-auth.conf line="!include auth-ldap.conf.ext" state=present
notify: restart_dovecot
- lineinfile: dest=/etc/dovecot/conf.d/10-auth.conf line="auth_default_realm = {{ fqdn_domain }}"
- lineinfile: dest=/etc/dovecot/conf.d/10-auth.conf line="auth_default_realm = {{ fqdn_domain }}\n"
notify: restart_dovecot
- lineinfile: dest=/etc/dovecot/conf.d/10-auth.conf line="auth_mechanisms = login plain"
notify: restart_dovecot
- template: src=dovecot-ldap.conf.ext.j2 dest=/etc/dovecot/dovecot-ldap.conf.ext
notify: restart_dovecot


Loading…
Cancel
Save