• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by feisar

  1. feisar

    Question what's the reason you pulled Plesk v18.0.61 again?

    My Monitoring / Grafana is also broken after updating to Plesk Obsidian 18.0.61 Update #1. Browser console reports a request timed out to https://[host_name]:8880/modules/grafana/service/logout and also https://[host_name]:8880/modules/grafana/service/d/monitoring__overview?kiosk=tv&theme=light...
  2. feisar

    Issue php mail function not working after update

    UPDATE I removed the --slave /etc/pam.d/smtp mta-pam /etc/pam.d/smtp.postfix \ line from the multiline command and re-ran it and there was no link message, and the PHP mail() command is now working. The output of alternatives --display mta is now: mta - status is auto. link currently points...
  3. feisar

    Issue php mail function not working after update

    I've got another identical server which has updated to Plesk Obsidian, and the PHP mail() function is still working there. For comparison, the output of alternatives --display mta on this working server is: mta - status is manual. link currently points to...
  4. feisar

    Issue php mail function not working after update

    Thank you. Here is the output of the first two commands. ls -als /usr/sbin/sendmail.postfix 0 lrwxrwxrwx 1 root root 46 Nov 7 20:12 /usr/sbin/sendmail.postfix -> /usr/lib64/plesk-9.0/sendmail/sendmail.postfix ls -als /usr/lib/sendmail.postfix ls: cannot access /usr/lib/sendmail.postfix: No...
  5. feisar

    Issue php mail function not working after update

    Here are the results: ls -als /usr/sbin/sendmail 0 lrwxrwxrwx 1 root root 21 Nov 7 20:12 /usr/sbin/sendmail -> /etc/alternatives/mta ls -als /etc/alternatives/mta 0 lrwxrwxrwx 1 root root 26 Nov 7 20:12 /etc/alternatives/mta -> /usr/sbin/sendmail.postfix alternatives --display mta mta -...
  6. feisar

    Issue php mail function not working after update

    Unfortunately that didn't work for me. The /usr/sbin/sendmail path was already listed in the output of whereis sendmail. Still unable to send mail via PHP and no error is generated or log created.
  7. feisar

    Issue php mail function not working after update

    Thanks IgorG. That has got postfix up and running again, and although I can now send emails from the command line with: mail -s "test" [email protected] < /dev/null PHP is still unable to send emails, but doesn't give any errors at all. For example: <?php $success = mail("[email protected]"...
  8. feisar

    Issue php mail function not working after update

    I've got the same problem. In my /var/log/mailog/ I have repeated lines about not being able to start Postfix (which the PHP mail() function uses). For example: Nov 6 21:20:46 vero-solutions postfix/postfix-script[61870]: starting the Postfix mail system Nov 6 21:20:46 vero-solutions...
Back
Top