From 14687f170ad92d265f4f2da72dab543bef725cb1 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 10 May 2013 09:57:16 +0300 Subject: [PATCH] disabled ipv6 support --- install/0.9.7/rhel/dovecot/dovecot.conf | 2 +- install/vst-install.sh | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/install/0.9.7/rhel/dovecot/dovecot.conf b/install/0.9.7/rhel/dovecot/dovecot.conf index 0a855351..b44bd6a8 100644 --- a/install/0.9.7/rhel/dovecot/dovecot.conf +++ b/install/0.9.7/rhel/dovecot/dovecot.conf @@ -1,4 +1,4 @@ protocols = imap pop3 -listen = *, :: +listen = * base_dir = /var/run/dovecot/ !include conf.d/*.conf diff --git a/install/vst-install.sh b/install/vst-install.sh index f1bb1f16..5ba5e8a0 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -494,12 +494,10 @@ if [ "$?" -ne 0 ]; then fi # Nginx configuration +rm -f /etc/nginx/conf.d/*.conf wget $CHOST/$VERSION/nginx.conf -O /etc/nginx/nginx.conf wget $CHOST/$VERSION/nginx-status.conf -O /etc/nginx/conf.d/status.conf -rm -f /etc/nginx/conf.d/vesta_ip.conf -touch /etc/nginx/conf.d/vesta_ip.conf -rm -f /etc/nginx/conf.d/vesta_users.conf -touch /etc/nginx/conf.d/vesta_users.conf +touch /etc/nginx/conf.d/vesta.conf chkconfig nginx on service nginx start if [ "$?" -ne 0 ]; then