add pfq (custom queue TUI)

This commit is contained in:
Ludovic Cartier
2026-01-02 16:02:55 +01:00
parent 4bec7fc93f
commit 81e7c2a04b
3 changed files with 86 additions and 0 deletions

View File

@@ -61,3 +61,10 @@
- restart postfix
when: postfix_sasl_password_map is defined
- name: postfix | copy pfq script
file:
src: pfq
dest: /usr/local/bin/pfq
owner: root
group: root
mode: 0755