Am 20.12.24 um 15:58 schrieb tobias.niethammer--- via dovecot:
I tried to setup dovecot 2.3.21.1 (d492236fa0) (dovecot-pigeonhole-0.5.21.1) 
with the sieve vacation function.
I'm getting here a bit into trouble. if I sent an e-mail to an receipient 
dovecot does via dma and the local mailserver an mail reply but the mail does 
only have the header inside. After a bit research my conclusion is that the 
reply mail which gets generated has line endings CR LF. I have to remove this 
manualy and set it to \LF to get the mail correcly transfered.

Something is broken with your setup outside of Dovecot then.

RFC5321 2.3.8 Lines:
   Lines consist of zero or more data characters terminated by the
   sequence ASCII character "CR" (hex value 0D) followed immediately by
   ASCII character "LF" (hex value 0A).  This termination sequence is
   denoted as <CRLF> in this document.  Conforming implementations MUST
   NOT recognize or generate any other character or character sequence
   as a line terminator.

So Dovecot does what is correct, it terminates lines with CRLF.

_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to