Search results

  1. D

    LetsEncrypt Issue

    The updates on my servers were a little out of date due to circumstances, I was running version 2.0.10 a little longer when the problem started. But updating to 2.0.12 didn't solve the problem. I have my doubts if this is related to DirectAdmin (or better: the Let's Encrypt script) or Let's...
  2. D

    LetsEncrypt Issue

    Hi all, I experience quite some problems with Let's Encrypt as well. Since a week or so both my 2 servers report problems the wildcard certificates cannot be renewed. I checked all domains on intodns.com and ipv6-test.com. If there were any, I fixed the problems. However, LE still refuses to...
  3. D

    ClamAV hangs server

    Hi, I have 2 VPS servers running. 1 for testing (1 CPU, 1Gb RAM, 4Gb Swap, CentOS 7) en 1 production (2 CPU, 4Gb RAM, 4Gb Swap, Clloud Linux 7) en both systems seem to suffer from updates of ClamAV (scheduled for 1 or 2 times per day) for about 2 or 3 months now. Like all services on my servers...
  4. D

    Let's Encrypt renewals failing - complaining about CAA record

    I experience the same problems. I have 2 servers, one running LE 1.x and 1 LE 2.x. The second server is kind of a testing server before I run all updates to the first (production) server. But on both servers the same problems occur, so obviously is has ntohing to do with the LE version...? Some...
  5. D

    Compress mail manually (dovecot_compress.sh)

    If I'm not mistaking you forgot the all option, like smtalk mentioned...? However I'm still not sure if this works the selected mailbox or al mailboxes on the server. Haven't had any time to figure that out myself ?
  6. D

    Compress mail manually (dovecot_compress.sh)

    Ok. That must be the thing then. I will wait a week or so before updating. Like now, I have seen before that after releasing an update, 1 or more patches are released quite quickly to resolve some bugs. It's normal, I know (I work for a software developing company and bugs are quite common), but...
  7. D

    Compress mail manually (dovecot_compress.sh)

    I believe you, but I also think there must be a newer script circulating then what's available on my server... :rolleyes: if [ $# -lt 1 ]; then echo "Usage:"; echo "$0 /home/user/imap/domains/domain.com/email/Maildir"; echo "you gave #$#: $0 $1"; exit 0; fi...
  8. D

    Compress mail manually (dovecot_compress.sh)

    Thanks @smtalk , I didn't know all was an option ?. The shell script doesn't mention it in the usage... #VERSION=0.0.2 # This script is written by Martynas Bendorius and DirectAdmin # It is used to gzip all emails in Maildir directory # Official DirectAdmin webpage: http://www.directadmin.com #...
  9. D

    Compress mail manually (dovecot_compress.sh)

    Hi all, Am I correct the script only compresses files in the ./cur directory and not all other directories? I use many subfolders for my mail and they ar stored like ./INBOX.folder1 /.INBOX.folder2 just next to ./cur. I checked out the script and I expected all directories should be processed...
  10. D

    Admin backup add/skip certain directory

    Hi, It would be nice to (de-)select the directory "application backups", which are created by Installatron. I have several customers with large WordPress installations (many pictures) and they have configured Installatron creates backups almost every day. I think it is a waste of space to...
  11. D

    Duplicate mails

    Having said that, on the second server the issue also appeared in the mean time. However, I installed the latest version of Dovecot on both servers and as far as I can see the problem seems to be gone now :) Danny
  12. D

    Duplicate mails

    I agree with that. I have 2 servers running the same configuration, but the problem persists on just one of them. Thanx! Installing the update at this very moment. I will report within a few days if there's any progress :-)
  13. D

    Duplicate mails

    Maybe it's relevant: I'm running Exim 4.91 with latest rewrite of Exim.conf regarding Spamblocker, without modifcations. # SpamBlockerTechnology* powered exim.conf, Version 4.5.9 # April 13, 2018 Danny
  14. D

    Duplicate mails

    Hi Martynas, The problem has been there for a while. After the latest updates (using CB) a few weeks ago I thought the problem got less, but at the beginning of this week, when 2.3.2. came out I updated it directly (again using CB). Since then the problem seems to be back. It's not every mail...
  15. D

    Duplicate mails

    Hi, Every now and then (this differs per day), I recieve duplicate mails. First I thought something could have gone wrong using forwarders, but I noticed that it also appears when mails were send directly to the apropriate mailbox. This also happens when I send the mails to myself (from another...
  16. D

    [PLUGIN] CustomBuild 2.0

    Sorry... Because of the many posts I missed that one... Succesfully installed now, via manual uploading. Thanx for the hint :-)
  17. D

    Let's Encrypt Invalid challenge and time out

    Ok... I'm confused.. I've tried to renew the certificates several times today, without any luck. Finally I decided to try it on yet another domain (which had no certificate at all) and that worked. After that, the other domains were able to renew as well :confused: I don't know what could have...
  18. D

    Let's Encrypt Invalid challenge and time out

    Let's Encrypt Invalid challenge and time out [SOLVED] Hi, I have been using Let's Encrypt for a while on several VPS's. Since a few days however I'm receiving errors the certifcates cannot be renewed. Both domain certificates as the server certficate. When I try to renew manual using DA, the...
  19. D

    [PLUGIN] CustomBuild 2.0

    I also (still) have the same problem using http://custombuild.eu/plugin/custombuild.tar.gz : After downloading to my desktop I was able to unpack the file manually without problems and inside package there really is a file called install.sh Anyone any thoughts on this?
  20. D

    Errors rebuilding exim.conf

    Never mind, found the problem... I entered an incorrect line: trusted_users = mail:majordomo:apache:diradmin:user1:user2:user3 instead of: trusted_users=mail:majordomo:apache:diradmin:user1:user2:user3 Also after the last line there's need for an extra linebreak and I forgot this. This...
Back
Top