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

Recent content by Pixman59

  1. P

    create mail handler HOW-TO

    I have found the error ! It's really simple! Mys error is due to a comment ins my script file ! The handler manager call the script using execv() and execv() can run scripts files ,but the requirement is to include the interopreter in the first line : #!/bin/bash But in my script...
  2. P

    create mail handler HOW-TO

    the test is good, handler is correctly executed. I have an error in my script ! The search continue, but it's not a plesk or Qmail problem.
  3. P

    create mail handler HOW-TO

    Actually my script have this chmod : -rwxr-xr-x 1 root root I make the test with more your simple script and post it !
  4. P

    create mail handler HOW-TO

    Hello, I'm using plesk on centos server ( 11.5.30 CentOS 5 115130916.13 ) I have test your command line, and all it's ok .---.---.-------.--------------------------------------.-----------------.------------------.---------------. | E | P | prior | address |...
  5. P

    create mail handler HOW-TO

    Hello, i want to create a mail handler for create a copy of each receive mail, in a folder ( for backup ) i have read this article : http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.2-unix-mod-api/index.htm?fileName=38611.htm and create my handler, add it, and activate it with...
  6. P

    PreUpgrade Checkfile Issue/Bug

    Hello, I have the same problem on my centos server with the plesk115_preupgrade_checker.php i have change the "/inet addr:" to "/inet adr:" and the "inet6:" to "adr inet6:" now it's work !
Back
Top