Roundcube Community Forum

 

How to remove "To protect your privacy remote resources have been blocked."

Started by Xeroz, June 12, 2021, 04:44:40 AM

Previous topic - Next topic

Xeroz

HI i self host Roundcube on Ubuntu and I configure my Gmail to receive it. However, some emails are not getting thru due to "To protect your privacy remote resources have been blocked.". How do I disable this?

SKaero

In your config.inc.php:

// Display remote resources (inline images, styles) in HTML messages
// 0 - Never, always ask
// 1 - Allow from my contacts (all writeable addressbooks + collected senders and recipients)
// 2 - Always allow
// 3 - Allow from trusted senders
$config['show_images'] = 0;

Xeroz

Hi sorry i dont think this works. The issue isn't that external email images aren't appearing. It is the fact that emails aren't being forwarded to my GMail

SKaero

In that case your problem is outside of Roundcube since Roundcube wouldn't handle automatic forwarding to Gmail.