Searched refs:trymx (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | domain.c | 1249 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument 1252 bool trymx; 1283 sm_dprintf("dns_getcanonname(%s, trymx=%d)\n", host, trymx); 1452 (trymx || *dp == '\0')) 1526 if (trymx && mxmatch == NULL) 1626 if (qtype == T_A && !gotmx && (trymx || *dp == '\0'))
|
| H A D | map.c | 738 getcanonname(host, hbsize, trymx, pttl) in getcanonname() argument 741 bool trymx; 796 r = dns_getcanonname(host, hbsize, trymx, &status,
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 10282 if trymx == FALSE. 10510 Change "trymx" option in getcanonname() to ignore all MX data, 10513 with !trymx was if you already knew there were no MX
|