Explorar el Código

Adding connection setup between Postfix and Dovecot

merge-requests/1/merge
Christoph Haas hace 10 años
padre
commit
4e53443985
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. +10
    -0
      roles/ispmail-postfix/tasks/main.yml

+ 10
- 0
roles/ispmail-postfix/tasks/main.yml Ver fichero

@@ -30,3 +30,13 @@
- virtual-mailbox-maps
- virtual-alias-maps

- name: Define dovecot service in master.cf
shell: postconf -vM dovecot/unix='dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -d ${recipient}'
notify: restart postfix

- name: Set virtual_transport to dovecot
shell: postconf virtual_transport=dovecot

- name: Restricting delivery to Dovecot to one email at a time
shell: postconf dovecot_destination_recipient_limit=1


Cargando…
Cancelar
Guardar