• 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

    Overview of all Backups?

    Is there some way to view individual client backups without having to drill-down into each & every subscription (e.g., an overview of all client backup activity)?
  2. E

    Server Backups

    The Backup Manager documentation doesn't specifically address the how the option "Back up individual user accounts with websites..." except to say... Do Server Backups count against customers' storage usage? Are customers able to opt-out of scheduled server backups (or will it be the...
  3. E

    Forwarding an entire mailbox?

    The error was caused because I forgot to change the filesystem ownership. i.e., This command resolved the errors (just as Abdi had instructed): [root@mail mailnames]# chown popuser:popuser example.com/BarneyMaildir/cur/*
  4. E

    Forwarding an entire mailbox?

    And what about the contents of the maildirsize and courierimapuiddb files? Will moving the files into the subdirectories cause errors will these data files? [root@mail fred]# for x in maildirsize courierimapuiddb ; do echo -e "\n$x\n============" ; head Maildir/$x ; done maildirsize...
  5. E

    Forwarding an entire mailbox?

    Thanks, Abdi: Can/Should I copy the contents of Fred's Maildir/cur subdirectory to Barney's Maildir/new subdirectory? e.g., [root@www fred]# tree -d . ├── @attachments └── Maildir ├── courierimapkeywords ├── cur ├── new └── tmp Or is there some metadata or tagging...
  6. E

    Forwarding an entire mailbox?

    A client has requested that one of their e-mail addresses (e.g., fred@example.com) be forwarded to another of their e-mail addresses (e.g., barney@example.com) but there are already a few hundred e-mail messages in Fred's mailbox. Is there an easy way to move those messages from Fred's mail...
  7. E

    Backup to Personal FTP repository not overwriting oldest file

    I've been looking for a way to use Amazon S3 with Plesk Backup Manager when I found this thread and I'm wondering: With the exception of versioning, how's StorageMadeEasy been working for you?
  8. E

    URGENT: Updating DNS records in bulk

    Rebooting the server seems to have fixed the situation.
  9. E

    URGENT: Updating DNS records in bulk

    After manually reassigning the IP addresses of each subscription... Subscriptions -> Example.com -> Change Hosting Settings Plesk warns: ...so, after reading the "detailed error message [that] was e-mailed to [me]": ...and verifying that there were no subscriptions that were using the OLD IP...
  10. E

    URGENT: Updating DNS records in bulk

    My VPS provider (BitronicTech) has changed the IP addreses assigned to my VPS and, as a result, all of the DNS entries are incorrect. Is there a way to update the IP addresses all DNS records at once? e.g., Change all of the resource records (RR's) associated with a specific shared IP address?
  11. E

    Transfer from Plesk 11.0 -> 11.5?

    I'd like to transfer subscriptions from our existing Panel (Plesk Panel ver. 11.0.9 on CentOS 6.4 [x86_64]) to a new instance of Panel (Plesk Panel ver. 11.5.30 on CentOS 6.4 [x86_64]) but I noticed that the section "Transferring Panel Data" of the "Installation, Upgrade, Migration, and Transfer...
  12. E

    Migration Manager from 10.x to 11.x - headache!

    I'm not clear on the difference between the two different approaches that you took (i.e., bulk versus individual). Could you elaborate? TIA,
  13. E

    Migration Manager from 10.x to 11.x - headache!

    I noticed from the title of this thread -- "Migration Manager from 10.x to 11.x..." -- that your attempting to transfer from Plesk Panel ver. 10 to Plesk Panel ver. 11. The section "Transferring Panel Data" of the "Installation, Upgrade, Migration, and Transfer Guide. Parallels Plesk Panel...
  14. E

    /usr/local/psa/tmp

    Thanks, Igor.
  15. E

    Updating BIND

    I'm the only administrator with access to this particular system. Could this be an attempt to conceal an exploit?
  16. E

    What does crontab edit?

    I mean this in the nicest way possible, JP: RTFM :P Cron is a fundamental system administration concept that you should be intimately familiar with. I suggest these sites for your edification: What is Cron? Newbie: Intro to cron
  17. E

    /usr/local/psa/tmp

    While reading the thread "patch #55 problems", I decided to take a look in /usr/local/psa/tmp on my own Plesk 11.x system (CentOS 6.4) and was alarmed to find what seems to be a ver large number of files: [root@www ~]# find /usr/local/psa/tmp/ -maxdepth 1 -type f | wc -l 290 [root@www ~]# find...
  18. E

    Updating BIND

    Updating BIND / Warning: RPMDB altered outside of yum While updating the BIND packages today (to address CVE-2013-4854), I noticed this warning... [root@www ~]# yum update bind ... 0 packages excluded due to repository protections Setting up Update Process Resolving Dependencies -->...
  19. E

    plesk started, but not accessible on port 8443

    +1. Works for me too using the 130.185.109.98 IP address or the go-web.net domain name. :)
  20. E

    plesk started, but not accessible on port 8443

    +1. Please show the status of iptables. e.g., [root@www ~]# /etc/init.d/iptables status Table: filter Chain INPUT (policy ACCEPT) num target prot opt source destination Chain FORWARD (policy ACCEPT) num target prot opt source destination...
Back
Top