Tag: directadmin
-
DirectAdmin x509: certificate has expired
License check failure See the Debug GuideReason: request failed: Post “https://licensing.directadmin.com/start”: x509: certificate has expired or is not yet valid: current time 2022-10-26T11:51:22+03:00 is after 2021-09-30T14:01:15Z The issue is likely due to server CA root certificates being too old. If you are using Centos 7 which is still supported – you should still be able…
-
The service ‘freshclam’ on server server.loginroot.com is currently down (Debian 8)
If You are getting mails from DA about:
-
Add a separate SSL certificate for a subdomain in Directadmin
Directadmin doesn’t have possibility to add SSL certificate for a subdomain, unless You add it as a separate domain in domain control. You may also use separate SSL certificates by creating a custom httpd (or nginx, but it would require to change the CAROOT line) file in user configuration dir i.e. loginroot.com.cust_httpd (or loginroot.com.cust_nginx if…
-
Script: populating the domainips file for the exim automatically (DirectAdmin)
Script for populating /etc/virtual/domainips records for the exim. Exim configuration change is described here It takes IP that is assigned to that domain in Directadmin and adds it to the domainsip file. Here is the script (Please note: it always overwrites the domainips file!!!): #!/bin/sh LIST=`/bin/cat /etc/virtual/domainowners | tr -d ' '` echo -n ''…
-
How-to: Sending emails using IP address per domain in exim (Directadmin)
To be able to send mails via different IP per domain, You need to do the following changes in the /etc/exim.conf file: Find the “remote_smtp:” part, and add line
-
client denied by server configuration: owncloud and directadmin
If got error with owncloud when using owncloud application (custombuild managed structure): [Mon Mar 24 19:42:39.379283 2014] [access_compat:error] [pid 525512] [client 86.100.237.21:55665] AH01797: client denied by server configuration: /home/admin/domains/domain.tld/ private_html/owncloud/remote.php Solution is to enable PUT requests.
-
Squirrelmail hangs forever (DNS cache problem)
Noticed that one squirrelmail sometime hangs. It contained default directadmin installation configs. Straced proccess, and found that it queries DNS servers for a quite long time (only snippet):