summaryrefslogtreecommitdiff
path: root/acct-user/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'acct-user/postfix')
-rw-r--r--acct-user/postfix/Manifest2
-rw-r--r--acct-user/postfix/metadata.xml8
-rw-r--r--acct-user/postfix/postfix-0.ebuild12
3 files changed, 22 insertions, 0 deletions
diff --git a/acct-user/postfix/Manifest b/acct-user/postfix/Manifest
new file mode 100644
index 000000000000..f4a282fc170d
--- /dev/null
+++ b/acct-user/postfix/Manifest
@@ -0,0 +1,2 @@
+EBUILD postfix-0.ebuild 236 BLAKE2B 6204cdaf4f74829cb02bf90751997d76c9f1253e589c1c280d7481b225fa7e9186c4eb6334c37edc4cf80230ca0671999371e51cb7573c509c3b3604497766d4 SHA512 8a438cef4650aee34ad9ce0c81af92449ffb7b708bcc5ee33f30194398bea342f55f9af2619a7f1691feda09257b15a05a60c42e623439375d578699db82898a
+MISC metadata.xml 247 BLAKE2B 167e8eb377614081cdfda6ab24f1a1bcbcac4b7db4a34c79d682d3c47bc6de17c14fa679aa3a1d82a61988ef0fc044b99061635e1a50de646b9ddfe88444ebe8 SHA512 6dd50c3fa3c6a61cc3590827074f4dd0586cb36ef78dfaf161c09a613b198af88aa874b96f7958aa59761b0689ea903fac1bfca9d05023c648cf8dabc0596f4d
diff --git a/acct-user/postfix/metadata.xml b/acct-user/postfix/metadata.xml
new file mode 100644
index 000000000000..e6f3bf582ab7
--- /dev/null
+++ b/acct-user/postfix/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>eras@gentoo.org</email>
+ <name>Eray Aslan</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/acct-user/postfix/postfix-0.ebuild b/acct-user/postfix/postfix-0.ebuild
new file mode 100644
index 000000000000..81f26ddfcd1a
--- /dev/null
+++ b/acct-user/postfix/postfix-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for postfix daemon"
+ACCT_USER_ID=207
+ACCT_USER_GROUPS=( postfix mail )
+
+acct-user_add_deps