Minor updates after latest production usage.

This commit is contained in:
Brian Lee 2023-08-10 16:04:40 -07:00
parent c0fa8bcddc
commit 941c3f3645
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ See the [default variables](defaults/main.yml).
- hosts: mail
become: yes
roles:
- bleetube.mail
- bleetube.disposable-mail
```
## Example Deployment

View File

@ -25,7 +25,7 @@
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 [octodns](https://github.com/octodns/octodns-easydns) and [dnscontrol](https://dnscontrol.org/)

View File

@ -4,7 +4,7 @@
name:
- opendkim
- opendkim-tools
state: latest
state: present
- name: Configure OpenDKIM
ansible.builtin.template: