Use thread as the process model to prevent the gateway from hanging.
from robert@
This commit is contained in:
parent
b7fec019a2
commit
585a38966c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.112 2011/12/22 17:10:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.113 2012/01/05 11:08:44 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= MS Exchange groupware suite replacement
|
||||
COMMENT-web= zarafa webaccess frontend and MAPI extensions for PHP
|
||||
@ -7,6 +7,8 @@ PKGNAME= zarafa-${V}
|
||||
PKGNAME-main= zarafa-${V}
|
||||
PKGNAME-web= zarafa-webaccess-${V}
|
||||
|
||||
REVISION-main= 0
|
||||
|
||||
CATEGORIES= mail www productivity
|
||||
|
||||
SHARED_LIBS += mapi 2.0 # 0.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-installer_linux_gateway_cfg,v 1.8 2011/11/17 15:14:37 ajacoutot Exp $
|
||||
--- installer/linux/gateway.cfg.orig Wed Nov 16 23:01:36 2011
|
||||
+++ installer/linux/gateway.cfg Thu Nov 17 13:59:31 2011
|
||||
$OpenBSD: patch-installer_linux_gateway_cfg,v 1.9 2012/01/05 11:08:44 ajacoutot Exp $
|
||||
--- installer/linux/gateway.cfg.orig Wed Dec 21 20:17:06 2011
|
||||
+++ installer/linux/gateway.cfg Thu Jan 5 12:07:15 2012
|
||||
@@ -14,16 +14,16 @@ server_hostname =
|
||||
server_hostname_greeting = no
|
||||
|
||||
@ -35,3 +35,12 @@ $OpenBSD: patch-installer_linux_gateway_cfg,v 1.8 2011/11/17 15:14:37 ajacoutot
|
||||
|
||||
# Verify client certificate
|
||||
ssl_verify_client = no
|
||||
@@ -76,7 +76,7 @@ ssl_verify_file =
|
||||
ssl_verify_path =
|
||||
|
||||
# Process model, using pthreads (thread) or processes (fork)
|
||||
-process_model = fork
|
||||
+process_model = thread
|
||||
|
||||
##############################################################
|
||||
# GATEWAY LOG SETTINGS
|
||||
|
Loading…
Reference in New Issue
Block a user