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

    New bug/problem Plesk 10.X windows and linux

    I dug thru the databases on this and found this SQL to work perfectly to fix my password problems: UPDATE smb_users SET ownerId=(SELECT id FROM clients WHERE login='example.com') WHERE email like '%example.com'; Replace "example.com" with the specific domain you're trying to fix. If your...
  2. S

    Cannot find email account password change

    It's still a problem in 10.2
  3. S

    New bug/problem Plesk 10.X windows and linux

    Same here. What the heck is this SQL supposed to do and where do I obtain the values for "sdfsd" and "client"? Is "client" a static string? Is "sdfsd" supposed to be the problem email address(es)? While it might be simple enough to just plug random values in there - it would be best if I didn't...
  4. S

    Client Email Passwords

    I echo this. I upgraded from 9.x and cannot change passwords on any of my client email accounts. Sure, I could use the CLI, but when you have over 300 email addresses and don't want to have to manage them all manually, it would really be nice to have an interface to do it from the site...
  5. S

    Bind nameserver very unstable

    I upgraded to the current release of Bind the second time my DNS failed, a few days after the comment above. It's been almost two weeks now, and it hasn't had any other issues since. I followed the method at the link above, and created a batch file to help automate upgrades in the future:
  6. S

    Error: Not enough disk space

    btw, the BASH command to help you figure out what's eating up space is: du -P -s -x -b * This will list the size of all files and folders under the current directory. Start with "df" to find out what partitions are full, and their actual addresses (in this case I saw "/dev/hda6 ... ... ...
  7. S

    Error: Not enough disk space

    I'm having the same problem - turns out that the applications stored in "/usr/local/psa/var/cgitory" are the problem. You can remove the apps from Plesk at "Applications" on the left, then check the boxes for the apps to remove, then click the "remove" link above the application list.
  8. S

    Bind nameserver very unstable

    I just experienced this same problem this morning. DNS was down for half an hour while I tried to figure out what was wrong. The biggest issue? Plesk reported DNS as "running" even though the service was not actually able to service any requests. If the service doesn't *work* it doesn't matter...
  9. S

    always seeing "An update is available" for "Plesk Updater"

    Within the Plesk Updates pane of the control pane, I always see "An update is available" for "Plesk Updater". I've installed this update a couple times a week for months. The dates never change. No errors are reported. Any ideas on how to fix it? My release is Apr 7, 2008, but the current...
  10. S

    [atomic] Mysql 5.1 for Plesk

    I installed MySQL thru Atomic, and `mysql --version` now returns: mysql Ver 14.14 Distrib 5.1.48, for redhat-linux-gnu (i686) using readline 5.1 Plesk (9.5.2) reports 'mysql 5.1.48-1.el4.art' within the 'Server Components' page. However, phpinfo() still returns: mysql MySQL Support...
  11. S

    Blank emails after update to 9.2.3

    I fixed the "execv()" and "empty mail" issues on one of my servers with the following series of commands. Ignore issues during "remove" (you may not have them all installed). yum remove qmail-scanner yum remove qmhandle yum remove psa-spamassassin yum remove drweb-base yum update service...
  12. S

    Mail not delivering suddenly.. (log included)

    I fixed this with the following series of commands. Ignore issues during "remove" (you may not have them all installed). yum remove qmail-scanner yum remove qmhandle yum remove psa-spamassassin yum remove drweb-base yum update service psa stopall service psa start Next go into Plesk...
  13. S

    Mail account removal problem

    I found that deleting the accounts directly from the database was necessary, since there was no account tree for the address under /var/qmail/mailnames Your SQL was a great starting point, igors, but this is simpler to find the broken accounts: select * from mail where account_id not in...
  14. S

    Setting up SPF for outgoing Emails

    First, unless you're sending email using "joe@mail.joesmith.com" you should be using this format: joesmith.com. TXT v=spf1 a mx ~all You do not need to include an include statement for the domain itself, which would only be redundant. If you want to allow spamarrest.com to relay mail for...
  15. S

    Fatal error E1203!?! Can you help me ?

    IIRC, this was one of the things fixed in 8.2
  16. S

    Plesk doesnt update the DNS table

    You do realize this is the Windows forum, right?
  17. S

    Mailenable's SMTP log Only retain two days

    [Info] Long logs storage: http://kb.odin.com/en/3545
  18. S

    Plesk doesnt update the DNS table

    You could write a batch or VBS script that effectively enumerated all the domains and manually issued the DNS change request to recreate the files - but the EASIEST way for a limited number of domains (200 or less) is to use the webmail method above.
  19. S

    proftpd auth logging to email

    I would like to configure proftpd so that it will immediately send an email (with the FTP account name and client IP) everytime someone successfully logs into FTP. Does anyone have a clue how to do this? I've got it working fine for G6FTP on our Windows servers, but I don't see a method for...
  20. S

    Set up "site" for centralized includes

    Yep. You just use an "include virtual" to a shared folder that's mapped to all sites.
Back
Top