• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. W

    Issue Paid SSL Certificate not working for Mailserver

    I checked it with the following one: CheckTLS TestReceiver Result: [000.386]STARTTLS command works on this server [001.484]Cannot convert to SSL (reason: SSL connect attempt failed error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error) [001.484]Note: This same test with...
  2. W

    Issue Paid SSL Certificate not working for Mailserver

    Update: If I connect via ssh and execute following command while activating the lets encrypt certificate: echo | openssl s_client -servername xxx.com -connect xxx.com:465 2>/dev/null | openssl x509 -text I get the output what I expect (the certificate data) Certificate: Data...
  3. W

    Issue Paid SSL Certificate not working for Mailserver

    Update: I committed myself above, it is not a wildcard SSL certificate but a basic which is also prepared by the manufacturer to protect email traffic. Receiving emails works now but sending them still doesn't work. In the log I get the following error with the paid certificate (with the free...
  4. W

    Issue Paid SSL Certificate not working for Mailserver

    I have a wildcard SSL certificate which secures my domain, I have imported this normally and everything works well so far, but if I now try to select the same certificate for sending an email, then when I send an email I only get the message that the email cannot be delivered. If I then select...
  5. W

    Issue Plesk Mobile Auth not Working

    I installed the plesk mobile extension on my Server. I installed plesk mobile on my phone. The login credentials are correct, checked it many times. The problem is, the domains that are stored are displayed there, as soon as I go to "Info" or "Services" I get the error: Authorization error...
  6. W

    Resolved Plesk Command not found when running over sheduled task

    Do you know the full path of plesk itself? I tried to find it but couldn't.
  7. W

    Resolved Plesk Command not found when running over sheduled task

    I created a shell script that creates a plesk database and assigns the permissions directly. Code: plesk bin database -c test -domain test_host -type mysql -add_user test_user -passwd test_pw -add-access 'localhost' -remove-access '%' -set-privileges '..','..'' If I now connect via SSH and...
  8. W

    Question SSHFS - Remote storage - Auto Mount on Restart

    Due to my server structure, I have to connect Plesk to an SSHFS remote storage of mine in order to be able to create backups. For that I use the Plesk Extension "SSHFS - Remote Storage" Unfortunately, the problem is that when I restart my server, the mount status is back to unmounted and I have...
  9. W

    Question Limit bandwidth only for Plesk Backups

    Is it possible to reduce the bandwidth of the server but only for the backup process?
  10. W

    Resolved [SSH] Create Database User with SSH and deactivate remote access

    Solved with this code: plesk bin database --create "test" -domain "mysql.example.com" -type mysql -add_user "test" -passwd "T3stP4@@w0rd!" -add-access 'localhost' -remove-access '%'
  11. W

    Resolved General error: 1021 Disk full while backing up all data from server [Obsidian 18.0.35]

    Add another Disk to your server (min. the size of the main disk), change the dump and the dump_d Folder to the new partition, and try again
  12. W

    Resolved [SSH] Create Database User with SSH and deactivate remote access

    At the moment I am trying to create a database with SSH and an associated user. This user should only be available locally and not from outside. In the Plesk web panel under Database users, there is the setting "Only allow local connections". Is it possible to activate this via the command...
  13. W

    Resolved General error: 1021 Disk full while backing up all data from server [Obsidian 18.0.35]

    Free inodes are good, and your command didn't work for me with ssh: File or directory not found
  14. W

    Resolved General error: 1021 Disk full while backing up all data from server [Obsidian 18.0.35]

    Thank you @IgorG but I already did this. The configuration from my server should be good, but I guess plesk saves the backups in the cache when they are created, or am I wrong?
  15. W

    Resolved General error: 1021 Disk full while backing up all data from server [Obsidian 18.0.35]

    Currently we have a system with 233 GiB ~ 250GB and we use about 139GiB ~ 149GB, every day in the night the data from the server should get backed up but the plesk backup so there is about 100GiB free storage and the plesk backup always encounters following error: The overall situation of my...
  16. W

    Issue BUGREPORT / Typo on Website

    I can't start a thread in Bugreport so I will create here one: The typo is on: https://docs.plesk.com/de-DE/obsidian/administrator-guide/webserver/apache-und-ngnixwebserver-linux.71933/ It is: "Apache- und ngnix-Webserver (Linux)" But it should be: "Apache- und nginx-Webserver (Linux)"
  17. W

    Issue Email Sending After installing Update No. 2 not working (Obsidian 18.0.29)

    Now after downgrading from plesk to the old version and importing my backup, it works fine again, but when I update plesk, which I want to do, it stops working. Doesn't anyone have the same problem as me?
  18. W

    Issue Email Sending After installing Update No. 2 not working (Obsidian 18.0.29)

    Hello, I installed update number 2 from plesk obsidian 18.0.29 today. Unfortunately my mail server has stopped working and I cannot find any problems. It worked without any problems before. ERROR: SMTP Error: data not accepted.SMTP server error: DATA END command failed Detail: Service...
Back
Top