mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
setup-guide: Improve commands/outputs
This commit is contained in:
parent
4818b57a92
commit
eba19686fb
@ -118,6 +118,11 @@ test if your setting is correct by
|
||||
::
|
||||
|
||||
ping <server-FQDN>
|
||||
|
||||
Expected output:
|
||||
|
||||
::
|
||||
|
||||
64 bytes from <server-FQDN> (<server-IP>): icmp_seq=1 ttl=46 time=21.3 ms
|
||||
...
|
||||
|
||||
@ -135,7 +140,12 @@ You can test if your setting is correct by
|
||||
::
|
||||
|
||||
host <server-IP>
|
||||
<server-IP>.in-addr.arpa domain name pointer <server-FQDN>.
|
||||
|
||||
Expected output:
|
||||
|
||||
::
|
||||
|
||||
<server-IP-octets-reversed>.in-addr.arpa domain name pointer <server-FQDN>.
|
||||
|
||||
Note that it can take a while until a DNS entry is propagated.
|
||||
|
||||
@ -157,6 +167,10 @@ You can test this via
|
||||
|
||||
dig -t MX <domain>
|
||||
|
||||
Expected output:
|
||||
|
||||
::
|
||||
|
||||
...
|
||||
;; ANSWER SECTION:
|
||||
<domain> 10800 IN MX 10 <server-FQDN>
|
||||
|
Loading…
Reference in New Issue
Block a user