• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. QWeb Ric

    Question Rocky 9 support

    We have 3 CentOS 7.9 servers to migrate for separate clients, and as we're already running a Rocky 8 server for another client with Plesk installed to that just fine, I perhaps ignorantly just assumed Plesk would also run on Rocky 9 without problems. Having spent 2 days building the first...
  2. QWeb Ric

    Issue DKIM and mailer daemon emails

    Voted. For anybody else stumbling on to this, until it's properly resolved we just adopted a DMARC policy of p=quarantine;sp=none; which seems to work well enough. It offers basically zero protection against mail spoofing but means your legitimate emails with DKIM signatures at least make it...
  3. QWeb Ric

    Issue DKIM signatures not applied when incoming mail disabled

    I didn't try that, admittedly. Worth remembering though - thanks.
  4. QWeb Ric

    Issue DKIM signatures not applied when incoming mail disabled

    Done: Issue DKIM signatures not applied when incoming mail disabled
  5. QWeb Ric

    Forwarded to devs Issue DKIM signatures not applied when incoming mail disabled

    Username: TITLE Issue DKIM signatures not applied when incoming mail disabled PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian 18.0.52 Update #3 CentOS Linux 7.9.2009 PROBLEM DESCRIPTION When a domain's mail settings are set to "Disabled for incoming mail", emails...
  6. QWeb Ric

    Issue DKIM signatures not applied when incoming mail disabled

    I noticed Plesk now has 3 options for the per-domain mail service. Instead of just enabled and disabled, there's now a "Disabled for incoming mail" option which I presume means we can finally have the mail service running for generating emails through, without the server erroneously trying to...
  7. QWeb Ric

    Issue DKIM and mailer daemon emails

    We recently added DKIM to main domain, to combat some spam issues and get our sender reputation back up, but our server hostname is a subdomain of this domain and it looks like this is resulting in mailer daemon bounce emails being rejected because they're not sent with the appropriate DKIM...
  8. QWeb Ric

    Question Silently ignore emails sent to servers hostname

    We're having issues with our IP reputation on one of our servers causing some remote mail servers to now reject, or spam, emails sent from any domain that this server hosts and I think I've discovered the cause. Looking in the mail logs, it seems we're receiving a lot of mail sent to random...
  9. QWeb Ric

    Issue Running PHP script as a scheduled task

    Oh wow, that looks like a lot of hackery just to make sendmail work! PHPMailer in SMTP mode does work, and for in-house scripts that's a totally fine approach. My worry though is that if something like a Magento Cron tries to trigger an email it's entirely possible that this is going to rely on...
  10. QWeb Ric

    Issue Running PHP script as a scheduled task

    It does appear we have one remaining issue, actually. PHPs mail functions aren't working - even if using PHPMailer the cron tasks just throw an "/usr/sbin/sendmail: No such file or directory" error. Following the various symlinks that /usr/sbin/sendmail passes through, I thought this would...
  11. QWeb Ric

    Issue Running PHP script as a scheduled task

    I think I'm done and now all of the domains I'd previously had to keep as /bin/bash shells because of complex cron scripts now seem to be working under "/bin/bash (chrooted)" on CentOS 7. I've collated everything into a new Bash script in the hopes this is useful to others...
  12. QWeb Ric

    Issue Running PHP script as a scheduled task

    Ahhh! Turns out the lib64 copy John had suggested previously was needed since the NSS libraries are in that tree. I'd tried it when tinkering with the MySQL isses but reverted when I realised only the mysql folder was needed. Seems this does fix the Curl issues though: sudo cp -a...
  13. QWeb Ric

    Issue Running PHP script as a scheduled task

    Seems to be an NSS issue: sudo mkdir /var/www/vhosts/chroot/etc/ssl sudo cp -a /etc/pki /var/www/vhosts/chroot/etc/ sudo cp -a /etc/ssl/certs /var/www/vhosts/chroot/etc/ssl/ sudo chroot /var/www/vhosts/chroot curl -v https://www.google.com * About to connect() to www.google.com port 443 (#0)...
  14. QWeb Ric

    Issue Running PHP script as a scheduled task

    Not convinced urandom is the problem... If I chroot in and attempt to fire a curl request for a https url, I'm getting "Problem with the SSL" outputs. I've found the CA parts in /etc/ssl/certs but this directory is missing from the chroot template... Am I supposed to just copy the whole...
  15. QWeb Ric

    Issue Running PHP script as a scheduled task

    Ah - http addresses work with Curl, but https addresses do not. Googling is spinning up some references to needing urandom in the chrooted environment but I'm not finding much about how to add that... --add urandom doesn't work.
  16. QWeb Ric

    Issue Running PHP script as a scheduled task

    7 months later, I'm finally looking into this again. Combining John's advice above and How to add programs to a chrooted shell environment template in Plesk , the below code seems to have gotten me half way there. sudo mkdir /var/www/vhosts/chroot/usr/lib64 sudo cp -a /usr/lib64/mysql...
  17. QWeb Ric

    Forwarded to devs Mail not migrating properly if source server is Courier 5

    I take it the new server is running a recent enough Plesk version? Looking at our servers, /usr/lib64/plesk-9.0/maildir-migrate-dovecot (which I believe is the script that was at fault for us), was last updated April 27th so presumably if your Plesk was updated after that date, you'll have the...
  18. QWeb Ric

    Forwarded to devs Mail not migrating properly if source server is Courier 5

    Hi Dave. Our migrations have been working since my above reply on June 22nd 2020. Just a couple of days ago actually, we finished migrating the last account from our oldest server and this one had a 10gb mail inbox associated to it. No problems at all with the migration. The servers we're...
  19. QWeb Ric

    Question Adding IPs in bulk to a custom firewall rule

    Thanks @Ehud that's exactly what I was hoping for. Is there a limit to the number of IPs you can add in one go with the comma separators? And what do those initial LIST lines do?
  20. QWeb Ric

    Issue Running PHP script as a scheduled task

    Thankfully science gave us coffee!
Back
Top