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

    MU7 update fails on centos 5.6

    Support, I think you need to edit your update script to make sure setenforce 0 is executed, the update(s) applied and then setenforce 1 again. I got an email that an autoupdate was automatically applied (this is how plesk defaults on centos to automatically apply updates). Upon logging in...
  2. 1

    awstats broken plesk 10 all domains

    Hi IgorG, Yes I can see this, but it gets back to my suggestion for the developers. 1 - Either start using the proper paths for your awstats or 2 - rename the package to psa-awstats and the psa installer modifies the system repositories to exclude awstats from any system updates...
  3. 1

    awstats broken plesk 10 all domains

    Thanks IgorG, I got a much newer updated package: [root@server ~]# rpm -qf /var/www/cgi-bin/awstats/awstats.pl awstats-7.0-2.el5.rf I found a fix. This fixes the broken images as well as missing binaries. My question is why does parallels use such crazy paths when anyone is going to...
  4. 1

    awstats broken plesk 10 all domains

    You click web statistics for any domain in the panel, and a new window opens. Problem is it says 404 file not found. It does have the menu allowing you to select what month you want the stats for, but its all 404 The index and data is all inside each vhosts statistics directory...
  5. 1

    Horde sending type selection

    Plesk needs an option to configure smtp as the sending option in horde. Right now you have to manually edit /etc/psa-webmail/horde/horde/conf.php change to smtp /* $conf['mailer']['type'] = 'sendmail';*/ $conf['mailer']['type'] = 'smtp'; There is a if option that if safe mode is on...
  6. 1

    horde broken - Error connecting to IMAP server: [] .

    Fixed! In php.ini you have to allow: escapeshellcmd popen But now I also have to allow fsockopen Now it logs in again!
  7. 1

    horde broken - Error connecting to IMAP server: [] .

    Okay IMAP is working, my iphone and ipad can connect by IMAP and see emails. Whats up with horde? I have not touched the server and its broken. As soon as you try to log in you get thrown back to the login page with the message showing after the last successful login time: Error...
  8. 1

    is there a roadmap for dnssec in plesk ?

    With all the development work with ipv6 I know DNSSEC is targeted for Plesk 10.
  9. 1

    IPv6

    IgorG, No problem. I could provide you my actual PTR record off the server. Naturally for a plesk 'update' it would have to create these from existing forward AAAA records. I created mine manually and edited the named.conf file to use the reverse database for the /64. Cheers, David
  10. 1

    IPv6

    Its common for ipv6 providers to give you a /48 that you can divide into many /64 Most of the providers do allow you to handle reverse lookups. Certainly with my /48 I do have reverse lookup capability. The supplier can do this but I have option of handling reverse lookups. It's different to...
  11. 1

    Postfix time wrong is 1 hour fast

    Nope still the same :( When I log into webmail it reports my last login time as MIST? What the hell is that? Why is horde also having TZ issues?
  12. 1

    Postfix time wrong is 1 hour fast

    Thanks IgorG, I deleted the symlink and copied in the /etc/localtime as /var/spool/postfix/etc/localtime and restarted postfix. I report back tomorrow.
  13. 1

    Postfix time wrong is 1 hour fast

    Still the same after I restarted postfix.. I then did this: mkdir /var/spool/postfix/etc/ ln -s /var/spool/postfix/etc/localtime /etc/localtime Restarted postfix and still the same its UTC+11 not +10 :( Any idea's?
  14. 1

    Postfix time wrong is 1 hour fast

    Thanks IgorG :) Someone also mentioned making a /var/spool/postfix/etc dir and then in there either put in a copy of /etc/timezone or symlink it back to /etc/timezone So is this necessary as well? Thanks!
  15. 1

    Postfix time wrong is 1 hour fast

    Running plesk 10.2 and postfix. My server runs Australia/Sydney time. Since daylight savings has stopped, all the emails the time stamp on incoming emails is still UTC+11 not +10 so the emails are 1 hour ahead in time. Its not the server, a date command returns the correct time (non DST)...
  16. 1

    watchdog centos 5.5 says httpd is down - its not - BUG

    Hi IgorG, I found a fix :) After you modify the template file, you forgot to mention you have to rebuild watchdog with: /usr/local/psa/admin/bin/modules/watchdog/wd --regen-all Now its happy with apache running in /var/run/httpd/httpd.pid
  17. 1

    centos suexec breaks scripts from running bad!

    I found with dada mail it breaks bug time if you want cron running discussion lists. Basically it's failing as cron is trying to call apache to check the mailboxes and relay any messages that are new. Anyway if suexec does give you grief if you edit the httpd.conf as I suggest, then...
  18. 1

    centos suexec breaks scripts from running bad!

    I found if your got scripts that break, the best way to disable it is to edit your /etc/httpd/httpd.conf find and change calling up the suexec by adding '#' in-front: #LoadModule suexec_module modules/mod_suexec.so Now apache runs without suexec
  19. 1

    10.2 Preview

    I updated mine through the panel
  20. 1

    10.2 Preview

    No a dedicated server running Centos currently.
Back
Top