Read protected queue files and mail logs, or validate and mutate Postfix state, as root.
postfix.mailqpostfix.qshapepostfix.queue_countspostfix.postcat_qidpostfix.flush_queuepostfix.delete_qidpostfix.check_configpostfix.reloadpostfix.postsuper_holdpostfix.postsuper_releasepostfix.postsuper_requeue
Run the Emisar service as root
sudo install -d -m 0755 /etc/systemd/system/emisar.service.d printf '%s\n' '[Service]' 'User=root' 'Group=root' | sudo tee /etc/systemd/system/emisar.service.d/10-postfix-root.conf >/dev/null sudo systemctl daemon-reload sudo systemctl restart emisar
test "$(systemctl show emisar --property=User --value)" = root
Impact: Every Emisar action on this runner executes as root. Postfix actions can remove, inspect, flush, requeue, hold, or release messages and reload the mail service.