Searched defs:tempfail (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1848 sm_dprintf("map_lookup(%s, %s) tempfail: errno=%d\n",
1876 sm_dprintf("map_lookup tempfail: returning \"%s\"\n",
1948 { "tempfail", EX_TEMPFAIL },
1961 bool tempfail = false; local
2002 if (ExitStat == EX_TEMPFAIL || tempfail)
2101 tempfail = true;
2842 sm_dprintf("maplocaluser: rewrite tempfail\n");
H A Dsrvrsmtp.c571 volatile bool tempfail = false; local
721 "ERROR: srv_features=tempfail, relay=%.100s, access temporarily disabled",
948 tempfail = true;
956 tempfail = true;
999 tempfail = true;
1009 tempfail = true;
1642 if (tempfail)
1829 if (tempfail)
2158 tempfail = true;
2182 tempfail
[all...]
H A Dmap.c6598 bool tempfail = false; local
6628 tempfail = true;
6633 if (tempfail)

Completed in 80 milliseconds