Search results

  1. dkzr

    PHP Readline extension installed but not available

    I've installed the readline php extension with custombuild. But the `readline` function is not available in php-cil (nor php-fpm) Am I missing something? I've rebuild both php_readline and php
  2. dkzr

    rpcsvc-proto not available on Debian 11 (Bullseye)

    Hi, Just updated my MariaDB v10.6.9 to v10.6.10 on Debian 11. It seems to run without problems but on install I get: E: Unable to locate package rpcsvc-proto It seems the rpcsvc-proto package is in Debian Sid and Bookworm but not in Bullseye (v11) yet. Related to...
  3. dkzr

    ModSecurity + OWASP breaks phpMyAdmin - OWASPv3.4 may fix this

    When you enable ModSecurity with the OWASP ruleset the phpMyAdmin (<server>/phpMyAdmin/) is broken by the OWASP rules. In version 3.4 of the OWASP rules a new file and variable is introduced...
  4. dkzr

    MySQL/MariaDB logrotation

    Cross-post of https://forum.directadmin.com/threads/mysql-mariadb-logrotation-howto.62996 I found a huge <servername>.err file in /home/mysql/ which is the default location for the MySQL/MariaDB error log. This log is not "logrotated" so it just grows. With the following you can enable...
  5. dkzr

    MySQL/MariaDB logrotation howto

    Hi, I found a huge <servername>.err file in /home/mysql/ which is the default location for the MySQL/MariaDB error log. This log is not "logrotated" so it just grows. With the following you can enable logrotation of the database server file(s). I've also moved the logs to /var/logs. Based on...
  6. dkzr

    Freshclam fails on missing iconv

    Maybe related to build changes around iconv and php8 (see https://forum.directadmin.com/threads/php-8-fails-installation.62840/) I've enabled php8 and now my freshclam fails with: `freshclam: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or...
  7. dkzr

    MariaDB 10.4.15 to 10.4.14 update is available?!?

    Hi, For several days now a "MariaDB 10.4.15 to 10.4.14 update" is available. Should I install it or is it a bug? Surprised there is a downgrade...
  8. dkzr

    Does pigeonhole sieve only works for virtual users?

    Hi, I've installed and configured pigeonhole with dovecot. When I configure a filter for a virtual user the filter works on incoming mail. But on a local users mailbox the filters don't work. In exim.conf for a virtual_user the transport is set to "dovecot_lmtp" where for local users it is...
  9. dkzr

    Add support for ImageMagick v6?

    I really like to be able to update ImageMagick and the php-imagick libraries through custombuild. A problem I have is that my development environment (on a Mac using macports) does not support ImageMagick v7 (and apparently with all de dependencies it's a lot of work to support it). Would it...
  10. dkzr

    Admin backups secure ftp interface error

    When I enable Secure FTP in a backup schedule and save it, I get the following error: %s=%s is not a valid option! Please report to skin developer. Should be %s=%sftp_secureyesftp_secureftps
  11. dkzr

    Include DMARK analyser

    Hi, I've enabled DMARK on one of my domains and I'm succesfully receiving reports. But manually going through the xml is not really handy. I know there are (commercial) DMARK analysers but I thought it would be a great feature if DA supported some analyser tool so everything can be handled on...
  12. dkzr

    More specific httpd-alias.conf .well-know alias for letsencrypt?

    To be able to use the directadmin.conf letsencrypt=1 setting, a generic alias is put into httpd-alias.conf: Alias /.well-known "/var/www/html/.well-known/" Currently, letsencrypt more specificly only uses the .well-known/acme-challenge/ url and the .well-known/ directory is also used for eg...
  13. dkzr

    Page loading seems slow?

    Hi, I'm generally really happy with the new skin. It's a great improvement from the previous default. On my system though, page loading is not "snappy" but kind of slow. Some pages, eg. the Brute Force Monitor, page loading is so slow it becomes a nuisance. Is this my system (VPS: 2 cores /...
  14. dkzr

    letsencrypt.sh script error line 38

    When I run ./letsencrypt.sh renew <domain> I get an error: letsencrypt.sh: 38: [: http: unexpected operator Apart from the error, the script seems to work fine. I'm running Debian 8.9 and Let's Encrypt client: 1.0.18
  15. dkzr

    Can directadmin.conf options domainips_default_ip contain mulitple ip addresses?

    Hi, Is it allowed to list mulitple IP addresses in the domainips_default_ip config? Eg. domainips_default_ip=<my IPv4>; <my IPv6> This seems to work, but maybe I miss something? Why? I'f added an extra IP to my server (both IPv4 and IPv6) and I want to make sure exim only sends through...
  16. dkzr

    Use multi-domain Let's Encrypt certificate in multiple DA domains for 1 client login

    Hi, Not sure if this is the right forum to post this in, but here goes... I have a client with multiple domains in the DirectAdmin controlpanel (eg. domain1.com, domain2.net, domain3.org) On the main domain (domain1.com), the client has generated 1 Let's Encrypt certificate for all the...
  17. dkzr

    extra_spf_value requires dns_spf=1 ? (feature 1549 requires 1477)

    I had dns_spf=0 in my directadmin.conf and tried to use the extra_spf_value= feature. That did not work. Only when I set dns_spf=1 the extra_spf_value was added to the dns_txt.conf and dns_spf.conf templates.
  18. dkzr

    "Upgrade" cURL from 7.51.0 to 7.50.3 ?

    When I run ./build versions, I get the message that CustomBuild wants to "upgrade" my cURL from 7.51.0 to 7.50.3. To me, this would be a downgrade? When I look at the files.directadmin server, cURL 7.51 was uploaded later then 7.50. Is it a bug in CustomBuild or does it want me to downgrade?
  19. dkzr

    MySQL / MariaDB update error

    For the last few times, when I update MariaDB I get the following error: root@server:/usr/local/directadmin/custombuild# ./build update_versions Updating MariaDB. --2016-10-02 14:25:15-- http://files6.directadmin.com/services/all/mariadb/10.1/10.1.18/mariadb-10.1.18-linux-x86_64.tar.gz...
  20. dkzr

    clamd.service commands in debian8

    Hi, After a clamd update it refused to start on my Debian8 server. I think there are some (debian?) configuration errors in the clamd.service file? The ExecStartPre commands /usr/bin/mkdir and /usr/bin/chown should be /bin/mkdir and /bin/chown on my machine. On my machine, the --nofork=yes...
Back
Top