I wrote a script to change the perms adding the execute for the sasl
group (which postfix user is member of).
#!/bin/bash
#
while read line; do
setoctal=`echo $line |awk '{print $1}'`
filename=`echo $line | awk '{print $2}'`
if [ -f $filename ]; then
octal=`stat -c '%a' "$filename"
Hello,
Am having similar issues.
I am migrating to a new internal mail relay that has Sasldb auth on
postfix (submission/587)
Though your suggestions to add the groups entry with systemctl edit
saslauthd changes the group membership on the directory
/var/spool/postfix/var/run/saslauthd; However