Projects
Kolab:16:Testing
roundcubemail-selfcontained
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 81
View file
migrateconfig.sh
Changed
@@ -82,9 +82,9 @@ foreach (file("{$home}/config.inc.php") as $line) { $line = str_replace(array_keys($replace), array_values($replace), $line); if ($imap_host && strpos($line, "\$config'default_host'") !== false) { - $content .= "\$config'imap_host' = '{$imap_host}';\n"; + $content .= " \$config'imap_host' = '{$imap_host}';\n"; } elseif ($smtp_host && strpos($line, "\$config'smtp_server'") !== false) { - $content .= "\$config'smtp_host' = '{$smtp_host}';\n"; + $content .= " \$config'smtp_host' = '{$smtp_host}';\n"; } elseif (!preg_match("~\\\$config\\'(default_port|smtp_port)'\\~", $line)) { $content .= $line; } @@ -124,7 +124,7 @@ foreach (file("{$home}/managesieve.inc.php") as $line) { $line = str_replace(array_keys($replace), array_values($replace), $line); if ($sieve_host && strpos($line, "\$config'managesieve_host' = '") !== false) { - $content .= "\$config'managesieve_host' = '{$sieve_host}';\n"; + $content .= " \$config'managesieve_host' = '{$sieve_host}';\n"; } elseif (!preg_match("~\\\$config\\'(managesieve_port|managesieve_usetls)'\\~", $line)) { $content .= $line; }
View file
plesk.config.inc.php
Changed
@@ -16,11 +16,11 @@ $config'product_name' = "Plesk Premium Email, powered by Kolab"; - $config'default_host' = "localhost"; + $config'imap_host' = "localhost:9143"; // CRAM-MD5 and DIGEST-MD5 are not compatible with encrypted passwords in plesk $config'imap_auth_type' = 'PLAIN'; - $config'smtp_server' = "localhost"; + $config'smtp_host' = "localhost:25"; $config'smtp_user' = '%u'; $config'smtp_pass' = '%p'; $config'smtp_helo_host' = $_SERVER"HTTP_HOST" ?? "";
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.