You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/roles/postfix/defaults/main.yml

10 lines
257 B
YAML

---
postfix__destination_concurrency_limit: 50
postfix__destination_rate_delay: 3s
postfix__destination_recipient_limit: 50
postfix__recipient_delimiter: +
postfix__virtual_aliases: {}
postfix__virtual_mailbox_domains: []
postfix__virtual_mailboxes: {}
...