Selaa lähdekoodia

Roundcube config file settings

Bob Mottram 11 vuotta sitten
vanhempi
commit
ee8a787b5e
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8
    0
      beaglebone.txt

+ 8
- 0
beaglebone.txt Näytä tiedosto

2226
 
2226
 
2227
 Click download to download the file.
2227
 Click download to download the file.
2228
 
2228
 
2229
+The config file which you downloaded should contain the following:
2230
+
2231
+#+BEGIN_SRC: bash
2232
+$config['default_host'] = 'localhost';
2233
+$config['smtp_port'] = 465;
2234
+$config['username_domain'] = '';
2235
+#+END_SRC
2236
+
2229
 In a terminal on your local machine (not logged into the BBB):
2237
 In a terminal on your local machine (not logged into the BBB):
2230
 
2238
 
2231
 #+BEGIN_SRC: bash
2239
 #+BEGIN_SRC: bash