Roundcube config file settings
This commit is contained in:
parent
2824d98f87
commit
ee8a787b5e
|
@ -2226,6 +2226,14 @@ Click *create config*
|
||||||
|
|
||||||
Click download to download the file.
|
Click download to download the file.
|
||||||
|
|
||||||
|
The config file which you downloaded should contain the following:
|
||||||
|
|
||||||
|
#+BEGIN_SRC: bash
|
||||||
|
$config['default_host'] = 'localhost';
|
||||||
|
$config['smtp_port'] = 465;
|
||||||
|
$config['username_domain'] = '';
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
In a terminal on your local machine (not logged into the BBB):
|
In a terminal on your local machine (not logged into the BBB):
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
|
|
Loading…
Reference in New Issue