Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833448 - mail-filter/opendmarc-1.4.1.1-r2: conf.d incorrect uid gui milter
Summary: mail-filter/opendmarc-1.4.1.1-r2: conf.d incorrect uid gui milter
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-16 02:02 UTC by nic
Modified: 2022-02-16 07:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nic 2022-02-16 02:02:37 UTC
opendmarc.confd contains "milter" while the ebuild had recently switched to provisioning "opendmarc" account and group

Current
 # user/group to run opendmarc daemon as
 OPENDMARC_USER=milter
 OPENDMARC_GROUP=milter

New please
 # user/group to run opendmarc daemon as
 OPENDMARC_USER=opendmarc
 OPENDMARC_GROUP=opendmarc


Reproducible: Always

Actual Results:  
/etc/init.d/opendmarc crashed as the run dir ownership could not be changed because milter user and group does not exist
    chown ${OPENDMARC_USER}:${OPENDMARC_GROUP} /var/run/opendmarc >& /dev/null
Comment 1 Larry the Git Cow gentoo-dev 2022-02-16 07:56:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f76f5c7826a23b08baa3efab8d54cf5bf7eed3

commit 98f76f5c7826a23b08baa3efab8d54cf5bf7eed3
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2022-02-16 07:52:16 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2022-02-16 07:55:58 +0000

    mail-filter/opendmarc: correct confd entry, thanks nic
    
    Closes: https://bugs.gentoo.org/833448
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

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