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

    Autoresponder API

    Solved This issue is SOLVED. Replacing the two files with the ones provided by parallels solved this issue. I received and email this morning with two attached files stating that the Parallels development/product maintenance team was able to solve the issue. Below is the email and two...
  2. G

    Autoresponder API

    Latest Response: The issue has been reproduced and confirmed. Despite listed as enabled, both in control panel and in output of /usr/local/psa/bin/mail, autoresponder is disabled. In order to enable autoresponder you need to either enable it with 'autoresponder' tool or disable and re-enable...
  3. G

    Autoresponder API

    Seriously?!?! This is the response I received from Parallels regarding this issue. Once again it does NOT solve the initial problem or answer the initial question: Dated January 5, 2012 <-- BEGIN RESPONSE --> Thank you for contacting us. Please see the response below from Parallels...
  4. G

    Redirect if Site not Found

    Place the following in a file named ".htaccess" in the root httpdocs directory for the site and change example.com to whatever your site url you want to direct to is. Options +FollowSymlinks ErrorDocument 404 http://www.example.com/ RewriteEngine on
  5. G

    Autoresponder API

    Filed a support ticket for this to Parallels via 1and1 ... I will update this thread with a solution if there is one.
  6. G

    setting up name server server with plesk?

    have you registered ns1 and ns2 as domain servers with your provider? With 1and1, I could not point a domain to my name servers unless i registered those name servers as such first. the reverse on the ip's also has to show ns1 and ns2 respectively.
  7. G

    Autoresponder API

    WOW!! ... nothing? (bumping for a ray of hope)
  8. G

    Autoresponder API

    Igor? Anyone from Parallels? I really need some feedback on this please.
  9. G

    Plesk not usable any more... 10.3 how to disable open_basedir FOREVER!!!! -

    REPLACE your correct paths in: {$OPT['dir']}/:/tmp/:/other/path/to/file/you/are/trying/to/access/\n";}
  10. G

    to Install Joomla 1.5 with plesk 10.3.1

    couple things to try: 1) make sure all file are set to 664 and all directories are set to 775 (starting from your root joomla directory). You can cd into that directory and run: find. -type d -exec chmod 775 {} \; find . -type f -exec chmod 664 {} \; to set these permissions. 2)...
  11. G

    Problem upgrading from 10.0.3 to 10.4.4

    I've run the autoinstaller and never had it "wipe" my server it just tries to update/upgrade whatever is needed as far as I could ever tell. However, maybe someone with a little more info can chime in on this one.
  12. G

    Plesk not usable any more... 10.3 how to disable open_basedir FOREVER!!!! -

    the structure of the file: /usr/local/psa/admin/conf/templates/default/service/php.php has changed in 10.4 ... you must add the following: if (isset($OPT['settings'])) { echo $OPT['settings']; } if(array_key_exists('dir', $OPT) && $OPT['dir']) { echo...
  13. G

    Autoresponder API

    Does anyone have any ideas?
  14. G

    webspace and domain creation

    you can also just edit the DNS for the domain and add a CNAME entry for the www subdomain.
  15. G

    Autoresponder API

    Autoresponder API (not enabling after creation) CPU: AuthenticAMD, Quad-Core AMD Opteron(tm) Processor 2352 Version: Parallels Plesk Panel v10.4.4_build1013111102.18 os_CentOS 5 OS: Linux 2.6.18-194.26.1.el5xen Using the API I am able to create an autoresponder for a...
  16. G

    Cannot downgrade PHP 5.3 > 5.2

    Howto upgrade to php53u with plesk I was pointed to this thread by parallels as a solution for "plesk not recognizing my upgrade to php53 from the IUS Repository (php53u)" ... this was NOT helpful at all so I'm posting my workaround and temporary fix until parallels can come up with something...
  17. G

    Bug in API (autoresponders)

    you only have a closing </enabled> tag .. you need: <enabled>true</enabled>
Back
Top