Update third_party-roundcube.md

Dieser Commit ist enthalten in:
André Peters 2019-01-10 07:51:45 +01:00 committet von GitHub
Ursprung f1a5d8222b
Commit 08fd1e1da2
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -16,10 +16,10 @@ Create a file `data/web/rc/config/config.inc.php` with the following content.
<?php <?php
error_reporting(0); error_reporting(0);
if (!file_exists('/tmp/mime.types')) { if (!file_exists('/tmp/mime.types')) {
file_put_contents("/tmp/mime.types", fopen("http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/con$ file_put_contents("/tmp/mime.types", fopen("http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types", 'r'));
} }
$config = array(); $config = array();
$config['db_dsnw'] = 'mysql://' . getenv('DBUSER') . ':' . getenv('DBPASS') . '@mysql/' . getenv('DBNA$ $config['db_dsnw'] = 'mysql://' . getenv('DBUSER') . ':' . getenv('DBPASS') . '@mysql/' . getenv('DBNAME');
$config['default_host'] = 'tls://dovecot'; $config['default_host'] = 'tls://dovecot';
$config['default_port'] = '143'; $config['default_port'] = '143';
$config['smtp_server'] = 'tls://postfix'; $config['smtp_server'] = 'tls://postfix';