Commit c6ac6e23 authored by w4t's avatar w4t

wtserver 0.23

parent 1333a844
......@@ -46,7 +46,7 @@ InstallMTA() {
"dovecot")
echo -n -e "$IDENTATION_LVL_1 Installing POP3/IMAP Mail server ${red}Dovecot${NC} and Mail signing (OpenDKIM)...\n"
echo -n -e "$IDENTATION_LVL_2 Installing Dovecot and dependecies... "
apt_install dovecot-imapd dovecot-pop3d dovecot-mysql dovecot-sieve dovecot-lmtpd dovecot-managesieved dovecot-antispam opendkim opendkim-tools
apt_install dovecot-core dovecot-imapd dovecot-pop3d dovecot-mysql dovecot-sieve dovecot-lmtpd dovecot-managesieved dovecot-antispam opendkim opendkim-tools
# The `default_process_limit` is 100, which constrains the total number
# of active IMAP connections (at, say, 5 open connections per user that
......
......@@ -140,7 +140,7 @@ InstallRoundcubeLatest() {
pear install Mail_Mime >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
pear install Auth_SASL2 >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
pear install Net_SMTP >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
pear install channel://pear.php.net/Net_IDNA2-0.2.0
pear install channel://pear.php.net/Net_IDNA2-0.2.0 >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
echo -e "[${green}DONE${NC}]"
apt_purge_remove roundcube*
......
......@@ -309,7 +309,8 @@ EOF
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg >/dev/null 2>&1
echo "deb https://packages.sury.org/php/ $(lsb_release -c -s) main" > /etc/apt/sources.list.d/php.list
apt_update
apt_upgrade
#apt_upgrade
apt-get -yqq -o Dpkg::Options::="--force-confold" upgrade
#if [[ "$CFG_PHP_VERSION" == *"php5.5"* ]]; then
#InstallPhp55
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment