Viljo Marrandi wrote:
Hey,
Ok, I admit, I complained little too early. Config file had an option to configure this, now it seems to work just fine.
But I still don't understand why use \r\n as a default choice, when \n is defined in standard?
According to the RFC (http://www.faqs.org/rfcs/rfc821.html) CRLF is used as header delimiter during the SMTP dialog. The problems you reported only occur when sending mails with the PHP mail() function. It also depends on what operating system PHP is running on. Future versions of RoundCube will to choose the header delimiters automatically depending on the local environment.
Regards, Thomas
Regards, Viljo
Viljo Marrandi wrote:
Hello,
Does anyone else get this problem or is it something that I've missed during setting up RoundCube.
When sending email from RC, then mail headers seem to have incorrect linebreaks (CRLF vs LF, php is written in Windows system?). Here is snippet from one test email:
Received: by localhost (Postfix, from userid 33) id 4E6EAA7335; Mon, 27 Mar 2006 08:22:20 +0000 (UTC) To: vilts@blah.com Subject: test MIME-Version: 1.0^M Date: Mon, 27 Mar 2006 8:22:20 +0000^M From: Viljo Marrandi vilts@blah.com Message-ID: 5ce06bc8f88bfe4c35795ab0c93f396c@localhost^M X-Sender: vilts@blah.com^M User-Agent: RoundCube Webmail/0.1b^M
It is fine otherwise, but one my qmail system, which seems to have more strict rules about headers disregards this mail and sends back with error message.
http://qmail-scanner.sourceforge.net/FAQ.php (question 21)
Thunderbird can send mails OK from this postfix system, so problem is on sender client side.
Thanks in advance, Viljo