mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-04-02 05:44:33 +05:00
Merge branch 'remove-host' into 'master'
Simplify DNS instructions See merge request simple-nixos-mailserver/nixos-mailserver!352
This commit is contained in:
commit
1a154a8b2a
@ -144,7 +144,7 @@ You can check this with
|
||||
|
||||
::
|
||||
|
||||
$ nix-shell -p bind --command "host -t mx example.com"
|
||||
$ host -t mx example.com
|
||||
example.com mail is handled by 10 mail.example.com.
|
||||
|
||||
Note that it can take a while until a DNS entry is propagated.
|
||||
@ -165,7 +165,7 @@ You can check this with
|
||||
|
||||
::
|
||||
|
||||
$ nix-shell -p bind --command "host -t TXT example.com"
|
||||
$ host -t TXT example.com
|
||||
example.com descriptive text "v=spf1 a:mail.example.com -all"
|
||||
|
||||
Note that it can take a while until a DNS entry is propagated.
|
||||
@ -197,7 +197,7 @@ You can check this with
|
||||
|
||||
::
|
||||
|
||||
$ nix-shell -p bind --command "host -t txt mail._domainkey.example.com"
|
||||
$ host -t txt mail._domainkey.example.com
|
||||
mail._domainkey.example.com descriptive text "v=DKIM1;p=<really-long-key>"
|
||||
|
||||
Note that it can take a while until a DNS entry is propagated.
|
||||
@ -217,7 +217,7 @@ You can check this with
|
||||
|
||||
::
|
||||
|
||||
$ nix-shell -p bind --command "host -t TXT _dmarc.example.com"
|
||||
$ host -t TXT _dmarc.example.com
|
||||
_dmarc.example.com descriptive text "v=DMARC1; p=none"
|
||||
|
||||
Note that it can take a while until a DNS entry is propagated.
|
||||
|
Loading…
x
Reference in New Issue
Block a user