dns_get_mx_list
int dns_get_mx_list(const char *, int, struct mx_hostentry **, int);
err = dns_get_mx_list(argv[1], 53, &he, 0);
error = dns_get_mx_list(host, port, &hosts, smarthost);