Search results

  1. W

    Solved Question about Spamassassin Teaching functionality

    I'm trying to implement Spamassassin learning using the following guide: https://docs.directadmin.com/other-hosting-services/preventing-spam/incoming-spam.html#how-to-teach-spamassassin Since it's difficult to test if this is working correctly (because it can take a while for Spamassassin to...
  2. W

    Solved ./build php hangs, cannot upgrade

    I'm having issues with a Debian 11 server (latest DA version). When trying to build php with Custombuild, it almost finishes but just hangs on the last line and nothing happens (waited about 15 minutes) until I CTRL+C cancel it. I don't see any errors in the logs but I'm unable to complete the...
  3. W

    define HOSTNAME variable in u_welcome.txt

    We'd like to customize the u_welcome.txt file located at /usr/local/directadmin/data/users/admin/u_welcome.txt Is there a variable for the server hostname, similar to |ip|, |PORT| etc. we can use?
  4. W

    MariaDB update fills up /usr partition

    MariaDB Custombuild upgrades on some of our older servers are failing because of a 10GB (actually 9.2GB) /usr partition which is too small for the upgrade. As these are not yet LVM partitioned and /usr is not the last partition, they're pretty hard to enlarge. At the moment some 3.5GB is...
  5. W

    backup_tmpdir permissions change after Custombuild upgrade

    After a full Custombuild upgrade, we recieve backup errors: Turns out the permissions (which were originally 777) are changed to 700. Anyone know what exactly causes this change to happen?
  6. W

    Proftpd 1.3.7a: publickey authentication with ed25519 key not working

    We're authenticating to sftp using rsa keys. Since proftpd 1.3.7, authentication with ed25519 keys should be implemented but it doesn't seem to be working. I've updated libsodium and proftpd through Custombuild. The server OS is Debian 9. Anything else required? More information: proftpd...
  7. W

    cannot allow TLS1.0, TLS1.1 in exim

    I need to temporarily allow TLS1.0 and TLS1.1 in exim for a customer using an older email-client. When I set openssl_options=+no_sslv2 +no_sslv3 in /etc/exim.variables.conf.custom and run ./build update ./build exim_conf /etc/exim.variables.conf is updated with the edited openssl_options...
  8. W

    Wordpress/Drupal extremely slow Time To First Byte

    We have several Wordpress/Drupal sites configured on our Directadmin servers with a very slow time to first byte (sometimes 10+ seconds). We've ruled out any hardware/resource issues because even when we set up the same websites on a simple LAMP server with minimal resources (1vCPU, 1GB RAM...
  9. W

    mysql data installed to /home/mysql

    I finished a Directadmin installation on a fresh Debian 10 server, thinking mysql data would be installed to /var/lib/mysql, with a symlink /home/mysql -> /var/lib/mysql as detailed here: https://www.directadmin.com/features.php?id=2182 and as is the case on several Debian 9 servers we're...
  10. W

    PHP 7.3 - OPcache not cachings scripts

    PHP 7.3 - OPcache not caching scripts When testing with the following configuration: - Debian 9 - PHP 7.3.9 (php-fpm) - OPCache OPCache doesn't seem to be caching any scripts. Downgrading to PHP 7.2 fixes the issue. I've tested this on 2 different servers, using the following OPcache...
  11. W

    [Installatron] - Wordpress backups / updates not working after server migration

    This is not really Directadmin related, so I'm also opening a ticket with Installatron, but maybe someone here has some experience with this as well. We backed up / restored a Directadmin account with a Wordpress site installed and managed through Installatron from one server to another (php...
  12. W

    bandwith / disk quota notification emails

    We're trying to customize the emails users receive when (almost) exceeding the bandwith / disk quota limit for their account by using a custom template, the ones with a subject like: User xxx has used up xxx% of their bandwidth and xxx% of their allocated disk space - How can we manually...
  13. W

    ignore custom httpd template for specific user

    We've added some custom templates for our users, in order to configure some extra server aliases when these users are created, i.e. in /usr/local/directadmin/data/templates/custom/virtual_host2.conf: ServerAlias www.|DOMAIN| |DOMAIN| |SERVER_ALIASES| |DOMAIN|.|HOSTNAME| www.|DOMAIN|.|HOSTNAME|...
  14. W

    bind not reloading when modyfing DNS zone

    A customer complained the DNS records he added didn't seem to resolve. Directadmin logs are showing the following: grep -i named /var/log/directadmin/errortaskq.log.1 2019:01:25-08:51:01: Error reloading service named : uid 0 gid 0 : /bin/systemctl reload named.service >/dev/null...
  15. W

    Let's Encrypt for custom ServerAlias

    One of our servers is configured so that new domain names added in Directadmin will be available as well by surfing to domain.com.serverhostname.com (by adding |DOMAIN|.|HOSTNAME| as a ServerAlias template in the virtualhost). Since domain.com.serverhostname.com isn't visible in the control...
  16. W

    letsencrypt.sh 403 forbidden error

    I'm receiving the following error when trying to create a Let's Encrypt certificate for a specific domain: Requesting new certificate order... Processing authorization for domain.tld... Waiting for domain verification... Trying again... 1..2..3..4..5.. Challenge status: invalid. Challenge...
  17. W

    cannot install Mariadb 10.3 using Custombuild

    Issue: Mariadb 10.3.7 tar.gz install file not found on files.directadmin.com OS: Debian 9 fresh install /usr/local/directadmin/custombuild# ./build mariadb Dumping database da_roundcube Dumping database mysql --2018-06-28 18:00:01--...
  18. W

    libjpeg upgrade (62 -> 80)

    We require libjpeg 8 to resolve a conflict between Imagick and libjpeg on one of our older servers (error: "Wrong JPEG library version: library is 62, caller expects 80"), similar to this thread: http://forum.directadmin.com/showthread.php?t=49359 Unfortunately I only see the following files...
  19. W

    suphp.conf overwritten when running ./build rewrite_confs

    We have some older servers running SuPHP and noticed /usr/local/suphp/etc/suphp.conf gets overwritten when running ./build rewrite_confs. Is it possible to use a custom suphp.conf file with Custombuild (as it is with the httpd configuration files) or are we better off just chattr-ing it? Thanks!
  20. W

    Let's Encrypt with older Custombuild versions

    Hi, quick question: Is Let's Encrypt supported by Custombuild 1.1 / 1.2?
Back
Top