You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
381 B

---
# defaults file for dotqmail
dotqmail_prefix : ".qmail-"
# Set root dotqmail file to maildir by default
dotqmail_rootfile: ["./Maildir/"]
# Those must be always present according to rfc2142
# @see https://tools.ietf.org/html/rfc2142
dotqmail_default_files:
"abuse": ["{{ansible_env.USER}}"]
"hostmaster": ["{{ansible_env.USER}}"]
"postmaster": ["{{ansible_env.USER}}"]