Skip to content

Add `Group=sasl` directive to `d/sasl2-bin.saslauthd.service`

Ref.: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/2078851

Hi,

This is something that was apparently overlooked when moving from sysv init to a systemd service file: files under /run/saslauthd should be owned by the sasl group, but are currently owned by root. This MR adds a Group=sasl directive to the systemd unit file, which addresses the problem.

Merge request reports

Loading