Home
last modified time | relevance | path

Searched refs:AllowBogusHELO (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c2617 if (*p == '\0' && !AllowBogusHELO)
2647 ok = AllowBogusHELO;
2666 else if (!AllowBogusHELO)
H A Dsendmail.h2501 EXTERN bool AllowBogusHELO; /* allow syntax errors on HELO command */ variable
H A Dreadcf.c4106 AllowBogusHELO = atobool(val);
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf417 #O AllowBogusHELO=False
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4567 _OPTION(AllowBogusHELO, `confALLOW_BOGUS_HELO', `False')
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES2447 If AllowBogusHELO is set to false (default) then also complain if
6467 setting SingleLineFromHeader, AllowBogusHELO, and
6764 If the AllowBogusHELO option were set and an EHLO with a bad or
7253 If AllowBogusHELO and PrivacyOptions=needmailhelo are both set, a
7707 Add AllowBogusHELO option; if set, sendmail will allow HELO commands
/freebsd/contrib/sendmail/cf/
H A DREADME4201 confALLOW_BOGUS_HELO AllowBogusHELO [False] Allow HELO SMTP command that