[Bug 2078851] Re: saslauthd wrong permission of /var/spool/postfix/var/run/saslauthd

2025-01-13 Thread Ariel Sandberg
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"

[Bug 2078851] Re: saslauthd wrong permission of /var/spool/postfix/var/run/saslauthd

2025-01-13 Thread Ariel Sandberg
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