Hello!
When i try to reply to an e-mail the screen stucks on "Sending message...". Other messages in my box are working fine. In this case isn't even an smtp connection established.
Stefan
Any log snippets?
Oh could you please tell me where i can find the log.
I've set:
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 4;
// log driver: 'syslog' or 'file'.
$rcmail_config['log_driver'] = 'file';
But cannot find any log file.
Enable smtp logging:
// Log SMTP conversation to /smtp or to syslog
$rcmail_config['smtp_debug'] = true;
Log files are in the directory logs in roundcube folder by default.
logs/smtp stays completely empty.
Never use debug_level=4. Set it to 1.
still nothing in the logs. But the logging is working fine if i send a new message, log in, .... - so this can't be the problem.
Nothing in the error log? What is in imap debug log if option enabled ( $rcmail_config['imap_debug'] = true; )?
The logs get filled while watching the mail and hitting the reply button. But when i then press the send button - still nothing in it.
Then I have no idea, sorry!
mhm it works also for other messages only for this one it seems to get stuck. I also cannot click any buttons anymore on the roundcube page
The GUI is locked when clicking the send button. That's ok. Could you post this message in raw format (*.eml file)?
OK i've modified the message a lot as it contains internal Data - but it still happens with this message so i didn't touch the bug :-)
Attached you'll find it.
I have imported this message into my server and it works for me. Sorry, I have no more idea.
mhm strange. Any PHP Settings i should or could check?