Roundcube config file settings

This commit is contained in:
Bob Mottram 2014-03-26 13:25:33 +00:00
parent 2824d98f87
commit ee8a787b5e
1 changed files with 8 additions and 0 deletions

View File

@ -2226,6 +2226,14 @@ Click *create config*
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):
#+BEGIN_SRC: bash