Add restart message
This commit is contained in:
parent
c1e490d6b5
commit
a643caf793
|
@ -7,6 +7,8 @@ Once its done, just run from inside the directory of docker-compose.yml:
|
||||||
|
|
||||||
Now the keys are generated, you can configure your DNS server by just pasting the content of `config/opendkim/keys/domain.tld/mail.txt` in your `domain.tld.hosts` zone.
|
Now the keys are generated, you can configure your DNS server by just pasting the content of `config/opendkim/keys/domain.tld/mail.txt` in your `domain.tld.hosts` zone.
|
||||||
|
|
||||||
|
After generating DKIM keys you should restart the app.
|
||||||
|
|
||||||
```
|
```
|
||||||
; OpenDKIM
|
; OpenDKIM
|
||||||
mail._domainkey IN TXT ( "v=DKIM1; k=rsa; "
|
mail._domainkey IN TXT ( "v=DKIM1; k=rsa; "
|
||||||
|
|
Loading…
Reference in New Issue