Update third_party-roundcube.md (#317)
Adding `<?php` for sieve config file.
Dieser Commit ist enthalten in:
Ursprung
9dea9456a2
Commit
2ecd36ab34
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
|
@ -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):
|
||||
```
|
||||
//Make sure you have <?php at the beginning of the file or add just like below
|
||||
<?php
|
||||
$config['managesieve_port'] = 4190;
|
||||
$config['managesieve_host'] = 'tls://dovecot';
|
||||
$config['managesieve_conn_options'] = array(
|
||||
|
|
Laden …
In neuem Issue referenzieren