• 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

    Issue Postfix DSN - Delayed emails not sent

    I'm struggling to understand why my customers only get the 5th day delivery failed emails (status=deferred) and not the delayed DSN emails that are supposed to go out before. What could be wrong? I haven't touched Postfix outside the GUI.
  2. S

    Question Incoming spamd: T_DKIM_INVALID but dk_check succeeds -why?

    Ok I have the same problem now with accepting emails from Postmark who is sending emails as info@customer.com to info@customer.com Same T_DKIM_INVALID from spamd. dkimvalidatior.com says DKIM, SPF are both ok when I asked Postmark to send there. plesk dk_check also results in "succeeded" Then...
  3. S

    Question Incoming spamd: T_DKIM_INVALID but dk_check succeeds -why?

    That is exactly what I was stating in the OP: DMARC rejects - but why?
  4. S

    Question Incoming spamd: T_DKIM_INVALID but dk_check succeeds -why?

    a customer complained that some messages from adobe.com do not arrive. I checked and they are indeed rejected but why? SPF and DKIM are both PASS?!? Dec 27 14:51:26 plesk postfix/smtpd[2443]: connect from a14-29.smtp-out.amazonses.com[54.240.14.29] Dec 27 14:51:27 plesk postfix/smtpd[2443]...
  5. S

    Question Where is Plesk servers own domain page on port 80 at?

    Hi and thanks but won't this also change the default/initial customer pages? I only want to change/redirect plesks administration domain (plesk.mydomain.com) page at port 80. EDIT: closing down plesk.mydomain.com:80 is also an option but Im not sure which is the proper, non-hack way.
  6. S

    Question Where is Plesk servers own domain page on port 80 at?

    plesk.mydomain.com:80 points to Plesk default page "This page is generated by Plesk, the leading hosting automation software." I am struggling to understand where is my plesk.mydomain.com:80 page at. I am hesitant to change any Apache/Nginx settings because I dont want to accidentally kill...
  7. S

    Resolved redirect webmail from HTTP to HTTPS not working

    You were correct :) I did a HTTP header check for the subdomain: HTTP/1.1 200 OK Server: nginx Date: Wed, 11 Oct 2017 16:03:17 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Expires: Wed, 11 Oct 2017 16:03:17 GMT Cache-Control: private, no-cache, no-store, must-revalidate...
  8. S

    Resolved redirect webmail from HTTP to HTTPS not working

    Well I could try. But what is the point because I don't use Apache? I don't see anything related to Nginx in that KB. Am I mistaken?
  9. S

    Resolved redirect webmail from HTTP to HTTPS not working

    No there are no subdomains for any of the domain subscription.
  10. S

    Resolved redirect webmail from HTTP to HTTPS not working

    Thanks for the prompt reply! The Plesk, Version 17.5.3 Update #24, is only a week old. here is /usr/local/psa/admin/conf/templates/custom/webmail/nginxWebmailPartial.php <?php /** @var Template_VariableAccessor $VAR */ ?> <?php if (!$VAR->domain->webmail->isActive) { echo "# Webmail is not...
  11. S

    Resolved redirect webmail from HTTP to HTTPS not working

    I just did the nginx version (1:1 copy-paste) with the latest Onyx but nothing at all changed. I just checked that the webmail is served by nginx and not apache. Has something changed in the config?
  12. S

    Question Moving old emails to slower disks?

    My customers want me to archive their emails - because it would be so convenient. I'm thinking that NVMe storage is quite expensive to store old emails that only have a slight possibility that they are ever needed :) Is there a possibility to run a cron to move old emails into /Archive...
  13. S

    Resolved Error_log ate all disk space, rotation and delete fails.

    fixed it: truncate -s 0 error_log then ran the logrotate manually. Hope this procedure is ok?
  14. S

    Resolved Error_log ate all disk space, rotation and delete fails.

    So an error_log file managed to get so large in a short time that it ate up almost all the disk space. It is 80% of the partition capacity so rotation fails (because it wants to create a copy first and runs out of disk space?). I tried to shut down all services to rm the file but it gets...
Back
Top