Просмотр исходного кода

Roundcube config file settings

Bob Mottram 11 лет назад
Родитель
Сommit
ee8a787b5e
1 измененных файлов: 8 добавлений и 0 удалений
  1. 8
    0
      beaglebone.txt

+ 8
- 0
beaglebone.txt Просмотреть файл

@@ -2226,6 +2226,14 @@ Click *create config*
2226 2226
 
2227 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 2237
 In a terminal on your local machine (not logged into the BBB):
2230 2238
 
2231 2239
 #+BEGIN_SRC: bash