• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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. stevland

    Issue qmail failure notices from Sender: #@[]

    Hi @Monty , Thanks for the tips, but what I posted is the entirety of what I'm shown... there is nothing past the headers. I have been digging into the maillog a bit, but it is a bit daunting. Are the special characters (#@[]) I'm seeing instead of the Sender's email address normal? Like I...
  2. stevland

    Issue qmail failure notices from Sender: #@[]

    Forgive me if this has been covered before... I can't find anything related through searching the forum or Google. My server receives hundreds of failure notices a day from Sender: #@[] They all look like this: Received: (qmail 22073 invoked for bounce); 15 May 2019 12:13:48 -0700 Date: 15...
  3. stevland

    Issue WordPress: "Sorry, you are not allowed to access this page."

    I would expect that a logged out user who followed a link such as Website Domains Names & Hosting | Domain.comwp-admin/plugins.php would be prompted to sign in before being redirected to the correct page. Now on this site the logged out user who follows that link triggers the "Sorry..." error...
  4. stevland

    Issue WordPress: "Sorry, you are not allowed to access this page."

    @D4NY, Thank you sharing. The WP installation that I'm having trouble with was installed on Dec. 5th, and it is now running WP 4.9.9 (which came out more recently). So there is a real possibility that the 4.9.9 update has triggered this issue. I will keep this in mind. Thanks for helping me...
  5. stevland

    Issue WordPress: "Sorry, you are not allowed to access this page."

    I've been working on and logged into a WP site for several hours. All of a sudden, when trying to access the Dashboard I received this message: "Sorry, you are not allowed to access this page" I tried all of the standard WP troubleshooting techniques (disable theme, plugins, replace...
  6. stevland

    Resolved PHP emails vanish into the ether

    P.S. I later realized that this issue was caused by SELinux on my CentOS 7 / Plesk Onyx 17.5.3 server. I fixed it with the following: # setsebool -P httpd_can_sendmail=1 # ausearch -c 'sendmail' --raw | audit2allow -M my-sendmail # semodule -i my-sendmail.pp
  7. stevland

    Issue SSHFS mount makes Plesk-hosted sites unreachable :(

    UPDATE: I edited httpd.conf and corrected the entries. Everything now appears to be working normally. But my questions 2) and 3) still stand.
  8. stevland

    Issue SSHFS mount makes Plesk-hosted sites unreachable :(

    Yesterday I used SSHFS to mount a directory on another server with my CentOS 7 / Plesk web server. I then added an entry to /etc/fstab/ to make the mount persistent sshfs#[email protected]:/var/www/html/ /mnt/html fuse defaults,allow_other 0 0 This setup works great and allows me to...
  9. stevland

    Issue Apache CPU load peaks then all sites in 504

    Long story short, I ended up blocking about 14 IP addresses, mostly from Indonesia, that were hammering one of the accounts on my server. I don't know if it was a DoS attack, a brute force attempt, or what... but it seems that my issue has been resolved. @Zalem Citizen I recommend checking...
  10. stevland

    Issue Apache CPU load peaks then all sites in 504

    I have a similar setup to the OP, although I'm using CentOS. I'm here for the same reason. Since yesterday Apache keeps using more and more resources until I have to reboot the server. Here, for comparison, is what Apache normally looks like... I am watching what processes are running as...
  11. stevland

    Resolved PHP emails vanish into the ether

    POST /contact/?v=1487986015 HTTP/1.0 Thank you so much for your response. Actually I have limitations on outgoing email messages switched off entirely as a part of my attempts to resolve this. I do not believe that the PHP mail function is switched off for any of the accounts, but it...
  12. stevland

    Resolved PHP emails vanish into the ether

    You did give me the idea of switching the version of PHP used by one of the hosting accounts with a non-working contact form. I tried several versions and even set error_reporting: E_ALL ...but emails continue to disappear and I still do find any related into in any of the log files.
  13. stevland

    Resolved PHP emails vanish into the ether

    Additionally, I have configured the following in php.ini... ; The path to a log file that will log all mail() calls. Log entries include ; the full path of the script, line number, To address and headers. mail.log = /var/log/php-maillog I touched the file, but even after submitting a couple...
  14. stevland

    Resolved PHP emails vanish into the ether

    Thanks for your response. I have vastly different versions of PHP on the new server. Being able to support newer versions of PHP was one of the incentives for the upgrade. I also had to muck around with some of the extensions for PHP 7+ due to changes in what is and is not supported. But this...
  15. stevland

    Resolved PHP emails vanish into the ether

    Since I migrated my hosting accounts from OS ‪CentOS 6.8 (Final)‬ Plesk version 12.5.30 Update #60 to OS ‪CentOS Linux 7.3.1611 (Core)‬ Product Plesk Onyx Version 17.0.17 Update #17 ...all of the 'contact'-style forms on the various websites that I host do not work. All of these forms...
  16. stevland

    Resolved No Firewall in Plesk

    Nevermind. It turns out the the issue is local to my router. If I put my computer into a DMZ I have no trouble using FTP. Meh. I have never encountered an FTP / router issue like this one. It just happened to coincide with my new VPS. But it turns out to have nothing to do with Plesk or...
  17. stevland

    Resolved No Firewall in Plesk

    SELinux set to permissive # setenforce 0 # sestatus SELinux status: enabled SELinuxfs mount: /sys/fs/selinux SELinux root directory: /etc/selinux Loaded policy name: targeted Current mode: permissive Mode from config...
  18. stevland

    Resolved No Firewall in Plesk

    BTW... # firewall-cmd --list-all public (active) target: default icmp-block-inversion: no interfaces: eth0 sources: services: dhcpv6-client ftp ssh ports: 110/tcp 80/tcp 1194/tcp 21/tcp 139/tcp 106/tcp 53/tcp 1354/tcp 50000-50500/tcp...
  19. stevland

    Resolved No Firewall in Plesk

    I recently migrated from a VPS with Plesk 12.5. My current setup: ‪CentOS Linux 7.3.1611 (Core)‬ Plesk Onyx Version 17.0.17 Update #11 There is no Firewall listed under Tools & Settings > Security. Is that because my default CentOS 7 installation already had Firewalld enabled before I...
  20. stevland

    Resolved Migration error using SSH Keys "Failed to connect to the source server 'source' ('X.X.X.X') by SSH:

    Same issue. I'm trying to migrate from: CentOS 6.8 (Final)‬ / Plesk version 12.5.30 Update #55 to ‪CentOS Linux 7.3.1611 (Core) / Plesk Onyx Version 17.0.17 Update #11 Failed to connect to the source server 'source' (x.x.x.x) by SSH: not a valid EC private key file :(
Back
Top