su site96
stat $(readlink /var/run/dovecot/cgroup)
Run systemctl restart dovecot. Repeat the process - did the inode update with stat? Are there any errors in Dovecot upon restart? grep -i error /var/log/maillog | grep -i dovecot.
You can remove the “cgroup” plugin from /etc/dovecot/conf.d/apnscp.conf under mail_plugins. This shouldn’t impact usability, in particular /var/run/dovecot/cgroup is a socket created by Dovecot on startup to listen for cgroup requests…
Ran dnf update --enablerepo=apnscp-testing without specifying “mod_shield”, so both nss-apnscp and pam-apnscp packages were updated to v2.0. This in turn allowed dovecot23-apnscp to update in the main repo while remaining on major branch.
dnf downgrade -y pam-apnscp nss-apnscp dovecot23-apnscp resolves this. Alternatively, moving to edge would have also resolved it.