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

/sendmail/sendmail/
H A Dparseaddr.c1847 sm_dprintf("map_lookup(%s, %s) tempfail: errno=%d\n",
1875 sm_dprintf("map_lookup tempfail: returning \"%s\"\n",
1947 { "tempfail", EX_TEMPFAIL },
1960 bool tempfail = false; local
2001 if (ExitStat == EX_TEMPFAIL || tempfail)
2100 tempfail = true;
2849 sm_dprintf("maplocaluser: rewrite tempfail\n");
H A Dsrvrsmtp.c572 volatile bool tempfail = false; local
722 "ERROR: srv_features=tempfail, relay=%.100s, access temporarily disabled",
938 tempfail = true;
946 tempfail = true;
989 tempfail = true;
999 tempfail = true;
1632 if (tempfail)
1819 if (tempfail)
2170 tempfail = true;
2194 tempfail
[all...]
H A Dmap.c6596 bool tempfail = false; local
6626 tempfail = true;
6631 if (tempfail)

Completed in 83 milliseconds