Search results

  1. B

    rebuilding php with imap extension fails due to no version number

    I have solved this by going from the current to the stable version, which took me from DA 1.654 to 1.653
  2. B

    rebuilding php with imap extension fails due to no version number

    Correction, it is not the building of the PHP itself, but it is the imap extension that is failing (due to it not being able to download etc.)
  3. B

    rebuilding php with imap extension fails due to no version number

    Using I'm trying to (re)build my php's, but for some reason it thinks there is no imap version (which obviously should be 2007f) As a result it tries to download the file without version number : which obviously fails. I do have the (correct) version number in my versions.txt : Even if I...
  4. B

    Letsencrypt cert not being renewed. No error, just silently lapsing.

    I see, renewal_days is not days left, but the age of the certificate. That would clear up things, thanks!
  5. B

    Letsencrypt cert not being renewed. No error, just silently lapsing.

    I have several domains that are using LE with autorenewal, but are not actually renewing : The data/users/user/domains/domain.cert.creation_time epoch is 1673654766 , so that' s indeed a bit in the past : Sat 14 Jan 2023 However, there are no error messages available even though those...
  6. B

    http to https redirection on port 2222 fails

    In the end, it just works fine on the client, so it works as intended, sorry for the fuss.
  7. B

    http to https redirection on port 2222 fails

    Hi, using v.1.646, on both ipv4 and ipv6, I always get a http/400 when connecting to the DA interface on port 2222 when using http, when using https it works fine. I have a : $ curl http://host837.procolix.com:2222 <script>location.protocol = "https:";</script></html> When looking at...
  8. B

    build links /usr/bin/sendmail to /etc/exim instead of exim , breaking mail

    Using custombuild from 08-Aug-2022 08:38 , it wants to set : set_sendmail_link() { ln -sf /etc/exim /usr/sbin/sendmail } but /etc/exim isn't there. Shouldn't that be /usr/sbin/exim ? Any invocation of the build script will now (for me at least) break mail.
  9. B

    Unable to edit reseller SSH authorized keys

    Hi, using 1.5.72, under reseller -> reseller tools -> ssh keys is the option to edit SSH keys, so you can for instance limit the IP access. How ever, upon selecting and hitting edit, I get the following : " Cannot Execute Your Request Details The requested command requires POST but GET...
Back
Top