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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1846 sm_dprintf("map_lookup(%s, %s) tempfail: errno=%d\n",
1874 sm_dprintf("map_lookup tempfail: returning \"%s\"\n",
1946 { "tempfail", EX_TEMPFAIL },
1959 bool tempfail = false; local
2000 if (ExitStat == EX_TEMPFAIL || tempfail)
2099 tempfail = true;
2840 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",
937 tempfail = true;
945 tempfail = true;
988 tempfail = true;
998 tempfail = true;
1631 if (tempfail)
1818 if (tempfail)
2162 tempfail = true;
2186 tempfail
[all...]
H A Dmap.c6593 bool tempfail = false; local
6623 tempfail = true;
6628 if (tempfail)

Completed in 51 milliseconds