| ### Postfix "cannot connect to saslauthd server: Permission denied" ### | |
| When using SASL authentication, Postfix has to access /var/spool/postfix/var/ru… | |
| warning: SASL authentication failure: cannot connect to saslauthd server: Per… | |
| Of course, setting some less restrictive permissions solves the issue... But th… | |
| In fact, the directory seems to be recreated at every reboot, which explains th… | |
| dpkg-statoverride --add postfix root 710 /var/spool/postfix/var/run/saslauthd | |
| Now, my SASL authentication works like a charm (even after a reboot)! | |