Explorar o código

Upgrade to RC 1.6.0

Jaap Marcus %!s(int64=3) %!d(string=hai) anos
pai
achega
df70fe37ba
Modificáronse 2 ficheiros con 3 adicións e 6 borrados
  1. 2 5
      install/deb/roundcube/main.inc.php
  2. 1 1
      install/upgrade/upgrade.conf

+ 2 - 5
install/deb/roundcube/main.inc.php

@@ -29,10 +29,7 @@ $config['smtp_debug'] = true;
 // For example %n = mail.domain.tld, %t = domain.tld
 // WARNING: After hostname change update of mail_host column in users table is
 //          required to match old user data records with the new host.
-$config['default_host'] = 'ssl://localhost';
-
-// TCP port used for IMAP connections
-$config['default_port'] = 993;
+$config['imap_host'] = 'localhost:143';
 
 // IMAP socket context options
 // See http://php.net/manual/en/context.ssl.php
@@ -103,7 +100,7 @@ $config['default_user'] = '%u';
 
 $config['default_pass'] = '%p';
 
-$config['smtp_host'] = 'ssl://localhost';
+$config['smtp_host'] = 'localhost:587';
 
 // Log session authentication errors to <log_dir>/session or to syslog
 $config['log_session'] = true;

+ 1 - 1
install/upgrade/upgrade.conf

@@ -40,7 +40,7 @@ pma_v='5.2.0'
 
 # Set version of RoundCube (Webmail) to update during upgrade if not already installed
 # Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"
-rc_v='1.5.3'
+rc_v='1.6.0'
 
 # Set version of Rainloop (Webmail) to update during upgrade if not already installed
 rl_v='1.16.0'