
enviar correo 8.14.4 / centos 5.x
Tengo un repetidor antiguo que ejecuta sendmail 8.14.4 y ocasionalmente nuestra organización recibe correos electrónicos con líneas simples que son rechazadas por sendmail.
Entiendo que sendmail está haciendo esto porque el mensaje infringe la sección 4.1.1.4 del RFC 5321 que establece:
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.
Sin embargo, mi gerencia quiere ver si se puede hacer algo más y he notado que otros proveedores como Microsoft tienen opciones para permitirlo (por ejemplo, el Set-ReceiveConnector
cmdlet con -BareLinefeedRejectionEnabled
valor booleano como se indicaaquí.
¿Sendmail tiene una opción similar? ¿O es una postura/rechazo codificado?