Recent content by filmturn

  1. F

    How it Works

    I created a Block Storage Volume for my Digital Ocean droplet running zelsecp. I created 2 backup Jobs: Incremental DO Block Storage Directories - Incremental Incremental Backups - Retain 6 backups Jan 18, 2024, 9:00 pm Never Edit Run Manually Backups DO Block Storage Full Account...
  2. F

    Roundcube login not working because of Exim/Dovecot permissions issue

    That's all I needed to do to get roundcube working: for dovecot permission sudo chmod +x /etc/exim/domains/ sudo chown -R dovecot:dovecot /etc/exim/domains/ sudo systemctl restart dovecot for exim permission sudo chown -R exim:exim /etc/exim/domains/ sudo service exim restart after that I...
  3. F

    Roundcube login not working because of Exim/Dovecot permissions issue

    After a while I got roundcube login working and then spent some more time getting it to send and receive. The main issue was permissions for the dovecot and exim directories. I used the following commands to get it working: for dovecot permission sudo chmod +x /etc/exim/domains/ sudo chown -R...
Top