summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/postfix')
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index 3e7f91867..6d39570d3 100644
--- a/meta-networking/recipes-daemons/postfix/postfix.inc
+++ b/meta-networking/recipes-daemons/postfix/postfix.inc
@@ -36,9 +36,9 @@ INITSCRIPT_PARAMS = "start 58 3 4 5 . stop 13 0 1 6 ."
36USERADD_PACKAGES = "${PN}" 36USERADD_PACKAGES = "${PN}"
37USERADD_PARAM_${PN} = \ 37USERADD_PARAM_${PN} = \
38"-d /var/spool/postfix -r -g postfix --shell /bin/false postfix; \ 38"-d /var/spool/postfix -r -g postfix --shell /bin/false postfix; \
39 -d /var/spool/vmail -r -u 5000 -g vmail --shell /bin/false vmail \ 39 -d /var/spool/vmail -r -g vmail --shell /bin/false vmail \
40" 40"
41GROUPADD_PARAM_${PN} = "--system postfix;--system postdrop;-g 5000 --system vmail" 41GROUPADD_PARAM_${PN} = "--system postfix;--system postdrop;--system vmail"
42 42
43export SYSLIBS = "${LDFLAGS}" 43export SYSLIBS = "${LDFLAGS}"
44 44