Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Roundcube

44 Topics 318 Posts
  • Roundcube 1.6 (beta) - breaking changes

    1
    4 Votes
    1 Posts
    151 Views
    No one has replied
  • Cant change Roundcube logo

    Moved Solved
    3
    0 Votes
    3 Posts
    720 Views
    L

    @girish thanks i was looking trough wrong documentation or i just didnt notice it.
    thanks again for pointing me in right direction.

  • Error 553 Relaying Disallowed

    3
    0 Votes
    3 Posts
    897 Views
    J

    @girish Yes, we are using them for transactional email. I'll go ahead and run this down with them. Your answer on Haraka helps out -- thank you so much!

  • Roundcube 1.5.2 released with Security fixes

    Solved
    4
    3 Votes
    4 Posts
    240 Views
    girishG

    @nebulon there was bug in the package using the incorrect imap port, I have pushed a fix.

  • 0 Votes
    13 Posts
    992 Views
    L

    @loudlemur Here are some of the possible trouble indicators in the logs (I have obfusticated the domain names/email addresses)

    One clue might be that though I am actually able to send mail, none of it appears in the "Sent" folder.

    Also, if I go into "Manage folders", i can't create a folder or even click on those toggle buttons on the "inbox" for example. They don't respond.

    Dec 17 17:09:50 (node:90) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version. Dec 17 17:09:50 (Use `node --trace-deprecation ...` to show where the warning was created) Dec 17 17:09:50 [INFO] [outbound] secured verified=false cipher=TLS_AES_256_GCM_SHA384 version=TLSv1.3 error=ERR_TLS_CERT_ALTNAME_INVALID cn=*.mydomain.com organization="" fail:zen.spamhaus.org [core] hook=connect plugin=dnsbl function=connect_multi params="" retval=DENY msg="host [123.456.789.012] is blacklisted by zen.spamhaus.org"
  • So Confused about Plugins

    11
    0 Votes
    11 Posts
    469 Views
    jdaviescoatesJ

    @girish said in So Confused about Plugins:

    I have updated the plugin section a bit - https://docs.cloudron.io/apps/roundcube/#plugins

    I just tried installing the carddav plugin (I think perhaps that should actually come pre-packaged in the app), but so far I can't get it to work.

    Does the Roundcube app need to be restarted or anything? (not that that has helped me, just be good to know).

    I note that the docs say:

    Add the plugin to $config['plugins'] in /app/data/customconfig.php. The name below must match the name of the directory in the first step.
    array_push($config['plugins'], 'myplugin');

    But in the actual customconfig.php file in the app it doesn't have $config it has $rcmail_config - so either the file in the app or the docs need updating to reflect whichever is actually correct.

    Also, I think I'm correct in saying that you don't need to add another array_push... line, just to add 'myplugin' to the existing array, right?

    So perhaps the docs should say:

    Add the plugin to $rcmail_config['plugins'] in /app/data/customconfig.php. The name below must match the name of the directory in the first step.
    array_push($rcmail_config['plugins'],'message_label','myplugin','myplugin2');

    To make that clearer?

    Also, just so I know, does whitespace/ spaces make any difference in this file?

    Thanks!

  • Search: scope selection missing

    6
    0 Votes
    6 Posts
    305 Views
    chymian 0C

    @girish you are right.
    seems I confused the both. sry.

  • Roundcube 1.5 final released!

    Solved
    4
    2 Votes
    4 Posts
    144 Views
    necrevistonnezrN

    Great! Thanks.

  • Roundcube Login

    Moved Solved
    8
    0 Votes
    8 Posts
    603 Views
    necrevistonnezrN

    @phil24840552 said in Roundcube Login:

    @nebulon
    I dont know how to download them..
    That seems to be the most popular.
    https://packagist.org/packages/kolab/calendar
    But i cant follow your tutorial. As the post before indicated alredy.

    Just follow the instructions on https://github.com/kolab-roundcube-plugins-mirror/calendar (which is linked on the page you gave)

  • Use LDAP for Organization Address List?

    2
    2 Votes
    2 Posts
    194 Views
    girishG

    I read that file quickly, indeed it seems it can pull in email addresses from LDAP.

    I agree this looks quite useful to have! I will open a bug to investigate - https://git.cloudron.io/cloudron/roundcube-app/-/issues/3 . I think this might need change to our LDAP directory first to make the username <-> concrete mailbox work well, have to investigate.

  • 2 Votes
    8 Posts
    2k Views
    girishG

    Some part of this like rate limits and notifications of hitting rate limits (for API, LDAP etc) are part of our focus in 6.3. We want to review all our current security settings before going multi-host.

  • Roundcube Security Update 1.4.11

    Solved
    2
    1 Votes
    2 Posts
    195 Views
    girishG

    Thanks for the heads up, pushed an update now. Updated PHP to 7.4 in the process.

  • Installing plugin with dependencies fails

    3
    0 Votes
    3 Posts
    217 Views
    J

    Wow, that was fast! Thank you.

    One small nit: I would add that the composer command needs to be run from within the plugin installation directory.

    I also forgot one step:

    chown -R www-data: ., also in the plugin installation directory.

  • 1 Votes
    2 Posts
    159 Views
    nebulonN

    Package update is out.

  • How to SFTP to Roundcube?

    10
    0 Votes
    10 Posts
    389 Views
    robiR

    @girish something not cleaning up properly?

  • 2FA for RC?

    12
    0 Votes
    12 Posts
    392 Views
    humptydumptyH

    @necrevistonnezr It's working great. Thank you!

    I know I'm going to need this when it's time to update the plugin. Make sure to remove the -master from the folder name so it's just "twofactor_gauthenticator" and use the code mentioned in the Cloudron doc page, and not the one on the plugin's github page.

    array_push($config['plugins'], 'twofactor_gauthenticator');
  • 0 Votes
    5 Posts
    197 Views
    d19dotcaD

    @humptydumpty You may also want to review this post that was already sort of on this topic earlier I created: https://forum.cloudron.io/topic/3837/deleting-rainloop-in-favour-of-roundcube-what-happens-to-the-filters/

  • Roundcube themes?

    12
    0 Votes
    12 Posts
    4k Views
    robiR

    @humptydumpty thanks, I am still getting used to it.

    Sometimes the darkgreen links are hard to read in a particular background.

    The bright green links are definitely hard to read in the forum notification bell list as the unread ones are also bright orange.

    I'm sure there's a way to tune dark reader for this.

  • Roundcube Login

    Moved Solved
    14
    0 Votes
    14 Posts
    977 Views
    necrevistonnezrN

    @robi said in Roundcube Login:

    Oh I see, so it's not FF integrated in Hamsket, it's just another instance of FF (portable).

    Can you run more than one instance?

    You can on Windows, as many as you want. Don’t know about Mac/Linux.

  • Roundcube Webmail 1.4.4 released

    Solved
    4
    3 Votes
    4 Posts
    714 Views
    girishG

    Updated, thanks!