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!
Yes. Check you http server configuration.
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!
Sounds like https://github.com/roundcube/roundcubemail/issues/7522
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.