Search results

  1. E

    connection to dovecot on ports with SSL not possible

    Thanks Kristian. I'll start looking at other stages in the chain of connections.
  2. E

    connection to dovecot on ports with SSL not possible

    Thank you Kristian. I didn't mention but this was a working server where the firewall was setup correctly. All ports necessary are open. I ran "openssl s_client -connect <your hostname>:993" anfd this is the result: [root@m01 /]# openssl s_client -connect <MYSERVERNAME>:993...
  3. E

    connection to dovecot on ports with SSL not possible

    I have used this article https://help.directadmin.com/item.php?id=629 to setup my server with a LE SSL certificate for all services. Yet, I can not connect to dovecot, neither via imap nor pop3, using a connection on any port that should use SSL. I use standard ports for dovecot and exim. The LE...
  4. E

    CSF does not block ports that are not listed in tcp_in in csf.conf, sshd targeted on blocked ports with user root nonetheless

    Thanks and you're right Brent, but I can't live without access to port 3306 on this server, unfortunately. And as DA has a nice way of granting access to port 3306 based on IP addresses only, sofar this has kept me out of problems.
  5. E

    CSF does not block ports that are not listed in tcp_in in csf.conf, sshd targeted on blocked ports with user root nonetheless

    Thanks Brent, the IP address is already set in /etc/ssh/sshd_config as you describe, but I had not specified a ListenAddress yet. I'll set it and report back.
  6. E

    CSF does not block ports that are not listed in tcp_in in csf.conf, sshd targeted on blocked ports with user root nonetheless

    Hello, I have a mixed issue here. I have a DA 1.6.server with ssh on port 1xxxx set in csf.conf and CSF set to listen only on a number of ports < 10000 with port 1xxxx added as addiotnional portnumer to listen on. Also, root login has been disabled in sshd_config with 'PermitRootLogin no' and...
  7. E

    Cannot install PHP7.4, build will not start

    PHP 7.4 is now installed and runnning very nicely. Problem solved :) Thank you @smtalk for your expert help !
  8. E

    Cannot install PHP7.4, build will not start

    I removed the empty file /usr/local/directadmin/custombuild/custom/fpm/configure.php74 and started a new build. Which is now in progress. So that's working !
  9. E

    Cannot install PHP7.4, build will not start

    Thank you for the suggestion smtalk. I checked /usr/local/directadmin/custombuild/custom/ but there is no custom config file there. Or should I look in another place?
  10. E

    Cannot install PHP7.4, build will not start

    Correct, php -v outputs this: # php -v PHP 7.1.33 (cli) (built: Apr 5 2020 16:18:54) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.1.33, Copyright (c) 1999-2018, by Zend Technologies
  11. E

    Cannot install PHP7.4, build will not start

    I tried this and the output is slightly different: ./build php Found /usr/local/directadmin/custombuild/php-7.4.4.tar.gz Extracting ... Done. Configuring php-7.4.4... Patching php-fpm to not fail on startup if User quota maxed out on socket chown patching file sapi/fpm/fpm/fpm_unix.c Hunk #1...
  12. E

    Cannot install PHP7.4, build will not start

    Thank you Richard, here they are: #PHP Settings php1_release=7.4 php1_mode=php-fpm php2_release=5.6 php2_mode=php-fpm php3_release=7.2 php3_mode=php-fpm php4_release=7.3 php4_mode=php-fpm php_ini=yes php_timezone=Europe/Amsterdam php_ini_type=production x_mail_header=yes #MySQL Settings...
  13. E

    Cannot install PHP7.4, build will not start

    Thanks Anay for the suggestion. I've already used PHP 7.2 and 7.3 for php3 and php4. I've tried with PHP 7.0 and the result was the same.
  14. E

    Cannot install PHP7.4, build will not start

    Hello, I'm trying to set my php1 to PHP 7.4 using custombuild. Current PHP version of php1 is 7.1.33. I get the following output: Executing /usr/local/directadmin/plugins/custombuild/admin/build php_expert 7.4 php-fpm... Found /usr/local/directadmin/custombuild/php-7.4.4.tar.gz Extracting...
  15. E

    Partition usage warning no longer sent?

    I noticed that, since 1.59.1 update, the partition usage warning is no longer sent. Both check_partitions and partition_usage_threshold are set in directadmin.conf . I set these values so I should receive a daily warning message but it no longer appears, not per e-mail and not in the Message System.
  16. E

    httpd not restarted after generation of LetsEncrypt certificate

    On my DA (1.55) server, httpd is not automatically restarted when a LetsEncrypt certificate is issued to a domain for the first time. Manually restarting httpd solves this. It used be automatic though and at some point in time this broke on my server. Is this a general issue of pecific to my...
  17. E

    Errors AH01067: Failed to read FastCGI header / AH01075: Error dispatching request to

    I have a DA server (1.55) which runs PHP 7.0 in php-fpm for a number of domains. Every couple of hours, in one of the domain's PHP error logs I find a multitude of these lines: [proxy_fcgi:error] [pid 10426:tid 140593975867136] [client xx.xxx.xxx.xxx:57982] AH01067: Failed to read FastCGI...
Back
Top