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

    Seeking Advice on Plesk for Website Backups

    I use the Scheduled Backup settings, automatically backing up to Dropbox daily up to 14 full backups stored. I like to check the option to receive an email if errors occur during the execution of the backup task. More information on Scheduling Backup Settings here Scheduling Backups
  2. afuego

    Question http://website.com:443 - 400 Bad Request

    When I ran this MYSQL_PWD=cat /etc/psa/.psa.shadow mysqldump -u admin psa > psadate +%F_%H.%M.sql I got permission denied. Would this plesk db dump psa > /root/psa_dump.sql has the same effect? I back up the psa database with the instructions above and ran the update and have the same...
  3. afuego

    Question http://website.com:443 - 400 Bad Request

    Hi Peter, Thank you so much for your help, I can confirm the domains resolves to the correct ip address. When I ran the command on the Plesk server 2 where http://websiteserver2.com:443 get the 400 Bad request error Plesk Server 1 where http://websiteserver1.com:443 goes to https://
  4. afuego

    Question http://website.com:443 - 400 Bad Request

    I have the situation where http://websiteserver2.com:443 in plesk server 2 brings 400 Bad Request error. In another plesk server 1 http://websiteserver1.com:443 forwards the traffic to https://. I would like to replicate this behavior. How is it possible? Curl results are the same for both...
  5. afuego

    Question Where do we post Plesk 360 issues?

    Do we need a new section for Plesk (Monitor) 360 to report issues, provide suggestions or recommendations? I recently encountered the situation where I need to provide a monthly reports to the client with daily information on website availability and responsiveness. I can get the performance...
  6. afuego

    Question Move subdomain under domain

    Totally agree with you if just a workaround for the "Websites and Domains display purposes".
  7. afuego

    Resolved Additional FTP account shutting right down after opening (via FTP client)

    Wish you the best luck, you can vote for this feature here Enable chrooted sftp for more than one user per account
  8. afuego

    Resolved Additional FTP account shutting right down after opening (via FTP client)

    You can do it but is not supported (the customization). I had a Plesk server on Media Temple with multiple SFTP accounts however I didn't implement this.
  9. afuego

    Question Move subdomain under domain

    A workaround could be to use the Move option, place a.example.com and b.example.com under the same subscription example.com
  10. afuego

    Resolved Additional FTP account shutting right down after opening (via FTP client)

    Plesk rule only 1 SFTP user per domain. https://support.plesk.com/hc/en-us/articles/12377932751255 In default configuration it is possible to have only one user that could access domain via SFTP.
  11. afuego

    Question Icons not loading after AWS CDN enabled for WordPress website

    I have a similar issue while using AWS Cloudfront on a WordPress site. I went to the Apache & nginx Settings for the domain. In Additional nginx directives: add_header Access-Control-Allow-Origin *;
  12. afuego

    Question Combining "Wordpress" and "Website & Domains" pages

    I like it, it saves time when you don't have to click the WP Toolkit link under WordPress tab.
  13. afuego

    Question Does Plesk support the AWS EC2 Graviton 2 (ARM) instances?

    Since the release of Plesk Obsidian 18.0.46, the Plesk Panel is available and can be installed on Ubuntu 22 with ARM architecture. https://www.plesk.com/blog/product-technology/arm-architecture-keeps-trending-in-2022/
  14. afuego

    Question How to block control panel access for subdomain?

    We have a client were we only host a subdomain for them, the root domain is hosted somewhere else and the DNS records are managed externally. The client wants to block access to port 8443, they do not want the page for <subdomain>/login_up.php showing up on security assessments. We already...
  15. afuego

    Issue Change cron mailfrom address

    Hi Peter, Thank again for your help, we are talking about the mail generated by the cron task execution. The output of # grep MAILFROM /var/spool/cron/* grep: /var/spool/cron/atjobs: Is a directory grep: /var/spool/cron/atspool: Is a directory grep: /var/spool/cron/crontabs: Is a directory...
  16. afuego

    Issue Change cron mailfrom address

    Thank you so much for your advice, I tried with another external SMTP (Sendgrid) but it's blocking the emails with this error message 'This email was not sent because the From field did not contain a valid email address.'. At least using Sendinblue as External SMTP delivers it the emails but...
  17. afuego

    Issue Change cron mailfrom address

    Hi Peter, Mails are being sent to the var/log/maillog, I receive the emails to my@email.com however the from email address is root (cron deamon) or invalid@invalid, even when the from email address in the var/log/maillog is from site.com@cp.plesk.io Mar 22 12:00:03 cp msmtp...
  18. afuego

    Issue Change cron mailfrom address

    Mine looks like this... MAILTO="name@recipient.tld" SHELL="/bin/sh" 30 1 * * * /usr/local/psa/admin/sbin/fetch_url 'Website Domain Names, Online Stores & Hosting - Domain.com' its missing the parenthesis () and > /dev/null when I tried to add the missing...
  19. afuego

    Issue Change cron mailfrom address

    I tried but didn't work for me. After I executed #crontab -e, added the line MAILFROM=sender@domain.com and now I do not receive any emails from Scheduled Tasks. I removed the MAILFROM=sender@domain.com and still cannot receive any emails where before at least I got them from root (cron deamon)...
  20. afuego

    Issue Change cron mailfrom address

    This doesn't work. It doesn't change the *Scheduled Tasks* from email address out of root (cron daemon). It only changes the *Notifications* from email address.
Back
Top