Searched refs:trymx (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/sendmail/src/ |
| HD | domain.c | 766 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument 769 bool trymx; 794 sm_dprintf("dns_getcanonname(%s, trymx=%d)\n", host, trymx); 939 (trymx || **dp == '\0')) 1011 if (trymx && mxmatch == NULL) 1111 if (qtype == T_A && !gotmx && (trymx || **dp == '\0'))
|
| HD | map.c | 723 getcanonname(host, hbsize, trymx, pttl) in getcanonname() argument 726 bool trymx; 778 found = dns_getcanonname(host, hbsize, trymx, &status, pttl);
|
| /trueos/contrib/sendmail/ |
| HD | RELEASE_NOTES | 10005 if trymx == FALSE. 10233 Change "trymx" option in getcanonname() to ignore all MX data, 10236 with !trymx was if you already knew there were no MX
|