warning: connect #2 to subsystem /var/spool/postfix/private/proxymap: Permission denied

Discussion in 'Installation/Configuration' started by brandhout, Oct 21, 2021.

  1. brandhout

    brandhout New Member

    Hello everyone,

    Code:
    postfix/smtpd: fatal: warning: connect #1 to subsystem /var/spool/postfix/private/proxymap: Permission denied
    ..
    ..
    postfix/smtpd: fatal: connect #11 to subsystem /var/spool/postfix/private/proxymap: Permission denied
    
    I cannot send mail from certain PHP (laravel) packages using local SMTP. The centos 8 server was installed a month ago according to the correct 'perfect server' tutorial. I haven't found a solution anywhere on stackoverflow or here. I also have tried
    Code:
    postfix set-permissions
    Can anyone point me in the right direction?
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    I assume you have stopped and started postfix? Are there any errors when you start postfix, either in mail logs or general syslog files? (Eg. maybe apparmor is what's causing the issue? that should be logged, if so)
     

Share This Page