Compare commits
4 Commits
a0d89eda19
...
ebc8e9e417
Author | SHA1 | Date | |
---|---|---|---|
ebc8e9e417 | |||
0db532d473 | |||
93c9e69aa0 | |||
85f877b544 |
1
acct-group/dkimsocket/Manifest
Normal file
1
acct-group/dkimsocket/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD dkimsocket-0.ebuild 283 BLAKE2B c566e5a848d924adf952754362dca7d3ddcfc8a6977bbbea5a742db41f86c5fa026c5e74b24fedd27dd8dc674e2a53eb83cc19ef682bad7bd47c5a27df260499 SHA512 b36295359be5e1d867ad31c186f19445450f706e54cfe393e8ad3020a237ce873dd9184873ad48f698a91d33966aba724ce5973a1fa692175530ff308360ee09
|
10
acct-group/dkimsocket/dkimsocket-0.ebuild
Normal file
10
acct-group/dkimsocket/dkimsocket-0.ebuild
Normal file
@ -0,0 +1,10 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-group
|
||||
DESCRIPTION="Group used to share the OpenDKIM socket"
|
||||
|
||||
# If you want this to persist across multiple machines, pick a real number!
|
||||
ACCT_GROUP_ID="700"
|
1
acct-user/opendkim/Manifest
Normal file
1
acct-user/opendkim/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD opendkim-0-r4.ebuild 292 BLAKE2B b0a210bc9df74b13cdef66d47841bd3b4383d25486dc28052f44d4ddebe99ec9d60796903014f6ef8739a149ff573e64853407e184499b9df9a2400ade88735d SHA512 40f657c1fc227817080f5e5e38c516de07d9bb6dbc7583761324dba3a41d4e8455c1139f7b54c5a75ba146c2c4c56266b9e4f5bb467f7c56223ef8bb53745c37
|
14
acct-user/opendkim/opendkim-0-r4.ebuild
Normal file
14
acct-user/opendkim/opendkim-0-r4.ebuild
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for OpenDKIM"
|
||||
|
||||
ACCT_USER_ID=334
|
||||
# dkimsocket goes first, to make it the primary group
|
||||
ACCT_USER_GROUPS=( dkimsocket opendkim )
|
||||
|
||||
acct-user_add_deps
|
1
acct-user/postfix/Manifest
Normal file
1
acct-user/postfix/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD postfix-0-r4.ebuild 247 BLAKE2B 9aeba67613275aa0959066835a4dd6e609431d7f95dc4852db0564e04bbf234d5eefeb5284e25b731e8c67bf74f40859f68d6ea2b817329a8b57d3fe45b8c3d9 SHA512 dec3958405636e5056ddf68c049007f99ed3c5907bf4f87687ca6d58c68c82cd15d8b0afaf937456bd259a6c987e7c179743b3e1722085a75f0a39386a3bb725
|
12
acct-user/postfix/postfix-0-r4.ebuild
Normal file
12
acct-user/postfix/postfix-0-r4.ebuild
Normal file
@ -0,0 +1,12 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="user for postfix daemon"
|
||||
ACCT_USER_ID=207
|
||||
ACCT_USER_GROUPS=( postfix mail dkimsocket )
|
||||
|
||||
acct-user_add_deps
|
Loading…
x
Reference in New Issue
Block a user