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

/illumos-gate/usr/src/cmd/sendmail/src/
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 Dudb.c1066 goto tempfail;
1143 tempfail:
H A Dusersmtp.c918 goto tempfail;
963 goto tempfail;
974 goto tempfail;
979 tempfail:
2014 ** it's a tempfail and we use mci_errno
2297 ** it's a tempfail and we use mci_errno
2419 ** it's a tempfail and we use mci_errno
2521 ** it's a tempfail and we use mci_errno
2960 ** it's a tempfail and we use mci_errno
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 Dmap.c6598 bool tempfail = false; local
6628 tempfail = true;
6633 if (tempfail)

Completed in 84 milliseconds