1 .\" (C) 2004 Ian Gulliver
2 .TH fdnsmxlist 1 2004-02-12
4 fdnsmxlist \- resolve a list of MX records for hostname
6 .BI "fdnsmxlist " <hostname>
8 fdnsmxlist will attempt to look up a list of MX records for
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
17 Ian Gulliver <ian@penguinhosting.net>