Skip to content

Commit a053997

Browse files
committed
add undeliverable exceptions to postgrey whitelist clients
1 parent 9571d0d commit a053997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/mail/postfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
state: present
240240
backup: yes
241241
create: yes
242-
loop: "{{ postgrey_whitelist_clients }}"
242+
loop: "{{ (postgrey_whitelist_clients + undeliverable_exceptions | default([])) | unique }}"
243243
notify: Restart postgrey
244244
- name: Set POSTGREY_DELAY to 1
245245
ansible.builtin.lineinfile:

0 commit comments

Comments
 (0)