Search results

  1. edvanleeuwen

    how to restart php-fpm and web server?

    For applying changes to an ini (or sometimes after updating Drupal/CiviCRM), I change the PHP version back and forth in the user domain.
  2. edvanleeuwen

    Backup and restore webmail contacts

    Ok, thanks. I have found the roundcube.xml file so at least this was created. By default, it should have been imported, but alas. Any thoughts on importing this manually from the XML?
  3. edvanleeuwen

    Backup and restore webmail contacts

    I have created a site backup and restored it on a new server. However, I noticed that webmail/roundcube contacts had not been transferred. Are contacts not included in a site backup?
  4. edvanleeuwen

    Query via phpmyadmin blocks server access

    Whenever I try to execute queries via phpmyadmin, I get blocked. Not only for phpmyadmin, but for the whole server. After some time, this block is removed. My IP is allowed in CSF. Querying via client programmes, e.g. HeidiSQL does not leave me stranded. Is there something I can do to prevent...
  5. edvanleeuwen

    DNSSEC, TLSA and DANE

    Check if you have /etc/named.conf or /etc/bind/named.conf. And change the NCONF entry in set_tlsa accordingly.
  6. edvanleeuwen

    CB not updating to latest version

    My mistake: I previously used custom_versions.txt and forgot to delete it.
  7. edvanleeuwen

    CB not updating to latest version

    I noticed that the most recent version of Apache is 2.4.53. httpd -v shows 2.4.52. So I tried to do a ./build update, but it did not update Apache. Then I checked versions.txt and it did have the most recent version. What is the reason CB does not update to the latest version?
  8. edvanleeuwen

    Inconsistent DMARC?

    Ok, what do you recommend when the autoreplies are sent from the localhost?
  9. edvanleeuwen

    Inconsistent DMARC?

    Almost everything.... I checked the primary_hostname: It gives me Then I checked this with https://dmarcian.com/domain-checker/ and it verifies correctly. But when I checked with https://www.dmarcanalyzer.com it told me that there was no dmarc record for the subdomain and that it had taken...
  10. edvanleeuwen

    Inconsistent DMARC?

    Thanks for all the help. I added SPF,DKIM and DMarc as DNS records for the specific hostname. Now everything is fine.
  11. edvanleeuwen

    Inconsistent DMARC?

    Ok, I now see that my main domain has a proper setup (checked with appmaildev and internet.nl), but the server uses the hostname (s1.mydomain.nl), which does not have the SPF,DKIM,DMarc records. What is the best way to solve this?
  12. edvanleeuwen

    Inconsistent DMARC?

    When the server sends a reply (.e.g for quota) to a user with @home.nl extension, it fails on DMARC: When I send it via a mail programme and the same email server, it does not: What is the difference and can I solve this?
  13. edvanleeuwen

    Option to not change authentication details during rewrite_confs

    I am using the server-status page with authentication details for Datadog. Every time I build rewrite_confs these details are changed in the httpd_info.conf and I have to change them in the yaml file. Is there a way to keep them unless specified?
  14. edvanleeuwen

    Solved rewrite_confs fails when commenting out first occurence of disable_functions

    For future reference: When you comment out the first occurence of disable_functions, build rewrite_confs fails (grep -m1 'disable_functions' PHPINI).
  15. edvanleeuwen

    [Debian 11] CSF not opening port?

    Just for future references: Proxy settings for Duplicati on Nginx and Apache: https://forum.duplicati.com/t/reverse-proxy-on-nginx/1936/7
  16. edvanleeuwen

    [Debian 11] CSF not opening port?

    Solved it by using a customised VirtualHost. See https://www.linuxbabe.com/backup/duplicati-debian-ubuntu-linux-mint-desktop-server#reverse-proxy Thanks for your help!
  17. edvanleeuwen

    [Debian 11] CSF not opening port?

    Yes, based on that article I added the parameters. (Although it is better to enter them in /etc/default/duplicati). # ps ax | grep Dup: I will look into this further, perhaps by installing a previous version.
  18. edvanleeuwen

    [Debian 11] CSF not opening port?

    Yes, that was what I thought. That's why I added params to Duplicati to enable it from outside: --webservice-interface=any
  19. edvanleeuwen

    [Debian 11] CSF not opening port?

    Connecting to localhost succeeds.
  20. edvanleeuwen

    [Debian 11] CSF not opening port?

    Yes, 8200 is present in iptables. telnet from outside gives Connection refused. # sudo lsof -i -P -n | grep LISTEN | grep 8200
Back
Top