Răsfoiți Sursa

Implement z-push-autodiscover package.

Raphael Schneeberger 7 ani în urmă
părinte
comite
2811a6e86c

+ 4 - 2
install/hst-install-debian.sh

@@ -37,7 +37,8 @@ if [ "$release" -eq 9 ]; then
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
         bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
-        unrar-free vim-common z-push-common z-push-backend-imap"
+        unrar-free vim-common z-push-common z-push-backend-imap z-push-backend-combined
+        z-push-autodiscover"
 else
 else
     software="nginx apache2 apache2-utils apache2.2-common
     software="nginx apache2 apache2-utils apache2.2-common
         apache2-suexec-custom libapache2-mod-ruid2
         apache2-suexec-custom libapache2-mod-ruid2
@@ -50,7 +51,8 @@ else
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
         bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
-        unrar-free vim-common z-push-common z-push-backend-imap"
+        unrar-free vim-common z-push-common z-push-backend-imap  z-push-backend-combined
+        z-push-autodiscover"
 fi
 fi
 
 
 # Defining help function
 # Defining help function

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -37,7 +37,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
     php-apcu phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
     php-apcu phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
     roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
     roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
     sudo hestia hestia-nginx hestia-php vim-common vsftpd whois zip
     sudo hestia hestia-nginx hestia-php vim-common vsftpd whois zip
-    z-push-common z-push-backend-imap"
+    z-push-common z-push-backend-imap z-push-backend-combined z-push-autodiscover"
 
 
 # Defining help function
 # Defining help function
 help() {
 help() {

+ 1 - 1
install/upgrade/0.9.8-29.sh

@@ -104,7 +104,7 @@ if [ ! -z "$MAIL_SYSTEM" ]; then
     fi
     fi
 
 
     apt-get -qq update > /dev/null 2>&1
     apt-get -qq update > /dev/null 2>&1
-    apt-get -qq -y install z-push-common z-push-backend-imap z-push-backend-combined > /dev/null 2>&1
+    apt-get -qq -y install z-push-common z-push-backend-imap z-push-backend-combined z-push-autodiscover > /dev/null 2>&1
 fi
 fi
 
 
 # Update default page templates
 # Update default page templates