summaryrefslogtreecommitdiff
path: root/man/dnsfq.8
blob: 4773fcbcc92912a1e06cd63ef468d929dc639410 (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
.TH s/qmail: dnsfq 8
.SH NAME
dnsfq
.SH SYNOPSIS
.B dnsfq 
.I fqdn
.SH DESCRIPTION
.B fqdns
takes the given
.I fqdn
for a host and employs a 
.I CNAME 
DNS lookup while finally retrieving the
.I AAAA
and
.I A 
record following the chain of potential alias names. 
On output, the entire chain of nested DNS information 
is displayed together with the retrieved IP(v4|v6) 
addresses.
.SH "EXIT CODES"
.B dnsfq
returns
.I 0
on success,
.I 1
if DNS query errors did occure, and
.I 111
in case of memory errors.
.SH "SEE ALSO"
dnscname(8),
dnsmxip(8),
dnsptr(8),
dnstxt(8).