Searched refs:FallbackSmartHost (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h2345 EXTERN char *FallbackSmartHost; /* fall back smart host */ variable
H A Ddeliver.c1181 ** SHOULD_TRY_FBSH -- Should try FallbackSmartHost?
1186 ** hostbuf -- buffer for hostname (expand FallbackSmartHost) (out)
1191 ** true iff FallbackSmartHost should be tried.
1206 ** and a FallbackSmartHost is defined (and we have not yet
1211 FallbackSmartHost != NULL && !*tried_fallbacksmarthost)
1214 expand(FallbackSmartHost, hostbuf, hbsz, e);
1218 sm_dprintf("one last try with FallbackSmartHost %s\n",
2103 /* Try FallbackSmartHost? */
2195 /* Try FallbackSmartHost? */
H A Dreadcf.c2216 { "FallbackSmartHost", O_FALLBACKSMARTHOST, OI_NONE },
3931 FallbackSmartHost = newstr(val);

Completed in 96 milliseconds