Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 841668

Summary: mail-filter/opendmarc: /lib/systemd/systemd/opendmarc.service uses wrong user and group
Product: Gentoo Linux Reporter: dennis
Component: Current packagesAssignee: Fabian Groffen <grobian>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description dennis 2022-04-29 10:56:23 UTC
Hi,

so the user and group that are created through the package dependencies acct-user/opendmarc and acct-group/opendmarc are both named 'opendmarc'. In the systemd file the user and group 'milter' are used for running the service. This user and group are not present and I don't see why I should create them by hand. Rather 'opendmarc' should be used. 

Please update the systemd file. It is annoying to do this by hand every update.

Thanks!
Comment 1 Larry the Git Cow gentoo-dev 2024-01-26 21:02:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024915bef5ba45d1a93c3c2154c2220fb167f990

commit 024915bef5ba45d1a93c3c2154c2220fb167f990
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2024-01-26 21:01:24 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2024-01-26 21:01:24 +0000

    mail-filter/opendmarc: use correct user/group in systemd service
    
    We use acct-user/opendmarc so don't use milter account in the service.
    
    Thanks  dennis at haxwell dot de  for pointing this out.
    
    Closes: https://bugs.gentoo.org/841668
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-filter/opendmarc/files/opendmarc.service | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)