Home
last modified time | relevance | path

Searched refs:MaxHopCount (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h2275 EXTERN int MaxHopCount; /* max # of hops until bounce */ variable
H A Ddeliver.c142 if (e->e_hopcount > MaxHopCount)
157 e->e_hopcount, MaxHopCount, e->e_from.q_paddr,
H A Dreadcf.c2709 MaxHopCount = atoi(val);
H A Dconf.c314 MaxHopCount = 25; /* option h */
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4300 _OPTION(MaxHopCount, `confMAX_HOP', `25')
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME3403 confMAX_HOP MaxHopCount [25] Maximum hop count.