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

    Plesk adds nginx directives on its own... cannot clean nginx conf files

    All good, thank you UFHH01 - I've deleted that "seoRedirect" record from the psa database and everything works as it should. I still have no ideas as how "seoRedirect" appeared in the database. The site migrated from another server using Plesk migration manager. Somehow it added the redirect...
  2. P

    Plesk adds nginx directives on its own... cannot clean nginx conf files

    Thanks UFHH01, I followed the instructions, cloned all "default" templates to a new "custom" folder and commented all lines in the templates "nginxSeoSafeRedirects.php" and "seoSafeRedirects.php". Now it works fine, but it is just a temporary solution, because wrong redirect settings for that...
  3. P

    Plesk adds nginx directives on its own... cannot clean nginx conf files

    Hi all, I have a problem with one host rewrite directive that is added by Plesk automatically every time when I reconfigure that host. This is the directive being added: if ($host ~* ^www.mysite.com$) { rewrite ^(.*)$ http://mysite.com$1 permanent; } This coded is added to the...
  4. P

    Nginx doesn't send expiration headers

    Hello All, I am migrating a site from apache web server and cannot get nginx header expiration work. This is the part of the server block (testing on a subdomain): server { listen 80 default_server; server_name br.mydomain.com; server_name...
  5. P

    Adding nginx settings - where is the "web server settings" page?

    Thanks, Igor. I don't have these icons... perhaps the "web server settings" button was introduced in Plesk 11.5. I am still on 11.0.9 and thinking of upgrade to 11.5, but all these stories about issues with 11.5 scary me.
  6. P

    Adding nginx settings - where is the "web server settings" page?

    Hello all, Sorry to ask a dumb question, but I simply cannot find the place to change nginx settings. according to the docs: So, I open the Website & Domains tab, can see a few domains on the bottom, but no signs of the Web server settings page. Click on the domain link, it opens another...
  7. P

    Where is rcpthosts file on Plesk 11?

    You are right - my bad :) I was supposed to check it first, but was 100 % sure that this server also has qMail as all my other servers.
  8. P

    Where is rcpthosts file on Plesk 11?

    I don't even have the "/control" directory - only two directories under /qmail: /var/qmail/mailnames /var/qmail/popuser On my 2nd server running the old Plesk 8 there are a lot of sub-directories here - /users, /queue, /plugins, /bin, /alias etc. The structure of qmail directories seems to be...
  9. P

    Where is rcpthosts file on Plesk 11?

    Sorry for a dumb question, but where is the rcpthosts file on Plesk 11.x? It used to be in /var/qmail/control. Thanks
  10. P

    DomainKeys Identified Mail (DKIM) with different POP3 and SMTP servers

    The SMTP server is the same for both accounts. One thing I have noticed, but still cannot figure out why it happens. It is using different SMTP IP addresses for a/c (1) and (2). The http://www.mail-tester.com/ shows: 1. 184.107.nn.nnn is authorized to use "myEmail1" - SMTP login email. This...
  11. P

    DomainKeys Identified Mail (DKIM) with different POP3 and SMTP servers

    I mean different incoming and outgoing servers.
  12. P

    DomainKeys Identified Mail (DKIM) with different POP3 and SMTP servers

    Yes, this is what I was thinking also, but it seems to be not the case. I am testing two email accounts: 1. SMTP and POP3 are the same server => DomainKeys okey, messages are signed 2. SMTP and POP3 are different. SMTP is the same as (1). Nothing is signed. Any suggestions?
  13. P

    DomainKeys Identified Mail (DKIM) with different POP3 and SMTP servers

    I mean that when sending emails from Outlook we use different servers: POP3 server mail.xxx.com. SMTP server mail.yyy.com --- this is the one we enable the DomainKeys option. The sender details are as for the POP3, i.e. Return-Receipt-To: "My Name" <name@xxx.com> From: "My Name"...
  14. P

    DomainKeys Identified Mail (DKIM) with different POP3 and SMTP servers

    Hello everybody, I am using DomainKeys email signing system (under Mail Settings). It works fine if we use the same POP3 and SMTP servers. But if the POP3 server is different, it doesn't sign anything. Obviously the SMTP server is the same one as we set up DomainKeys . How can I fix it? Are...
  15. P

    How to set backup manager to not use /tmp?!

    I share your pain. We have just migrated to the new ver 11 panel from the very old Plesk 8. I don't remember I had the same problems in backing large sites. Now, with the ver 11, it cannot even move large backups from FTP set up on the same server - to a server repository - you end up with the...
  16. P

    Heath monitoring excessive usage

    Hello all, We are getting a strange behavior of usage data after rebooting the server. It shows from 300% to 1,500% usage across almost all categories - Apache CPU usage, MySQL, Panel memory etc. I tried disabling all domains - to eliminate any traffic issues, but the problem remains the same...
Back
Top