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

    Resolved SQL error changing the package of a subscription...

    NVM, found this: https://support.plesk.com/hc/en-us/articles/360012689173-Unable-to-change-service-plan-for-a-subscription-in-Plesk-Invalid-parameter-number-no-parameters-were-bound
  2. tkalfaoglu

    Resolved SQL error changing the package of a subscription...

    Um, what could be causing this? I simply tried to change the plan of a subscription.. Error: DB query failed: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to...
  3. tkalfaoglu

    Question Sysconfig Spamassassin

    Yes - by no longer using the GUI to make those changes, and making backups of the changes you make, so that if, in the future some plesk repair task or upgrade task overwrites your config, you can copy it back from your backup.. I know it's not ideal, but oh well. Btw, the -d aemonize option...
  4. tkalfaoglu

    SPAMDOPTIONS location?

    I found out that having: --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin will create lots of bayes_??? files if bayes is enabled- -- and getting to be huge in size -- in every mailbox.. Perhaps it's best to avoid per-user spamassassin directories altogether? -t
  5. tkalfaoglu

    Question Blocking bad bots

    Thanks - in the past I had problems with modsecurity - blocking things it should not have, so I'm a bit shy about using it
  6. tkalfaoglu

    Question Blocking bad bots

    The server seems to be mainly servicing https bots while its running, and it annoyed me. So I wrote some nginx code to stop it (inserted via the PLESK interface into the nginx configurations box): if ($http_user_agent ~...
  7. tkalfaoglu

    Resolved Wrong OS displayed

    Many thanks - indeed the blurb in the redhat-release was wrong. I edited it and the problem is solved :)
  8. tkalfaoglu

    Resolved error code: 1013

    I have a script in the Resources section for this. Furthermore, ENSURE that if the product that the customer has is a RESELLER product, that in PLESK too, the same customer is a RESELLER. Otherwise you get the dreaded 'email not found' error EVEN if the external_ids match.
  9. tkalfaoglu

    Question Locating the process/user that's doing the mariadb query

    In the mariadb logs I see: 2022-01-31 13:24:23 864899 [Warning] Access denied for user ''@'localhost' (using password: NO) 2022-01-31 13:24:23 864901 [Warning] Access denied for user ''@'localhost' (using password: NO) 2022-01-31 13:24:23 864902 [Warning] Access denied for user ''@'localhost'...
  10. tkalfaoglu

    Resolved Wrong OS displayed

    Many thanks Igor, it was probably my fault.. As I mentioned, some braindead script wiped the /etc directory, so I had to copy stuff from the old server, and then I overwrote most by going thru my backups. So, I probably have that glitch remaining. I will look into it today and if I fail, I'll...
  11. tkalfaoglu

    Resolved Wrong OS displayed

    yes that looks good.. [root@storm etc]# more os-release NAME="AlmaLinux" VERSION="8.5 (Arctic Sphynx)" ID="almalinux" ID_LIKE="rhel centos fedora" VERSION_ID="8.5" PLATFORM_ID="platform:el8" PRETTY_NAME="AlmaLinux 8.5 (Arctic Sphynx)" ANSI_COLOR="0;34"...
  12. tkalfaoglu

    Resolved Wrong OS displayed

    Probably no big deal, but I thought I'd ask: Plesk started showing "OS: CentOS 8" instead of AlmaLinux following a major wipe (/etc was wiped, got restored, etc). Is there a way to edit the CentOS blurb to read Alma instead? Thanks! -turgut
  13. tkalfaoglu

    Issue FTP times out when NAT IP is set but works if i use local IP

    Btw, which FTP server are you using, if it's proftpd then add something like: PassivePorts 64000 64321 in its /etc/proftpd.conf
  14. tkalfaoglu

    Incremental Backup size increases

    Those suffering from PLESK's incremental backups should see about writing a script using TAR's incremental backups. Mine has saved my fanny many times!
  15. tkalfaoglu

    Resolved Roundcube database (address book) not stored with full server backup?

    Well I manually logged onto the old server, logged in as those users to roundcube, did an export and on the new server, did an import.. PITA, but it works.
  16. tkalfaoglu

    Resolved Roundcube database (address book) not stored with full server backup?

    um, where the heck does roundcube store these? At every migration I have the same few customers complain about roundcube address books :)
  17. tkalfaoglu

    Resolved CLI: How to change "Preferred Domain" to domain name

    FOUND IT: plesk bin domain --update-web-server-settings {} -seo-redirect non-www ..was the correct option.
  18. tkalfaoglu

    Issue FTP times out when NAT IP is set but works if i use local IP

    You may have to open the port range 64000–64321 in the local firewall on the server. And if there are any external firewalls or NAT's, configure these to allow/route the port range too.
  19. tkalfaoglu

    Issue qmail problem: Error during 'spam' handler - Error during 'dd52-domainkeys' handler

    Probably not related but the stat writer's perms/owner should be: # ls -l /var/run/dovecot/stats-writer srw-rw---- 1 popuser dovecot 0 Jan 29 06:00 /var/run/dovecot/stats-writer
  20. tkalfaoglu

    Resolved CLI: How to change "Preferred Domain" to domain name

    I have 84 domains that need to be changed from "preferred domain" www setting to just domain setting. So I ran: plesk bin domain --update {} -www false but that seems to have removed the 'www.domain' from the DNS settings as well. So, how can I accomplish the preferred domain setting via the...
Back
Top