blob: a85b7ea8856b19cc874e9510a6c6303566e6ed32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
You have successfully installed Hastymail webmail client.
Don't forget to edit your own config file. A sample config
has been installed in:
%%PREFIX%%/etc/hastymail2/hastymail2.conf.sample
The proper config file path is:
%%PREFIX%%/etc/hastymail2/hastymail2.conf
after you edit config file run:
cd %%PREFIX%%/etc/hastymail2/
php %%PREFIX%%/www/hastymail2/install_scripts/install_config.php \
hastymail2.conf hastymail2.rc
Note: if hastymail2.rc already exists, you must remove it
EOM
}
]
|