No subject


Tue Apr 2 00:56:56 UTC 2013


  /* smtp_domain_addr - mail exchanger address lookup */
  DNS_RR *smtp_domain_addr(char *name, VSTRING *why, int *found_myself)
  {
    ...
    switch (dns_lookup(name, T_MX, 0, &mx_names, (VSTRING *) 0, why)) {
    ...
  }



More information about the bind-users mailing list