Searched refs:tempfail (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/sendmail/src/
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 Dudb.c1064 goto tempfail;
1141 tempfail:
H A Dusersmtp.c926 goto tempfail;
971 goto tempfail;
982 goto tempfail;
987 tempfail:
2020 ** it's a tempfail and we use mci_errno
2303 ** it's a tempfail and we use mci_errno
2425 ** it's a tempfail and we use mci_errno
2527 ** it's a tempfail and we use mci_errno
2965 ** it's a tempfail and we use mci_errno
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 Dmap.c6596 bool tempfail = false; local
6626 tempfail = true;
6631 if (tempfail)

Completed in 139 milliseconds