Recent content by RoRoo

  1. RoRoo

    user cron, mail DKIM issues

    Cron is calling a php script. Within it, php is calling mail() DMARC is explicitly set to reject, so cannot change that as it's a workaround. I was trying to understand what was happening, because on one hand things seem logically but on the other hand it worked with other cronjobs. I'll have...
  2. RoRoo

    user cron, mail DKIM issues

    You can doubt it, but the error message is quite clear: SMTP error from remote mail server after end of data: 550-5.7.26 Unauthenticated email from domainb.com is not accepted\n550-5.7.26 due to domain's DMARC policy I didn't post it the error, because there's is nothing wrong with the error...
  3. RoRoo

    user cron, mail DKIM issues

    Goodday! I've got an irritating issue at hand. I've got a user: user that has several domains configured under it's account. in the account he has several cronjobs that does some action and sends messages to users gmail address. Since a few weeks now the user hasn't been receiving these mail...
  4. RoRoo

    SOLVED Centos 7: Error build PHP 7.4 & 8.1

    Yes, Set it to no and rebuild php. (./build php_expert <versionnumber> php-fpm)
  5. RoRoo

    SOLVED Centos 7: Error build PHP 7.4 & 8.1

    Having the same issues. Build update does not update custombuild to the latest version and PHP keeps failing. I've manually updated custombuild and the php rebuild is currently running but it doesn't look wel edit 1: nope, rebuild did not do a thing. I've tried disabling opcache in the...
  6. RoRoo

    /usr/local/lib64/libzip.so, may conflict with libcrypto.so.1.1

    Experienced the same errors after migrating from Centos 7 to AlmaLinux 8.5 Have tried moving the libcrypto.so.10 but it just gets regenerated after a while / reboot. Running openssl version is "OpenSSL 1.1.1k FIPS 25 Mar 2021" I have removed 2 custom configure.php7x files and rebuild the PHP...
  7. RoRoo

    TLS error after update Exim to 4.93.0.4 from .0.3

    tls1.1 is indeed being dropped on our servers. For a while now.. (this install is 72 days old) But the ciphers seem to have changed recently causing Apple (iOS and MacOS) clients and newer windows clients to fail.
  8. RoRoo

    TLS error after update Exim to 4.93.0.4 from .0.3

    Hi All, Last monday I've updated our servers Exim version from 4.93.0.3 to 4.93.0.4 and immediately after that the logs started filling with these kind of errors: TLS error on connection from [x.x.x.x] (SSL_accept): error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher I've tried...
  9. RoRoo

    Let's Encrypt and it's missing e-mail field

    Hi All, I've got a question regarding the missing e-mail address field. One of our servers is being used solely by a reseller. We manage the server. Since the latest update we're receiving let's encrypt notifications on our admin user's mailaddress. As I've read in the release notes it's a...
  10. RoRoo

    Bandwith, disk usage etc not being updated for some users

    Hi all, I've been noticing some weird behavior on one of our DA servers. A few users haven't gotten their stats/usage/bandwidth etc updated by the nightly tally. When I run a manual tally for a user, it updates it like it should. When I run a Tally All the user(s) get skipped. Showing with...
  11. RoRoo

    overwrite settings made in default php-fpm56.conf

    I've got php-fpm installed using custombuild 2.0 Every user gets it's own php-fpm56.conf file that it uses. But for a certain user I want to overwrite a setting: php_admin_value[display_errors] = off <--- Generic for all users in the /usr/local/directadmin/data/templates/custom/php-fpm.conf...
  12. RoRoo

    Spamassassin driving me NUTS

    I've been running into an issue for a few days now and can't seem to find a working solution. The situation is a new server running CentOS 7 Ran this one during install: https://help.directadmin.com/item.php?id=36 Then after a while, when taking server in production, I found out that the...
  13. RoRoo

    DNSSec on DA wich functions both primary as secondary

    Hi, We've got one DA machine functioning both as primary and secondary DNS for it's configured domain names. on one domain DNSSec somehow got activated. This resulted in DNS SEC enabled servers (e.g. Google Public 8.8.8.8) were unable to resolve because of an error. The error that we receive...
  14. RoRoo

    Restore: Everything is restored but user is unavailable

    A few months ago I moved a few users to another server. I did this using the admin level backup restore function. Everything works perfectly, but when I change a user in DA I get the error: setquota: User <user> doesn't exist. When i check the system, the users don't exist in /etc/passwd and...
  15. RoRoo

    Spamassassin blocking mail from other domain, but same server.

    One of our clients receives mail from another client which is on the same server. But every e-mail this person sends gets blocked by spamassassin running on our server. When I do this from our server from several test domains everything works fine. But this client keeps getting troubled...
Back
Top