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?
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;
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
In that case your problem is outside of Roundcube since Roundcube wouldn't handle automatic forwarding to Gmail.