Minor updates after latest production usage.
This commit is contained in:
parent
c0fa8bcddc
commit
941c3f3645
@ -38,7 +38,7 @@ See the [default variables](defaults/main.yml).
|
|||||||
- hosts: mail
|
- hosts: mail
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- bleetube.mail
|
- bleetube.disposable-mail
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example Deployment
|
## Example Deployment
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
See `man 5 postconf` for details.
|
See `man 5 postconf` for details.
|
||||||
|
|
||||||
6. Create another TXT record for DKIM using the contents of /etc/dkimkeys/mail.txt
|
6. (optional) Create another TXT record for DKIM using the contents of /etc/dkimkeys/mail.txt
|
||||||
|
|
||||||
* See [scripts/print-rdata.py](../scripts/print-rdata.py) for an example of how to parse mail.txt
|
* See [scripts/print-rdata.py](../scripts/print-rdata.py) for an example of how to parse mail.txt
|
||||||
* See [octodns](https://github.com/octodns/octodns-easydns) and [dnscontrol](https://dnscontrol.org/)
|
* See [octodns](https://github.com/octodns/octodns-easydns) and [dnscontrol](https://dnscontrol.org/)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
name:
|
name:
|
||||||
- opendkim
|
- opendkim
|
||||||
- opendkim-tools
|
- opendkim-tools
|
||||||
state: latest
|
state: present
|
||||||
|
|
||||||
- name: Configure OpenDKIM
|
- name: Configure OpenDKIM
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
Loading…
Reference in New Issue
Block a user