- change default cyrus user to _cyrus

- bump PKGNAME

spotted by Aurelien <aurelien26 at free dot fr>
This commit is contained in:
ajacoutot 2007-03-19 23:55:59 +00:00
parent 4f09247a55
commit 82d1afdc0f
4 changed files with 42 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.160 2007/03/19 10:24:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.161 2007/03/19 23:55:59 ajacoutot Exp $
VERSION= 2.4.0-RC5
PATCHLEVEL= 0
PATCHLEVEL= 1
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-master.cf,v 1.17 2006/12/22 20:03:02 todd Exp $
--- conf/master.cf.orig Wed Nov 1 21:03:41 2006
+++ conf/master.cf Tue Dec 12 15:17:49 2006
$OpenBSD: patch-master.cf,v 1.18 2007/03/19 23:55:59 ajacoutot Exp $
--- conf/master.cf.orig Wed Jan 31 22:23:56 2007
+++ conf/master.cf Tue Mar 20 00:53:35 2007
@@ -6,42 +6,42 @@
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
@ -68,3 +68,21 @@ $OpenBSD: patch-master.cf,v 1.17 2006/12/22 20:03:02 todd Exp $
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
@@ -63,7 +63,7 @@ scache unix - - n - 1 scache
# The Cyrus deliver program has changed incompatibly, multiple times.
#
#old-cyrus unix - n n - - pipe
-# flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
+# flags=R user=_cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
#
# ====================================================================
#
@@ -71,7 +71,7 @@ scache unix - - n - 1 scache
# Also specify in main.cf: cyrus_destination_recipient_limit=1
#
#cyrus unix - n n - - pipe
-# user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
+# user=_cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
#
# ====================================================================
#

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.98 2007/03/19 10:24:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.99 2007/03/19 23:55:59 ajacoutot Exp $
VERSION= 2.3.8
PATCHLEVEL= 0
PATCHLEVEL= 1
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-master.cf,v 1.11 2006/07/17 08:52:13 jakob Exp $
$OpenBSD: patch-master.cf,v 1.12 2007/03/19 23:55:59 ajacoutot Exp $
--- conf/master.cf.orig Wed Nov 9 15:42:38 2005
+++ conf/master.cf Tue Nov 22 19:24:39 2005
--- conf/master.cf.orig Sat Mar 18 15:40:01 2006
+++ conf/master.cf Tue Mar 20 00:49:39 2007
@@ -6,41 +6,41 @@
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
@ -67,3 +67,17 @@ $OpenBSD: patch-master.cf,v 1.11 2006/07/17 08:52:13 jakob Exp $
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
@@ -60,11 +60,11 @@ maildrop unix - n n
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix - n n - - pipe
- flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
+ flags=R user=_cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
cyrus unix - n n - - pipe
- user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
+ user=_cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
#
# See the Postfix UUCP_README file for configuration details.
#