浏览代码

Roundcube config file settings

Bob Mottram 11 年前
父节点
当前提交
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