1. roundcube webmail https/ssl reverse proxy patch

    To cut a long story short. I needed to get Roundcube webmail to work with a HTTPS/SSL reverse proxy. I wrote a patch because it dosen't work out of the box.

    • 1. Grab the patch from the attachments block.
    • 2. Apply the patch (cd project && patch -p0 < file.patch)
    • 3. Paste these lines into your main config file.
    • 4. Connect to your roundcube webmail.

    Any suggestions are welcome.

    // to enable connections over a reverse proxy specify a host
    // adjust the path and set $rcmail_config['force_https'] to true
    // you will be redirected to https:// rproxy_host . rproxy_path . $_SERVER['REQUEST_URI']
    $rcmail_config['rproxy_host'] = null; // eg. 'ssl-account.com'
    $rcmail_config['rproxy_path'] = null; // eg. 'app.my-domain.com'
    

    links:

  2. Post new comment

    The content of this field is kept private and will not be shown publicly.
    • Web page addresses and e-mail addresses turn into links automatically.
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre>
    • Lines and paragraphs break automatically.

    More information about formatting options

    Image CAPTCHA
    Enter the characters shown in the image.