• 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 samson

  1. S

    Resolved postfix/postdrop[30592] warning: mail_queue_enter: create file maildrop/295690.30592: Permission denied

    Issue is now fixed, thanks to plesk. There were issues with my plesk installation, which once fixed allowed killall -9 postdrop to work, so thanks to maartenv for helping me out.
  2. S

    Resolved postfix/postdrop[30592] warning: mail_queue_enter: create file maildrop/295690.30592: Permission denied

    I've followed the below article and the last point suggests to alter https://linux.m2osw.com/snapwebsites-postfixpostdrop18189-warning-mailqueueenter-create-file-maildrop25937318189-permission NoNewPrivileges = false Don't know which file to alter
  3. S

    Resolved postfix/postdrop[30592] warning: mail_queue_enter: create file maildrop/295690.30592: Permission denied

    Thanks for the example on the chmod. found one looks good File Permissions Ninja Postfix check doesn't give any errors
  4. S

    Resolved postfix/postdrop[30592] warning: mail_queue_enter: create file maildrop/295690.30592: Permission denied

    The changes don't seem to update I did the following: cd /var/spool/postfix systemctl stop postfix chmod 730 maildrop chmod 710 pubic systemctl start postfix ls -l /var/spool/postfix Also, how do you convert the letters into numbers :)
  5. S

    Resolved postfix/postdrop[30592] warning: mail_queue_enter: create file maildrop/295690.30592: Permission denied

    Here's mine, maildrop and public slightly different, but I don't know how to change them :confused: drwx------. 2 postfix root 12288 Jun 10 16:42 active drwx------. 2 postfix root 4096 Jun 10 16:42 bounce drwx------. 2 postfix root 4096 Feb 8 02:46 corrupt drwx------. 18...
  6. S

    Resolved postfix/postdrop[30592] warning: mail_queue_enter: create file maildrop/295690.30592: Permission denied

    I've got thousands of warnings appearing in my mail log browser. All messages are the same apart from the ID numbers I've just recovered from running a chmod -R 777 / o_O ran the 2 below codes in single user mode to fix the server # for p in $(rpm -qa); do rpm --setperms $p; done # for p in...
  7. S

    Issue Magento 2 nginx sample file and css / js not loading

    I just tried to upgrade magento to 2.4.3 using the same as above on another domain and this time the duplicate "/" was stated in additional directives. I commented out location section as shown below. #location / { # try_files $uri $uri/ /index.php**?$args**...
  8. S

    Resolved View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them

    here's the error after applying insert query ERROR 1292 (22007): Incorrect datetime value: '0000-00-00 00:00:00' for column `mysql`.`tables_priv`.`Timestamp` at row 1
  9. S

    Issue Magento 2 nginx sample file and css / js not loading

    Composer for magento 2.4.2 using composer 1, then composer 2 for magento 2.4.3
  10. S

    Resolved View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them

    Plesk Obsidian Version 18.0.40 Plesk was unable to update mariadb from 10.3 to 10.4, so I manually upgraded. The mariadb upgrade deleted some of plesks extensions. Reinstalled plesk sucessfully, however, since mariadb 10.4, they have changed the table mysql.user to mysql.global_priv and now...
  11. S

    Issue Magento 2 nginx sample file and css / js not loading

    I finally got it working. cp /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php /usr/local/psa/admin/conf/templates/custom/domain/ add new nginxDomainVirtualHost.php attached /usr/local/psa/admin/sbin/httpdmng --reconfigure-all vi...
Back
Top