blob: cc3250d40221d039fef6dbb24a0671896551f58b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
.TH s/qmail: dnsmxip 8
.SH NAME
dnsmxip
.SH SYNOPSIS
.B dnsmxip
.I fqdn
.SH DESCRIPTION
.B dnsmxip
takes the given
.I fqdn
as domain name and employs a
.I MX
lookup for
.I fqdn
while evaluating for the retrieved MX host(s) the respective
.I AAAA
and
.I A
address(es).
On output, for each MX
.I host
its provided
.I weight
and the respective
.I AAAA
and
.I A
addresses (in perenthesis) are displayed on separate lines.
.SH "EXIT CODES"
.B dnsmxip
returns
.I 0
and eventually
.I 1
in case of DNS query errors.
.SH "SEE ALSO"
dnscname(8),
dnsip(8),
dnsfq(8),
dnsptr(8),
dnstxt(8).
|