Working setup for CentOS.

This commit is contained in:
Antoine Nguyen
2016-06-01 15:30:59 +02:00
parent 451c3b4695
commit 89cdc314ea
15 changed files with 129 additions and 25 deletions

View File

@@ -18,6 +18,7 @@
# Enable installed protocols
!include_try /usr/share/dovecot/protocols.d/*.protocol
%protocols
# A comma separated list of IPs or hosts where to listen in for connections.
# "*" listens in all IPv4 interfaces, "::" listens in all IPv6 interfaces.

View File

@@ -6,8 +6,9 @@ home = %modoboa_venv_path
chdir = %modoboa_instance_path
module = instance.wsgi:application
master = true
harakiri = 60
processes = %nb_processes
vhost = true
no-default-app = true
socket = %uwsgi_socket_path
socket = %uwsgi_socket_path
chmod-socket = 660
vacuum = true