commit:     024915bef5ba45d1a93c3c2154c2220fb167f990
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 21:01:24 2024 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 21:01:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024915be

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 <AT> gentoo.org>

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

diff --git a/mail-filter/opendmarc/files/opendmarc.service 
b/mail-filter/opendmarc/files/opendmarc.service
index 90ee5ccb4341..b29aa1afafdc 100644
--- a/mail-filter/opendmarc/files/opendmarc.service
+++ b/mail-filter/opendmarc/files/opendmarc.service
@@ -4,8 +4,8 @@ Documentation=man:opendmarc(8) man:opendmarc.conf(5) 
man:opendmarc-expire(8) man
 After=network.target nss-lookup.target syslog.target
 
 [Service]
-User=milter
-Group=milter
+User=opendmarc
+Group=opendmarc
 PIDFile=/var/run/opendmarc/opendmarc.pid
 ExecStartPre=/usr/sbin/opendmarc -c /etc/opendmarc/opendmarc.conf -n 
 ExecStart=/usr/sbin/opendmarc -c /etc/opendmarc/opendmarc.conf -f -P 
/var/run/opendmarc/opendmarc.pid

Reply via email to