• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by Garrett

  1. Garrett

    Resolved Configure postfix bounce notification recipient

    I get it. It's notifying the sender of the bounced email as well as [email protected], which makes perfect sense. My simple test script wasn't setting the from address, so Plesk was defaulting to the system user for the virtual host, which always makes sense. It looks like disabling the...
  2. Garrett

    Resolved Configure postfix bounce notification recipient

    I made some progress. In /etc/postfix/main.cf I had to set: notify_classes = resource, software, bounce bounce_notice_recipient = [email protected] The default value for notify_classes doesn't include "bounce". So now bounce notifications are being sent. However, Plesk still attempts...
  3. Garrett

    Resolved Configure postfix bounce notification recipient

    It was set to "reject". However, setting to to "Forward to address" only works if mail is enabled for the domain, and mail is disabled for all of my virtual hosts. I need to be able to globally set the recipient for the bounce notifications so that Plesk never even attempts to email...
  4. Garrett

    Resolved Configure postfix bounce notification recipient

    Hello, I am trying to to configure the postfix bounce notification email, so that I am notified whenever Postfix is unable to deliver a message. Here's what I'm seeing in the mail log when one of my virtual hosts (testdomain.com) tries to send an email to a non-existent gmail account: Jan 11...
  5. Garrett

    Resolved Enable SSL for domain from command line

    I'm able to create an SSL certificate in a domain's repository using the plesk bin certificate utility. Is it also possible to actually enable that certificate for the domain from the command line? Currently I have to visit the "Hosting Settings" screen and manually set the certificate. Thanks.
  6. Garrett

    Re-create /var/www/vhosts/system directory?

    Can I specify that to run for only a single vhost? Just in case something breaks? Or is that safe to run.
  7. Garrett

    Re-create /var/www/vhosts/system directory?

    Hello, my /var/www/vhosts/system directory was accidentally deleted. The actual vhost directories are unharmed, e.g. /var/www/vhosts/example.com. Is there a non-destructive script I can run to re-initialize the system directory? I am on Plesk 11.5.30.
Back
Top