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

/osnet-11/usr/src/cmd/sendmail/src/
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 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.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 Dmap.c6593 bool tempfail = false; local
6623 tempfail = true;
6628 if (tempfail)

Completed in 77 milliseconds