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

    How to limit outgoing mail from PHP scripts?

    Customer with old copy of wordpress were hacked and a script sent out tens of thousands of email message before I could catch it. Outgoing mail support did no good.
  2. yabado

    How to limit outgoing mail from PHP scripts?

    Where do I setup limits for email sent by PHP scripts? They do not seem to be throttled by the plan's outgoing limits at all.
  3. yabado

    [PPPM-2612] Outgoing mail limits not limiting mail

    Bump. This been fixed yet? Just had about 40k of spam dumped into my mail queue this morning from a script. ouch.
  4. yabado

    CloudLinux for Parallels Plesk from PV to HVM?

    Not sure where to go from here. I am currently using products sold by "Cloud Linux Inc." for my server instance. https://aws.amazon.com/marketplace/pp/B00C2DZ1WK/ref=sp_mpg_product_title?ie=UTF8&sr=0-2 The OS is "CloudLinux Server 6.6 (Leonid Kizim)". I want to convert the instance to HVM...
  5. yabado

    Disable STARTTLS request requirement?

    @trialotto, Thanks for the reply, but it is not helpful.
  6. yabado

    Disable STARTTLS request requirement?

    I have a client using a very old email client ( Eudora on Mac OS 9 ) and he cannot send email using our Plesk server. The error reads... I followed the following article since it seemed like a similar issue, but does not seem to resolve the issue. http://kb.odin.com/en/121454 Is there away...
  7. yabado

    html emails not working?

    Plot thickens... http://stackoverflow.com/questions/2233336/postfix-screwing-up-email-headers?rq=1
  8. yabado

    html emails not working?

    Actually I am using the Postfix MTA, but the extra line break is still being added and breaking the email. Never did this on my other non-plesk server running sendmail.
  9. yabado

    html emails not working?

    Looks like the problem is qmail? This is from PHP docs page, and what is happening.... Is there a setting to thwart this?
  10. yabado

    html emails not working?

    I have found that it is a line ending issue. PHP_EOL and \n works! \r\n does not work. Did not have this issue on a previous linux server, what could the difference be?
  11. yabado

    html emails not working?

    Thanks for the reply, but if you read my post you will see that it is not the format ( as it works in different email clients ). Is there a server setting somewhere that could be effecting how the email message is delivered?
  12. yabado

    html emails not working?

    I have a PHP mailer script that sends out a multi-part email. Since moving to plesk this email comes in as one big plain text email like so... --rms-mix-xbda95cce7efa4e5491439a9f8109e513x Content-Type: multipart/alternative; boundary=rms-alt-xe38d8d20baa42e9bb94d747749c07602x...
  13. yabado

    Multi-Domain SSL Certificate

    What are you referring to here? The certificate works as it should. I am using Plesk Panel 12, that navigation path does not exist? I get an A- on the domain that actually uses the certificate. Looks like running this command fixes things so domain2 and domain3 can now utilize the primary...
  14. yabado

    Multi-Domain SSL Certificate

    OK, using PP12 on Cloudlinux So if I have a multi-domain wildcard SSL certificate for domains domain1.com, domain2.com and domain3.com The default main certificate for the entire panel is *.domain1.com I have another site I own, it is domain2.com I go into domain2.com hosting settings and...
  15. yabado

    Multi-Domain SSL Certificate

    Same here, bump.
  16. yabado

    Scheduled Tasks always fail

    Turns out is was an issue with CloudLinux. Their support team fixed me up. CageFS prevents the need to use the chroot.
  17. yabado

    Scheduled Tasks always fail

    Still getting this error when it runs... execl: couldn't exec `/usr/local/psa/bin/chrootsh' execl: No such file or directory I checked /var/www/vhosts/chroot/bin and /var/www/vhosts/chroot/lib, and they both contain the necessary files. All I want is for my users to be able to schedule a...
  18. yabado

    Scheduled Tasks always fail

    If I establish this ... /usr/local/psa/bin/server_pref -u -crontab-secure-shell “” ... will it open my server up to users using malicious scripts that could effect outside their chrooted area? Or does it just allow them to use binaries outside of their ftp area ( i.e. wget, curl, php, etc...
  19. yabado

    Scheduled Tasks always fail

    Setting the complete path in the "task" is not he issue. The job never gets past the 'SHELL=/usr/local/psa/bin/chrootsh' line in the spool file.
  20. yabado

    Scheduled Tasks always fail

    Do you happen to know the KB URL you mention? I will check it out. Nevermind, you must mean this one? http://kb.odin.com/en/115889
Back
Top