firedns.h: always make ipv6 members available in state struct
[rofl0r-firedns.git] / man / fdnsmxlist.1
blobe57fc893ce604369cd6045f748e38115664f41fb
1 .\" (C) 2004 Ian Gulliver
2 .TH fdnsmxlist 1 2004-02-12
3 .SH NAME
4 fdnsmxlist \- resolve a list of MX records for hostname
5 .SH SYNOPSIS
6 .BI "fdnsmxlist " <hostname>
7 .SH DESCRIPTION
8 fdnsmxlist will attempt to look up a list of MX records for
9 .IR hostname .
10 If any are found, they are printed to standard output seperated by newlines in the format:
12 .IR " Protocol " ( Priority ) " hostname" : port
14 and the program exits with return code 0.  If not, nothing is printed and the program exits
15 with return code 1.
16 .SH AUTHOR
17 Ian Gulliver <ian@penguinhosting.net>
18 .SH SEE ALSO
19 .BR libfiredns (3)