Search results

  1. J

    SpamAssassin custom threshold value not saved properly

    Skin UI path: /user/email/spamassassin When setting a custom threshold value, this is not properly saved in the UI. Initially the integer value is saved to the user_prefs config, however once you navigate away from the SpamAssassin config page and visit it again, the "What score threshold do...
  2. J

    LetsEncrypt 1.0.16

    Available on files1.directadmin.com. Changes: diff /usr/local/directadmin/scripts/letsencrypt.sh /usr/local/directadmin/scripts/letsencrypt1.0.15.sh 2c2 < #VERSION=1.0.16 --- > #VERSION=1.0.15 252d251 < chown webapps:webapps ${WELLKNOWN_PATH}/letsencrypt_${TIMESTAMP} 488,489d486 < <...
  3. J

    DirectAdmin reverse proxy in a sub directory

    I was wondering if it would be possible to run DirectAdmin through a reverse proxy in a sub directory, rather than a sub domain. I can get it to work using this guide: http://help.directadmin.com/item.php?id=84 But this only works for subdomains, I'd rather do through a directory e.g...
  4. J

    Exim IPv6, port 25 closed but 465 and 587 open

    I've recently been reconfiguring Exim to properly support my IPv6 setup. I'm using Exim 4.85 and recently rebuilt the exim.conf file, as some areas had changed since last setting it up. I've noticed that after applying the new IPv6 settings, I cannot make a connection to port 25 on an IPv6...
  5. J

    Modifying Exim SMTP banner for multiple IP addresses

    Hi, I was wondering if its possible to expand this code to include more than one additional IP address? smtp_banner =\ ${if and{\ {def:interface_address}\ {eq{${interface_address}}{1.2.3.4}}\ } {mail.host1.com}{mail.host2.com}} ESMTP $tod_full I have three...
  6. J

    Disable generation of "Backup is ready" via Message System

    Hi, It it possible to silence the "Your Backup is Ready" messages in DirectAdmin? I have disabled email notifications but there doesn't seem to be an obvious way to disable the actual notification in the message system itself. Is it possible to do this? I only ask as I run a daily cron...
  7. J

    Multiple SSL Certificates with Exim?

    Hi, I've been implementing multiple SSL certificates on IMAP and POP3 in Dovecot which was easy enough following: http://help.directadmin.com/item.php?id=388 Now I want to do the same with Exim for SMTP. I noticed this small entry in the Knowledge base...
  8. J

    Adjusting aggressiveness of Brute Force blocking?

    Hi, I have setup BFM and CSF on my VPS Server. I have modified the block_ip and unblock_ip sh scripts to be usable with CSF. So BFM detects the brute force attempts but CSF actually handles the blocking with the CSF deny file, but enables the BFM monitor section in DirectAdmin to work in...
Back
Top