Update third_party-roundcube.md (#317)

Adding `<?php` for sieve config file.
Dieser Commit ist enthalten in:
valentin-ed 2021-11-19 23:13:10 +01:00 committet von GitHub
Ursprung 9dea9456a2
Commit 2ecd36ab34
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -67,6 +67,8 @@ Initialize the database and leave the installer.
Open `data/web/rc/plugins/managesieve/config.inc.php` and change the following parameters (or add them at the bottom of that file): Open `data/web/rc/plugins/managesieve/config.inc.php` and change the following parameters (or add them at the bottom of that file):
``` ```
//Make sure you have <?php at the beginning of the file or add just like below
<?php
$config['managesieve_port'] = 4190; $config['managesieve_port'] = 4190;
$config['managesieve_host'] = 'tls://dovecot'; $config['managesieve_host'] = 'tls://dovecot';
$config['managesieve_conn_options'] = array( $config['managesieve_conn_options'] = array(