소스 검색

Adding connection setup between Postfix and Dovecot

merge-requests/1/merge
Christoph Haas 10 년 전
부모
커밋
4e53443985
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      roles/ispmail-postfix/tasks/main.yml

+ 10
- 0
roles/ispmail-postfix/tasks/main.yml 파일 보기

@@ -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


불러오는 중...
취소
저장