GithubHelp home page GithubHelp logo

Comments (24)

johnnyq avatar johnnyq commented on July 28, 2024 1

that fixed it! although that shouldn't be the default behavior when a new email account is created.

from hestiacp.

ioannidesalex avatar ioannidesalex commented on July 28, 2024

I've had this issue only once. Go to Roundcube Settings, Server Settings, Uncheck Flag the message for deletion instead of delete.

Please let us know how it goes.

from hestiacp.

ioannidesalex avatar ioannidesalex commented on July 28, 2024

Indeed. I currently have 8 Hestia servers and this issue has occured only at one server.

Needs more investigation.

from hestiacp.

johnnyq avatar johnnyq commented on July 28, 2024

thats interesting, i'm currently testing hestiacp to possibly use it for production. I'll spin up a few VMs and see of If can replicate, ill keep posted

from hestiacp.

ioannidesalex avatar ioannidesalex commented on July 28, 2024

Thanks! That will be very useful.

from hestiacp.

 avatar commented on July 28, 2024

I've seen this behavior with Roundcube as well on one of my test VMs on Ubuntu 18.04.2 running the latest code from master. If need be I can help investigate/test later this week when I have more time.

from hestiacp.

ioannidesalex avatar ioannidesalex commented on July 28, 2024

That will be very useful. I tried to replicate this with several VMs but I wasn't able. It was only the first time I deployed an installation.

Without having this issue again it is very difficult to troubleshoot, so any feedback will be appreciated.

from hestiacp.

johnnyq avatar johnnyq commented on July 28, 2024

I spun up 4 more VMs with ubuntu 18.04.2 and have the same issue. I use proxmox and use proxmox's LXC Ubuntu container. I will try with a KVM VM and install via ubuntu 18.04.2 iso

from hestiacp.

ScIT-Raphael avatar ScIT-Raphael commented on July 28, 2024

@kristankenney It would be nice if you can find some time :).
@johnnyq Thanks for your tests, infact that kristankenney also had this issue, we will search for a solution.

from hestiacp.

ioannidesalex avatar ioannidesalex commented on July 28, 2024

Actually I remembered now, after reading @johnnyq comment! That one time I had this issue was a Proxmox Installation and it isn't the only Proxmox installation I have.

from hestiacp.

johnnyq avatar johnnyq commented on July 28, 2024

did another test on debian 9 LXC proxmox container, does the same thing. Although Debian 9 roundcube is an older version of roundcube. I noticed because it uses the gradient larry theme while the new one uses the flat larry theme. I thought hestia updates to the latest roundcube through roundcube's repo. I could be wrong. It's irrelevant as the delete issue still exists with deb9 lxc. I will try with an actual KVM VM with ubunu iso next

from hestiacp.

ioannidesalex avatar ioannidesalex commented on July 28, 2024

As far as I know Hestia uses the default OS packages for Roundube. However, it updates phpMyAdmin to the latest version.

Please let us know how it goes with KVM.

Thanks a lot cornyour feedback.

from hestiacp.

johnnyq avatar johnnyq commented on July 28, 2024

Oh okay thats makes sense. I will keep posted with the KVM test

from hestiacp.

 avatar commented on July 28, 2024

If you have been able to reproduce this again, can you please modify the Roundcube configuration file on the server to reflect the following changes?

nano /etc/roundcube/config.inc.php

Locate the following line:
$rcmail_config['flag_for_deletion'] = 'Purge';

Change it to:
$rcmail_config['flag_for_deletion'] = 'false';

Then try to delete a message again.

from hestiacp.

johnnyq avatar johnnyq commented on July 28, 2024

@kristankenney I modified the var from Purge to false and then rebooted. Its still doing the same thing. Also I spun up an ubuntu 18.04.2 KVM VM via ubuntu 18.04.2 server iso and im getting the same results

from hestiacp.

ScIT-Raphael avatar ScIT-Raphael commented on July 28, 2024

@johnnyq please try to create a new mailbox, the settings could be still saved in existing users.

from hestiacp.

ScIT-Raphael avatar ScIT-Raphael commented on July 28, 2024

The way suggested from @kristankenney works on my side, I implemented this for all new configurations with the following commit: 8b54207

from hestiacp.

johnnyq avatar johnnyq commented on July 28, 2024

@ScIT-Raphael Still not working its still staying in the inbox marked as deleted but not moving it to the trash. Although when I logout of webmail then log back in the messages marked deleted go away, but dont end up in the trash. Ill recreate the container with your latest patch and see what happens

from hestiacp.

johnnyq avatar johnnyq commented on July 28, 2024

Okay I just rebuilt the VM Container and its still doing the same thing. I wonder if there's another option that we may be missing. Ill look too

from hestiacp.

ScIT-Raphael avatar ScIT-Raphael commented on July 28, 2024

It should not; we've tested this on around 4 or 5 different systems. Maybe it's a small typo, try to set it like the following example:
$rcmail_config['flag_for_deletion'] = false;

from hestiacp.

johnnyq avatar johnnyq commented on July 28, 2024

It worked!! i had 'false' instead of just false maybe that caused it

from hestiacp.

ScIT-Raphael avatar ScIT-Raphael commented on July 28, 2024

perfet that it worked, we will push this way with the next updates. Will close this issue for now.

from hestiacp.

johnnyq avatar johnnyq commented on July 28, 2024

I did a reinstall actually config.inc.php is the file that should be updated as main.inc.php does not exist

from hestiacp.

ScIT-Raphael avatar ScIT-Raphael commented on July 28, 2024

Please check the commit you've commented, main.inc.php will be renamed to config.inc.php during installation.

from hestiacp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.