• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. J

    Resolved Non delivery mails notifications

    Solved, Migration does not keep full hostname, so the form files was an unauthorized sender. I changed it and know notifications are sent ok.
  2. J

    Resolved Non delivery mails notifications

    I've migrated my plesk to upgrade OS from Centos to Alma The mail server now is Postfix. I have a some problems: 1. Postfix doesn't notify about undelivered email 2. Notifications mails from server sent to gmail account are rejected (I know it after looking in Action Logs). 3. I've set an email...
  3. J

    Resolved RootLogin in SSH other than port22

    Solved: I'm silly, very, very, very silly The mistake was in my side. I was using an script to connect (with default port 22), but I was setting port config in another one. Thanks
  4. J

    Resolved RootLogin in SSH other than port22

    I can use the new port with a non-root user but not with root. Ports are not the problem, the problem is that root can access if I use port 22 but not if I use any other port. And SElinux is deactivated with setenforce 0. And logs secure o messages doesn't contain any info about the root access...
  5. J

    Resolved RootLogin in SSH other than port22

    I followed all these steps, of course. But the problem is that if I set port to 22 root access is allowed, but when I set another port root access are forbidden. Of course the port is open, an so I can access with another user. I cannot see any other firewall. I have Selinux in my system, but I...
  6. J

    Resolved RootLogin in SSH other than port22

    Hi. I just migrated my Plesk from Centos to AlmaLinux 9 I had root access to ssh. I changed port number, and setup Firewall to allow the new port. But I cannot access using root. When I try ssh access I get this answer: The remote system refused the connection I created a new user with ssh...
  7. J

    Issue Database Mangement problem

    And I found a solution following https://support.plesk.com/hc/en-us/articles/12388730359191-Attempted-MariaDB-database-server-upgrade-results-in-Plesk-GUI-inaccessibility-DB-query-failed-SQLSTATE-HY000-2002-No-such-file-or-directory I couldn't apply first step, I have not any mysql server...
  8. J

    Issue Update MariaDB 5.5 to 10.5 failed, system crash

    Answer myself: Solved I aplied https://support.plesk.com/hc/en-us/articles/12388730359191-Attempted-MariaDB-database-server-upgrade-results-in-Plesk-GUI-inaccessibility-DB-query-failed-SQLSTATE-HY000-2002-No-such-file-or-directory I couldn't apply first step, I have not any mysql server running...
  9. J

    Issue Database Mangement problem

    I've the same problem.
  10. J

    Issue Update MariaDB 5.5 to 10.5 failed, system crash

    Hello, I've tried to update MariaDB 5.5 to 10.5 versión using the option in my Plesk installation. But it failed and now I have no plesk access, nor mysql server. Service MariaDB doesn't exist. Removing previous mariadb-server provider ... warning: /var/log/mariadb/mariadb.log saved as...
  11. J

    Resolved Files structure

    OH, yes. I'm blind :( Thanks
  12. J

    Resolved Files structure

    Hello When I create a new domain in my server, I see that Plesk create two logs folder: /var/www/vhosts/example.com/ logs owned by domain user, /var/www/vhosts/system/example.com/logs owned by psaadm They are different folders, not symbolic links. But In documentation I see...
  13. J

    Resolved Outgoing administrator mail not authorized [missing SPF record in sender domain]

    I've the same problem: SPF and DKIM are set. I can send mail from my server mail to a gmail account using a mail client But server notifications are rejected by Gmail because of not SPF. I've set an email in my server as senderAddress in panel.ini Which is the fic for this bug of Plesk?
  14. J

    Question Port cisco-sccp

    Hello I've seen the port 2000 cisco-sccp open in my domain. What is this port? Thanks
  15. J

    Resolved Cron mail not sent with output

    It looks like there was a Firewall error, technical team fixed the problem, but I don't know how the did. Thanks.
  16. J

    Resolved Cron mail not sent with output

    Hello I have a mail problem with cron tasks. In tasks I checked to send an email always. Well, I have cron tasks that produce output but cron does not send the email. I con not see any error in maillog nor cron logs. And I don't know if it's related with, but when I get my profile I see an...
  17. J

    Issue Monitoring: An unexpected error occurred

    I think that there are others issues related with this problem: sslit!, monitoring, extensions catalogue. But my server technicians can not find the problem. The panel.log entrie [2023-10-02 21:52:04.004] 18800:651b1f6339b09 ERR [panel] Could not get Mozilla tls config: cURL error 6: Could not...
  18. J

    Resolved Php mail() doesnt work

    Solved, I don't know why but the path to send mail didnit exist. So the solution was easy: Delete symbolic links (like a reset of links) #unlink /etc/alternatives/mta #unlink /usr/sbin/sendmail Recreate them #ln -s /etc/alternatives/mta /usr/sbin/sendmail #ln -s...
  19. J

    Resolved Php mail() doesnt work

    I see sendmail path es /usr/sbin/sendmail but this path doesn't exist.
  20. J

    Resolved Php mail() doesnt work

    Hello In my plesk I cannot use php mail() function. Whe I use php mail() function the message is not sent and there is not any message in maillog. It happens in all my domains, in any php version. How can it be fixed?
Back
Top