diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-03 00:20:58 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 11:35:07 +0800 |
commit | 815ca6c58cf9c1e7469ff1bc9659aca426ac293e (patch) | |
tree | 80e08030b30fdac3d1031679e08d2c4f78a9a4a7 /host_vars/vultr | |
parent | e3e2ee76b6df3f16f8aac92914c07a38170953e8 (diff) | |
download | ansible-dfly-vps-815ca6c58cf9c1e7469ff1bc9659aca426ac293e.tar.bz2 |
dns/zones: add zone aaronly.me; update zone liwt.net with mail records
Diffstat (limited to 'host_vars/vultr')
-rw-r--r-- | host_vars/vultr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/host_vars/vultr b/host_vars/vultr index 154ffac..0407938 100644 --- a/host_vars/vultr +++ b/host_vars/vultr @@ -1,3 +1,4 @@ +# -*- mode: yaml; -*- --- ansible_ssh_host: vultr.liwt.net ansible_ssh_port: 8864 @@ -42,6 +43,29 @@ nameservers: - ns1.1984.is - ns2.1984.is +mail: + domains: + - liwt.net + - aaronly.me + dkim: + selector: mail + bits: 2048 + port: 8901 + dmarc: + p: none # policy for the domain + sp: none # policy for subdomains of this domain + aspf: r # alignment mode for SPF (r: relaxed; s: strict) + pct: 100 # percent of messages subjected to filtering + # reporting URI of aggregate reports + # Free DMARC weekly digests by https://dmarc.postmarkapp.com/ + rua: + liwt.net: ??? + aaronly.me: re+f6lpmirefcg@dmarc.postmarkapp.com + # To avoid trashing by GMail + google-site-verification: + liwt.net: ??? + aaronly.me: rSh99lenrfS-HnzvEahEDYTj9UvoKeX4NdWmDzD-pxo + shadowsocks: port: 8989 password: "???" |