Roundcube Community Forum

Release Support => Pending Issues => Topic started by: olimits7 on September 21, 2020, 10:10:46 PM

Title: Can't forward/reply certain emails from Roundcube webmail (i-frame issue)?
Post by: olimits7 on September 21, 2020, 10:10:46 PM
Hi,

For certain emails, I can't seem to reply/forward to within my Roundcube webmail; there is no errors in the sendmail.log and the only thing I can see is when I go to send the email I noticed the following in "Chrome > Inspect > Console" browser.

- POST https://webmail.domain.com/?_task=mail&_unlock=loading1600739751464&_framed=1&_lang=en_US 403 (Forbidden)

I did come across a post where it talked about X-Frames and it said that "x_frame_options" should NOT be set to "deny" and when I check my "defaults.inc.php" file I see the following listed "$config['x_frame_options'] = 'sameorigin';".

Is there anything else I can look at to try to fix this issue?

Thank you!
Title: Re: Can't forward/reply certain emails from Roundcube webmail (i-frame issue)?
Post by: alec on September 22, 2020, 01:46:24 AM
Yes. Check you http server configuration.
Title: Re: Can't forward/reply certain emails from Roundcube webmail (i-frame issue)?
Post by: olimits7 on September 22, 2020, 09:41:19 AM
Yes, I did and it looks like it setup properly.

I notice the issue happens when I do "Forward inline", when I do "Forward as attachment" it works properly; so I don't know why this doesn't work with the "Forward inline" option?

Thank you!
Title: Re: Can't forward/reply certain emails from Roundcube webmail (i-frame issue)?
Post by: alec on September 23, 2020, 02:47:46 AM
Sounds like https://github.com/roundcube/roundcubemail/issues/7522
Title: Re: Can't forward/reply certain emails from Roundcube webmail (i-frame issue)?
Post by: olimits7 on September 23, 2020, 09:26:19 AM
I was able to fix this issue, it seemed to be an issue with my Web Application Firewall (WAF) in Plesk that was blocking the page from loading.

Thank you.