Skip to content

Commit

Permalink
add undeliverable exceptions to postgrey whitelist clients
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed Aug 27, 2024
1 parent 9571d0d commit a053997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/mail/postfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
state: present
backup: yes
create: yes
loop: "{{ postgrey_whitelist_clients }}"
loop: "{{ (postgrey_whitelist_clients + undeliverable_exceptions | default([])) | unique }}"
notify: Restart postgrey
- name: Set POSTGREY_DELAY to 1
ansible.builtin.lineinfile:
Expand Down

0 comments on commit a053997

Please sign in to comment.