Search results

  1. H

    Apache/Nginx bytes logs

    Maybe not. But the default for logs_to_keep is 5 and 10 .bytes files would be twice that amount. Check your config with: da config-get logs_to_keep AFAIK the .bytes files are only used for calculating the bandwidth used by the domain. The DA nightly tally processes these files and rotates them...
  2. H

    Apache/Nginx bytes logs

    For every domain there is a /var/log/(httpd|nginx)/domains/domain.tld.bytes log which is rotated every day. How can I configure the amount of bytes logs that I want to keep? It seems related to logs_to_keep and I think that the bytes logs are kept twice the value set at logs_to_keep. Example: I...
  3. H

    DirectAdmin 1.644 RC

    We're using login_pre hook to restrict admin logins to specific IP addresses. I understand why all_pre.sh is removed and we need to use more specific hooks but login_pre seems a pretty specific hook to me. We really need the possibility to restrict access to admin accounts by IP-address, how can...
  4. H

    Systemd sd-pam high memory during tally

    On one of our servers LFD is reporting high memory usage for /lib/systemd/systemd (sd-pam) during tally: Time: Fri Jul 15 00:16:07 2022 +0200 Account: USER_A Resource: Virtual Memory Size Exceeded: 1132 > 512 (MB) Executable: /lib/systemd/systemd Command Line: (sd-pam)...
  5. H

    Autoresponder every wednesday afternoon

    A vacation message is active from start date to end date. Not like, every wednesday afternoon. I could use vacation messages but than I need to add 1 for every week and I'll end up with 52 vacation messages if I prepare it for 1 year.
  6. H

    Autoresponder every wednesday afternoon

    Hello, I want to add an autoresponder which only applies on a specified day and time, each week. Assume I'm working all week but not on wednesday afternoon. I want my autoresponder only for that moment. I think it's not possible, or am I missing something? Thank you!
  7. H

    Override TTL missing in DNS Management

    The option Override TTL seems to be missing in DNS Management of user level. DirectAdmin: 1.62.7 Update channel: current
  8. H

    DirectAdmin 1.51.0 has been released

    Do you use a /var/log partition? If yes, the new way of updating awstats as the user creates hardlinks in /var/user_logs to /var/log/httpd/domains and harlinks can only be used on the same partition. You can solve it by setting awstats=2 in /usr/local/directadmin/conf/directadmin.conf and run...
  9. H

    setup.sh: Job for quota.service failed. See 'systemctl status quota.service' and 'jou

    Seems like it works: # repquota /home *** Report for user quotas on device /dev/mapper/vg0-lvhome Block grace time: 7days; Inode grace time: 7days Block limits File limits User used soft hard grace used soft hard grace...
  10. H

    MariaDB & systemctl issue: /tmp/mysql.sock is within the PrivateTmp

    Great! Thank you. And the password for the MySQL root user(s)? root@localhost, root@::1, [email protected] and [email protected] These accounts had an empty password after installation.
  11. H

    Problem with installing Perl modules for SpamAssassin

    Yes, I think so too, but the module didn't get installed. Therefore I needed to install it with notest parameter. At first I thought it had something to do with internet connectivity or DNS, but everything is fine, I can reach different site all over the world and DNS is working fine. We didn't...
  12. H

    setup.sh: Job for quota.service failed. See 'systemctl status quota.service' and 'jou

    # systemctl status quota.service â quota.service - Check And Enable File System Quotas Loaded: loaded (/lib/systemd/system/quota.service; enabled) Active: active (exited) since Fri 2015-05-08 16:29:37 CEST; 3 days ago Docs: man:quotaon(8) Main PID: 23366 (code=exited...
  13. H

    Problem with installing Perl modules for SpamAssassin

    We always install the required Perl modules for SPamAssassin with cpan, according to http://help.directadmin.com/item.php?id=36 In Debian 8.0 I had trouble getting it to work. It was because of 2 modules, Mail::SPF and LWP::Protocol::https (I'm not sure if this is required for SpamAssassin to be...
  14. H

    setup.sh: Job for quota.service failed. See 'systemctl status quota.service' and 'jou

    I'm testing Debian Jessie for new installs, I experienced the following. During setup.sh, in bold the real error, other information for clarification: ***************************************************** * * DirectAdmin requires certain packages, described here: *...
  15. H

    MariaDB & systemctl issue: /tmp/mysql.sock is within the PrivateTmp

    Some problems with install of MariaDB: 1. There's no password configured for the root user. 2. Because of the non-default location of mysql.sock the mysql and mysqladmin commands aren't working. They need the parameter --socket /usr/local/mysql/data/mysql.sock I suggest adding the following to...
  16. H

    Problem with Imagick - Wrong JPEG library version: library is 62, caller expects 80

    I've had the same problem on one of our servers. Debian 7.8 64-bit, DA 1.47, Apache 2.4.12, PHP 5.5.23 (FPM), Imagick 3.1.2. I tried downgrading Imagick to 3.1.0 and even older versions, also beta versions. It didn't help. PHP info shows libJPEG version 6b, I think that's the problem. There're...
  17. H

    SpamBlocker 4.3.0, BlockCracking, Easy Spam Figther, and new exim.pl

    I agree. Sometimes messages are rejected at the server where the forward is located to. Eg. someone sends an email to a domain on our server and the message gets forwarded, the destination server can reject this message for several reasons. Local blacklist of our server, rate limiting, but also...
  18. H

    Feature Request: Account Reset

    Sorry for replying to such old topic. We also like this feature and as far as I can tell it isn't there already. Customer requests for resetting their accounts are increasing. This feature is very welcome.
  19. H

    [HOWTO] mpm-itk

    I investigated and tested this further. I'm convinced that this is the right approach. Directory directives in Apache are followed in a specific order, not by occurrence in the configuration. <Directory /home/user123> <IfModule mpm_itk_module> AssignUserId |USER| |GROUP|...
  20. H

    [HOWTO] mpm-itk

    After a few month's we use mpm-itk, we came across a very little problem. If you access your site by http://srv1.domainname.com/~user1 the userid isn't set and the process still runs as user 'apache'. Quite obvious off course, because the virtual host of the domainname won't match. Thinking and...
Back
Top