2022-09-20 15:14:05 +02:00
|
|
|
# Copyright 2019-2022 Gentoo Authors
|
2020-09-07 23:41:31 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2022-09-20 15:14:05 +02:00
|
|
|
EAPI=8
|
2020-09-07 23:41:31 +02:00
|
|
|
|
|
|
|
inherit acct-user
|
|
|
|
|
|
|
|
DESCRIPTION="user for postfix daemon"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
|
|
|
|
ACCT_USER_ID=207
|
|
|
|
ACCT_USER_GROUPS=( postfix mail dkimsocket )
|
|
|
|
|
|
|
|
acct-user_add_deps
|