Author Topic: How to remove "To protect your privacy remote resources have been blocked."  (Read 12631 times)

Offline Xeroz

  • Newbie
  • *
  • Posts: 2
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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
In your config.inc.php:
Code: [Select]
// 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;

Offline Xeroz

  • Newbie
  • *
  • Posts: 2
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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
In that case your problem is outside of Roundcube since Roundcube wouldn't handle automatic forwarding to Gmail.