Roundcube Community Forum

Release Support => Pending Issues => Topic started by: samden on January 28, 2015, 10:03:38 AM

Title: Hanging on Sending Mail
Post by: samden on January 28, 2015, 10:03:38 AM
Hi All,

I have an annoying problem when sending mail that I am hoping you can help me with...

I've used Roundcube for years and years with no problem, then about 3 or 4 months back I started to notice that when sending mail through the web mail interface it would "hang". I presume that it is unrelated to Roundcube and in fact related to a system update or something, BUT it only affect Roundcube and nothing else hence posting here.

I am running Centos 6.6 with Postfix\MailScanner with the latest patches etc.
The mail actually leaves Roundcube and is received by the addressee, but the interface times out and never goes past the compose page, leaving the sender thinking that the message has not gone.

I have tried updating to the latest version of Roundcube this morning, but the same thing happens (was on 0.9, now on 1.0.5).

Any ideas where I could look to resolve this highly annoying issue?

Nothing is going into any log files... and from what I can see everything else seems to work fine (although I have not tested every single functionality since discovering this issue)

Thanks
Sam
Title: Re: Hanging on Sending Mail
Post by: samden on January 28, 2015, 10:50:42 AM
I've done some further checking and it seems any of the Settings pages hang as well... I can click on settings but if I click on any of the sub sections it just sits there saying "Loading"...

Any ideas?
Title: Re: Hanging on Sending Mail
Post by: samden on January 28, 2015, 11:07:24 AM
Ok, I've found the issue...

I use Roundcube behind an SSL Certificate and as recommended best practice had the following set in my Apache config:

Header always set X-Frame-Options DENY

Once I commented out this option the whole interface sprung back into life again...

Ahhh well you live and learn, I'll have to leave that option off I guess :)

Thanks

Sam
Title: Re: Hanging on Sending Mail
Post by: SteveB on August 25, 2015, 03:37:59 AM
I had the same issue. Removing/disabling the "X-Frame-Options" option is not the best solution. Better would be to use:
Header always set X-Frame-Options SAMEORIGIN