Im starter postfix Sep 27 20:03:10 ns1 master[5109]: fatal: master_spawn: exec /usr/libexec/postfix/qmgr: Permission denied Sep 27 20:03:10 ns1 master[5110]: fatal: master_spawn: exec /usr/libexec/postfix/showq: Permission denied Sep 27 20:03:11 ns1 postfix/master[7266]: warning: process /usr/libexec/postfix/smtpd pid 5107 exit status 1 Sep 27 20:03:11 ns1 postfix/master[7266]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Sep 27 20:03:11 ns1 postfix/master[7266]: warning: process /usr/libexec/postfix/pickup pid 5108 exit status 1 Sep 27 20:03:11 ns1 postfix/master[7266]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling Sep 27 20:03:11 ns1 postfix/master[7266]: warning: process /usr/libexec/postfix/qmgr pid 5109 exit status 1 Sep 27 20:03:11 ns1 postfix/master[7266]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Sep 27 20:03:11 ns1 postfix/master[7266]: warning: process /usr/libexec/postfix/showq pid 5110 exit status 1 Sep 27 20:03:11 ns1 postfix/master[7266]: warning: /usr/libexec/postfix/showq: bad command startup -- throttling this error..... any solution?.
Hello, What is the ls -l output of the /usr/libexec/postfix folder? Need to see what permissions have been set
If your system is RPM based, you can fix all permissions issues with: Code: rpm -qa | xargs rpm --setugids rpm -qa | xargs rpm --seperms You can also de-install and re-install, it will save your previous configuration files (anyway you can copy the /etc/postfix directory before proceeding).