Postfix Error

Discussion in 'Installation/Configuration' started by rodrigoespino, Sep 28, 2009.

  1. rodrigoespino

    rodrigoespino New Member

    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?.
     
  2. Mccy_McFlinn

    Mccy_McFlinn New Member

    Hello,

    What is the ls -l output of the /usr/libexec/postfix folder? Need to see what permissions have been set
     
  3. lchvdlch

    lchvdlch New Member

    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).
     
  4. Mandar Pimplapure

    Mandar Pimplapure New Member

    All having root user ownership with 755 permissions.
     

Share This Page