• 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. burnleyvic

    Event Handler for DNS enable/disable

    This is certainly a feature I'd need to see, too, in the panel cause we rely heavily on the event handlers to manage our DNS/SMTP infrastructure. At the moment, as far as I know, there is no event handler hooked with switching DNS on/off for a zone. Looking to 10.4.4 I see several "DNS zone...
  2. burnleyvic

    Plesk 10.x default crontab file

    On 10.3.1 & CentOS 5: 0 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/secur-check 0 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/send-report weekly 10 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/clean-sysstats 15 1 * * *...
  3. burnleyvic

    DNS zone issue on upgrade to plesk 10.4.4 MU 12

    Yes Igor, there's some progress being made here. However, something must be very carefully clarified. There are *2 aspects* of this issue: 1. Plesk losing custom DNS records after the upgrade 2. Plesk adding unnecessary templated-based DNS records after the upgrade Both behaviours are equally...
  4. burnleyvic

    Upgrade to 10.4.4 - check-quota filter errors

    Same here, heaps of 'Failed to run' entries grep "Failed to run '/usr/sbin/postalias -q " /usr/local/psa/var/log/maillog| wc -l 447 # /usr/sbin/postalias -q user@remotedomain.com hash:/var/spool/postfix/plesk/virtual # echo $? 1 # /usr/sbin/postalias -q user@localdomain.com...
  5. burnleyvic

    Apache2 process using 100% of CPU

    What's the output of the following commands? netstat -tenp| grep ${offending_apache_pid} for pid in `pgrep -u www-data`; do echo -n "$pid " ; find /proc/${pid}/cwd -printf "%l\n" ; done
  6. burnleyvic

    DNS zone issue on upgrade to plesk 10.4.4 MU 12

    Igor, we've got the confirmation from your Tech Support that the developers have reproduced the bug internally following these steps: 1. do a fresh 10.2.x installation 2. define a DNS template. 3. create a customer with two domains: - one with default zone, template based. - one with custom...
  7. burnleyvic

    What's covered by the "other" catigory in customers disk statistics?

    make sure you have configured log rotation in the Logs & Statistics section of the relevant service plan or subscription if its customised. You can set it to rotate logs by size or time to keep disk usage by logs under control. Shutting the logs down for customers is probably more trouble than...
  8. burnleyvic

    What's covered by the "other" catigory in customers disk statistics?

    you are referring to the other folders in .../vhosts/<domain>/ other than httpdocs and folders associated with subdomains I take it?
  9. burnleyvic

    What's covered by the "other" catigory in customers disk statistics?

    Parallels were not very forthcoming with what 'other' includes. Apart from Backups I'm unsure what else is included. I'm also assuming you emptied all the sub-folders. If you do find out please update article it would be good to know for future reference.
  10. burnleyvic

    What's covered by the "other" catigory in customers disk statistics?

    yes in our case it was as they were ancient history. Client was able to make new backups with our issue. We also use separate system to backup all content on the servers, this is more for clients who want to backup before changing their website.
  11. burnleyvic

    DNS zone issue on upgrade to plesk 10.4.4 MU 12

    Igor, we're in touch with your technical support as you know already and we're trying to find a way to reproduce the bug without having to resort to shell access. Will keep you all posted about the progress and resolution.
  12. burnleyvic

    DNS zone issue on upgrade to plesk 10.4.4 MU 12

    You don't have two or more dns servers you configure in the plesk DNS template? e.g dns1.yourhost.com dns2.your host.com This way the template for each client only needs to have the two corresponding ns records and thats it no need to create a ns 'A' record place holder for each domain.
  13. burnleyvic

    DNS zone issue on upgrade to plesk 10.4.4 MU 12

    Can't say I've had that issue when deploying new domains, it adds our 4 name servers with out issue. What we are not happy about is the fact new records were injected into an existing zone file when there was absolutely no need even when taking into account it creating separate zones for...
  14. burnleyvic

    DNS zone issue on upgrade to plesk 10.4.4 MU 12

    Hey Igor, thanks for replying. In our case, for the affected server we have: mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -e 'select * from misc where param = "subdomain_own_zones"' +---------------------+-------+ | param | val | +---------------------+-------+ |...
  15. burnleyvic

    domain name appears in red letters & (?)

    If an account was over using a resource it will appear in red. Even after you have fixed it it will still appear in red until the plesk server does its nightly maintenance operations. If you check it tomorrow it will be back to normal.
  16. burnleyvic

    DNS zone issue on upgrade to plesk 10.4.4 MU 12

    Just a word of warning. We recently upgraded a plesk 10.3.1 Centos 5.7 based server to plesk 10.4.4 MU 12 and it seriously stuffed up the DNZ zones. It appears during the upgrade plesk injected part of the servers default DNS template into the custom DNS zone on upgrade. This resulted in...
  17. burnleyvic

    10.4.4 with Mail Enable: "Total mailboxes quota is not supported by the mail server"

    Is there any update on this? Are you able to post which MU this will likely be fixed with please.
  18. burnleyvic

    Dovecot at Plesk

    We also would like to see this integrated or at least as an option in plesk.
  19. burnleyvic

    Change BIND to DNSMASQ

    We are using Plesk without BIND running for some time, we've got a custom DNS integration. Works fine, sometimes it spits out errors during upgrade, but these messages are apparently harmless.
  20. burnleyvic

    utoinstaller ERROR: error during prepare patch plesk-10.4.4~patch12

    If anyone else encounters this problem: looks like Parallels mirror at 72.21.81.253 is broken. After changing the IP for autoinstall.plesk.com to 93.184.221.133 it all went ok.
Back
Top