베어 라인 피드를 허용하도록 sendmail을 구성할 수 있습니까?

베어 라인 피드를 허용하도록 sendmail을 구성할 수 있습니까?

센드메일 8.14.4 / 센토스 5.x

나는 sendmail 8.14.4를 실행하는 오래된 릴레이를 가지고 있으며 때때로 우리 조직은 sendmail에 의해 거부되는 베어 라인 피드가 포함된 이메일을 받을 것입니다.

나는 메시지가 RFC 5321 섹션 4.1.1.4를 위반했기 때문에 sendmail이 이 작업을 수행하고 있음을 이해합니다.

   The custom of accepting lines ending only in LF, as a concession to
   non-conforming behavior on the part of some UNIX systems, has proven
   to cause more interoperability problems than it solves, and SMTP
   server systems MUST NOT do this, even in the name of improved
   robustness.  In particular, the sequence "LF.LF" (bare line
   feeds, without carriage returns) MUST NOT be treated as equivalent to
   CRLF.CRLF as the end of mail data indication.

그러나 내 경영진은 다른 작업을 수행할 수 있는지 확인하고 싶어하며 Microsoft와 같은 다른 공급업체에서 이를 허용할 수 있는 옵션이 있다는 것을 확인했습니다(예: 언급한 대로 부울 값이 Set-ReceiveConnector있는 cmdlet).-BareLinefeedRejectionEnabled여기.

sendmail에도 비슷한 옵션이 있나요? 아니면 하드코딩된 입장/거부인가요?

관련 정보