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

    domain specific settings in master.cf

    I've been working on the mail server for quiet some time now to fix mails going to hotmail spam. During changes i've noticed that a few domains now have a specific setting in master.cf plesk-domain.nl-IPv4adres-IPvs6-adres unix - n n - - smtp -o smtp_bind_address=IPv4adres -o...
  2. B

    Watchdog messages after migration from 11 to 12

    After migrating to a new server and also from plesk 11 to 12 i've got two watchdog errors: /bin/sh: /usr/local/psa/libexec/modules/watchdog/cp/clean-events: No such file or directory /bin/sh: /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats: No such file or directory Both files dont...
  3. B

    Migration 11 to 12 server_pref.php --update -preview-domain error

    When i migrated from plesk 11 to 12 i got an error upding the preview domain. I copy the command and tryed it in console: /usr/local/psa/admin/plib/api-cli/server_pref.php --update -preview-domain mydomain.nl -ignore-nonexistent-options Inconsistent zone "mydomain.nl": The NS record...
  4. B

    451 4.7.1 Service unavailable Problem with greylisting

    Well, you're not the only one...and this is not the only thread. Its been a problem with Milter for a long time now. I'm hoping Plesk 12 doenst have these issues.
  5. B

    Webstat 103 error - page can not be found

    Found some logs that are related triple post
  6. B

    Webstat 103 error - page can not be found

    Okey, somewhat progress. I found out that when i disable my main domain, the only domain with a purchased ssl certificate then alle the webstats on the other domains work again. Anyone who knows why? UPDATE Found some logs that are related. nginx error.log: 2013/08/07 18:44:31...
  7. B

    Plesk mailserver rejects mail from own domains (postfix?)

    Yesterday there was an autoupdate again, and the settings were resetted, so the mail broke again. Other related posts with the same problem all have only the temporary solution which get overridden by updates. http://newforum.parallels.com/showthread.php?t=258554...
  8. B

    Webstat 103 error - page can not be found

    There is not a single related line i could fiend in any of the apache logs. I'm thinking it has something to do with ssl. Cause https://www.domain.tld cant be accessed either
  9. B

    Webstat 103 error - page can not be found

    When trying to access webstatistics (/plesk-stat/webstat/) on any of the domains on the server it gets 103 error (net::ERR_CONNECTION_ABORTED) Perl is turned on. I've searched for an entire day now. Anyone that can give me a hint?
  10. B

    Plesk mailserver rejects mail from own domains (postfix?)

    Bump I noticed im not the only one with this problem, but no permanent solution can be found on the forums.
  11. B

    Plesk mailserver rejects mail from own domains (postfix?)

    Seems like disabling the following lines in /etc/postfix/mail.cf did the trick: #smtpd_milters = inet:localhost:12768 unix:/var/spool/postfix/ctmilter/ctmilter.sock #non_smtpd_milters = inet:localhost:12768 unix:/var/spool/postfix/ctmilter/ctmilter.sock #smtpd_milters = inet:localhost:12768...
  12. B

    Plesk mailserver rejects mail from own domains (postfix?)

    Mail is getting rejecteted when sending mails from a domain hosted at my pleskserver. Outside mail by example from google or hotmail is accepted. But sending from myname@mydomain.tld though my or another isp its getting rejected with the following message: Your message was rejected by...
  13. B

    PHP FastCGI Session

    Here is ur solution: chown apache:psacln /var/lib/php/session chmod -R 770 /var/lib/php/session chcon -R system_u:object_r:httpd_sys_content_t:s0 /var/lib/php/session No httpd restart is required. Worked for me!
Back
Top