• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. E

    Question How to disable Warden

    Hi all, We installed the Warden extension while doing a migration.. Bad idea. Too many process... How to temporarily stop Warden to relieve the server? I try: systemctl disable clamd systemctl stop clamd Failed to disable unit: Unit file clamd.service does not exist. Failed to stop...
  2. E

    Resolved Can not delete IP

    Thank you Peter! It was domain alias without DNS management that had been created before the change of the ip on the main domain. By reactivating the DNS, deleting the zones with the ip concerned and deactivating on each domain alias concerned, the ip could then be deleted.
  3. E

    Resolved Can not delete IP

    No solution ?? Is there a way to override Plesk blocking? In summary, I want to delete an IP with the manager. Plesk refuses with the message: Unable to remove the IP address x.x.x.x because it is used by the DNS zone of one or more domains Ip is not used with a domain. Ip is not used in DNS...
  4. E

    Resolved Can not delete IP

    Hi Peter, #grep -R <ip address> /etc/nginx/*/*/*.conf => nothing The problem is not with the domain ips. IP i want to delete is not used. But Plesk doesn't want to delete it because it says the ip is apparently used in a DNS zone on the server. If I search in the DNS zones (see previous...
  5. E

    Resolved Can not delete IP

    Any solution? How to know where this ip is used?
  6. E

    Resolved Can not delete IP

    # for domain in $(plesk db -Ne 'SELECT name FROM domains WHERE parentDomainId=0 ORDER BY name;'); do plesk bin dns --info $domain | grep <myip>; done The DNS zone for this domain is switched off. exit status 1 The DNS zone for this domain is switched off. exit status 1 The DNS zone for this...
  7. E

    Resolved Can not delete IP

    No, it list IP from the network that i want to delete and i can not. I want to know where ip used on a DNS zone...
  8. E

    Resolved Can not delete IP

    So i try: # DNSLIST='alldnszones.txt'; plesk bin domain --list | while read i; do echo -e “n—– DOMAIN: $i —–n” >> $DNSLIST; plesk bin dns --info $i >> $DNSLIST; done But the Ip is not in the list. The is error message with the command: exit status 1 The DNS zone for this domain is switched off...
  9. E

    Resolved Can not delete IP

    Hi all, We want to remove IP addresses that we no longer use (15 ip). No domain affected. It's ok with 14 but not for 1, we have a message: Unable to remove the IP address x.x.x.x because it is used by the DNS zone of one or more domains There is no domain that use this IP: plesk db "SELECT...
  10. E

    Resolved /etc/named.conf: permission denied

    It's ok. The origin of the problem came from the block storage.
  11. E

    Resolved /etc/named.conf: permission denied

    Hi all, When setting up a new instance, everything works fine... except Bind which fails. In the /var/log/syslog file, i've this: open: /etc/named.conf: permission denied named[33696]: loading configuration: permission denied named[33696]: exiting (due to fatal error) systemd[1]...
  12. E

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    Peter, Ok. I don't have a backup as this is a fresh install. I will reinstall... :(
  13. E

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    #plesk repair db -y Checking the Plesk database using the native database server tools DB query failed: SQLSTATE[HY000] [2002] Connection refused The database structure is corrupted. You can try to repair it with "plesk repair installation" and "plesk repair db". exit status 1 # plesk repair...
  14. E

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    Ok for /var/log/messages. But nothing about mariadb message or mariadb error in the file...
  15. E

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    Hi Peter, No file /var/log/mariadb... The reboot was done by the command line "reboot".
  16. E

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    Hi all, After installing Plesk on a new instance, everything works fine. I perform a reboot and i've thsi result after identification: DB query failed: SQLSTATE[42S02]: Base table or view not found: 1932 Table 'psa.smb_users' doesn't exist in engine, query was: DESCRIBE `smb_users` Why this...
  17. E

    Resolved Change header email / Apache invalide : AH00526: Syntax error on line 1

    Grrrr.. yes it change... It was on. When i turn off, email is correct. It is possible to turn on (this is a server with multiple clients) and to desactivate this option for one domain only?
  18. E

    Resolved Change header email / Apache invalide : AH00526: Syntax error on line 1

    Peter, Because i've found example on the php documentation without whitespace: PHP: mail - Manual But i've also tested with a whitespace: $to = 'myemail@myemail.com'; $subject = 'Test'; $message = 'Hello !'; $headers = 'From: sender@mydomainB.com' . "\r\n" . 'Reply-To: sender@mydomainB.com' ...
  19. E

    Resolved Change header email / Apache invalide : AH00526: Syntax error on line 1

    Peter, So i've added in the the PHP additional directives: sendmail_path="/usr/sbin/sendmail -t -i -f sender@mydomainB.com" And my PHP function: $to = 'myemail@myemail.com'; $subject = 'Test'; $message = 'Hello !'; $headers = 'From: sender@mydomainB.com' . "\r\n" . 'Reply-To...
Back
Top