Search results

  1. Richard G

    ssh-keys management

    Exactly the reason I have a password on mine. If they get stolen it might be able to compromise servers. If they now get stolen, they still have to find out the password, which is by the way also not the easiest one. ;)
  2. Richard G

    550 5.7.1 Client host rejected: cannot find your reverse hostname

    No you have a different problem. This here is an rDNS/PTR issue because that error is thrown and it's on outgoing mail. You might have an exim issue on incoming mail, it's different and not rDNS/PTR related otherwise you would have seen that error too.
  3. Richard G

    550 5.7.1 Client host rejected: cannot find your reverse hostname

    If you created that in Directadmin it won't be seen as a valid PTR record because PTR records need to be set with the ip owner. You need to set that PTR record where you cat the ip address from, mostly your datacenter.
  4. Richard G

    Incorrect FROM Header in DirectAdmin messages

    Yep I don't mind, but whatever the solution is, either more personal or more diradmin@hostname, it should be fixed decently. ;)
  5. Richard G

    DirectAdmin 1.689

    First of all, thank you for adding the CSF/LFD change to the DA version changelog. It's about LF_INTEGRITY and PT_LIMIT. This sounds a little bit confusing to me: So first line. Configuration in existing servers will be updated with this Directadmin update. Am I correct in the assumption that...
  6. Richard G

    Incorrect FROM Header in DirectAdmin messages

    Agreed but it should easy to provide the local to external mail for resellers. Which is probably the reason initially in the past the usage of the contact e-mail address was programmed in there. At the early days that didn't matter. Now it does matter and resellers are used to have this working...
  7. Richard G

    Server TLS certificate.

    I had the wrong line, but that it has no difference to the solution was not my intend to write it. As sais, this is the reason for my writing that line. Easier/shorter and prevents typo's.
  8. Richard G

    Server TLS certificate.

    and Normally no need to replace, just use /usr/local/directadmin/scripts/letsencrypt.sh server_cert which is the correct command according to the docs and the script will autodetect the correct hostname which is provided to DA. Will prevent typo's too. grep -Fvx "$(da config-get servername)"...
  9. Richard G

    Incorrect FROM Header in DirectAdmin messages

    I didn't mean an external account. But if my reseller account is on the server like [email protected] then I'm normally able to send messages to my customer from that mail address. So in these kind of years, things change but also technologies change and it should be possible (just like with...
  10. Richard G

    AlmaLinux 10 support

    Yes why not? Alma 9 will only be EOL in 2032 so time enough to run with it.
  11. Richard G

    Incorrect FROM Header in DirectAdmin messages

    Well I disagree a bit here. Because if a reseller, let's say me, creates a new user account, it would be nice if this user will get this mail from my contact e-mail adres and not from diradmin@hostname because that might be confusing to some users. I wonder how CP is doing that, can't remember.
  12. Richard G

    Incorrect FROM Header in DirectAdmin messages

    Do I understand correctly that it will replace the [email protected] with diradmin@hostname or am I mistaken? But if this is the case, won't there be an issue anymore on the receiving part like Gmail due to the fact that maybe SPF, DKIM and DMARC of resellerdomain is used? Or will that...
  13. Richard G

    Incorrect FROM Header in DirectAdmin messages

    Yes it causes also other issues like this one. It needs to be adressed by DA.
  14. Richard G

    cannot allow TLS1.0, TLS1.1 in exim

    Not exim. But I'm not sure if restarting Dovecot would be enough. You might need to build dovecot and dovecot config, can't harm doing it to be sure.
  15. Richard G

    Assistance needed with migration, same data center.

    Did you use the same MySQL or MariaDB database versions on both servers?
  16. Richard G

    DKIM not working / New Install / Deb 11

    Any clue on how?
  17. Richard G

    Assistance needed with migration, same data center.

    It's not a problem. DA has always helped us with this in the past, but since a couple of years ago no new licenses keys are made anymore. However in the meantime we already moved servers twice this way, it's not really a fuzz, one just has to keep this in mind. We normally always first take all...
  18. Richard G

    Assistance needed with migration, same data center.

    You can forget about that. You can not downgrade licenses. You can use either modern or lifetime. You can go from lifetime to modern (montly) but you can not go from montly to lifetime. So if you want to move, you have to install the new server with the lifetime license (yes that can be done...
  19. Richard G

    Solved Another issue with IPv6

    I'm even sure of it. But remember we are all people so everybody can make mistakes. This is a bigger one indeed. @zEitEr who of the team is writing the docs these days, do you know? Could you contact them and have this fixed please?
  20. Richard G

    cannot allow TLS1.0, TLS1.1 in exim

    That's very well possible. As said the setting you made in the directadmin.conf does not exist zo you can remove it. There is another setting in the custombuild configuration which is ssl_configuration=intermediate which can be set to old...
Back
Top