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

/freebsd-11-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c829 volatile bool tempfail = false; local
988 "ERROR: srv_features=tempfail, relay=%.100s, access temporarily disabled",
1201 tempfail = true;
1209 tempfail = true;
1271 tempfail = true;
1292 /*tempfail = true;*/
1318 tempfail = true;
1328 tempfail = true;
1990 if (tempfail)
2167 if (tempfail)
[all...]
H A Dudb.c1070 goto tempfail;
1147 tempfail:
H A Dusersmtp.c941 goto tempfail;
986 goto tempfail;
997 goto tempfail;
1002 tempfail:
2037 ** it's a tempfail and we use mci_errno
2341 ** it's a tempfail and we use mci_errno
2463 ** it's a tempfail and we use mci_errno
2565 ** it's a tempfail and we use mci_errno
3004 ** it's a tempfail and we use mci_errno
H A Dparseaddr.c1862 sm_dprintf("map_lookup(%s, %s) tempfail: errno=%d\n",
1890 sm_dprintf("map_lookup tempfail: returning \"%s\"\n",
1962 { "tempfail", EX_TEMPFAIL },
1975 bool tempfail = false; local
2016 if (ExitStat == EX_TEMPFAIL || tempfail)
2115 tempfail = true;
2880 sm_dprintf("maplocaluser: rewrite tempfail\n");
H A Dmap.c7073 bool tempfail = false; local
7103 tempfail = true;
7108 if (tempfail)

Completed in 97 milliseconds