~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to UPGRADING

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
ImportĀ upstreamĀ versionĀ 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
UPGRADING
 
2
Modified: Jan 28, 2004
 
3
 
 
4
Instructions:
 
5
Find the version you currently have installed from the list below (where it
 
6
says "from _version_") and work your way up.  For an example, to go from
 
7
0.7.2 to 0.7.5, you need to upgrade to 0.7.3, then upgrade to 0.7.5.
 
8
 
 
9
0.8.11 to 0.8.10
 
10
================
 
11
No backend changes, no config changes
 
12
 
 
13
0.8.10 to 0.8.11
 
14
================
 
15
No backend changes, no changes in config options.
 
16
 
 
17
0.7.x to 0.8.10
 
18
===============
 
19
Fresh reinstall recommended.  If using MySQL backend, apply all incremental SQL updates in the MySQL folder.
 
20
 
 
21
0.8.9 to 0.8.10
 
22
===============
 
23
No backend changes, no changes in config options.
 
24
 
 
25
0.8.8 to 0.8.9
 
26
==============
 
27
No backend changes.  No changes to conf files, except for $USE_COOKIES in conf/login.inc which is on by default (was off).  Please see conf/login.inc for more details.
 
28
 
 
29
0.8.7 to 0.8.8
 
30
==============
 
31
No backend changes.  A few new directives have been added to conf/conf.inc and conf/login.inc.
 
32
 
 
33
from 0.8.6 to 0.8.7
 
34
===================
 
35
No major changes.  A few new directives have been added to conf/conf.inc.
 
36
 
 
37
from 0.7.11 to 0.8.6
 
38
====================
 
39
Version 0.8 is still in development.  It is recommended that you NOT UPGRADE and simply setup a separate installation for testing.
 
40
 
 
41
from 0.7.9. to 0.7.10
 
42
=====================
 
43
No changes necessary to configuration or backend.
 
44
 
 
45
from 0.7.8 to 0.7.9
 
46
====================
 
47
Update MySQL backend using "MySQL/0.7.9.sql".  No changes for file-based backend.
 
48
Due to changes, it is recommended that configuration files NOT be copied, but reconfigured using the files included with the distribution.
 
49
 
 
50
from 0.7.7 to 0.7.8
 
51
====================
 
52
A couple of new optional directives have been added to conf/mysqlrc.inc and 
 
53
conf/conf.inc.  Config files may be copied, and no changes are required to the 
 
54
backend.  
 
55
 
 
56
from 0.7.6 to 0.7.7
 
57
====================
 
58
A few new options have been added to conf/login.inc, all other conf files
 
59
may be copied over directly.  No changes required to backend.
 
60
 
 
61
 
 
62
from 0.7.5 to 0.7.6
 
63
====================
 
64
A few new settings have been added to conf/conf.inc.  It is recommended
 
65
that you do NOT over write this file, but install the new version and
 
66
modify the settings manually.
 
67
If you are using a MySQL backend, upgrade your webmail database using the
 
68
SQL file MySQL/0.7.6.sql.
 
69
        e.g.
 
70
        $mysql -u user -p webmail < MySQL/0.7.6.sql     
 
71
        
 
72
        
 
73
from 0.7.4 to 0.7.5
 
74
===================
 
75
A few new settings have been added to conf/conf.inc.  It is recommended
 
76
that you do NOT over write this file, but install the new version and
 
77
modify the settings manually.
 
78
If you are using a MySQL backend, upgrade your webmail database using the
 
79
SQL file in MySQL/0.7.5.sql.
 
80
        e.g.
 
81
        $mysql -u user -p webmail < MySQL/0.7.5.sql     
 
82
        
 
83
 
 
84
from 0.7.4 to 0.7.4-2
 
85
=====================
 
86
If IlohaMail is working in your environment, you DO NOT need this
 
87
upgrade.
 
88
If you received errors related '../lang' in the login page, simply swap the
 
89
"IlohaMail/include/super2global.inc" file with the new one.
 
90
 
 
91
 
 
92
from 0.7.3 to 0.7.4
 
93
===================
 
94
No changes needed in backend (file or MySQL).  
 
95
You may copy configuration files over to new installation.
 
96
 
 
97
 
 
98
from < 0.7.3 to 0.7.3
 
99
=====================
 
100
0.7.3 includes some features and improvements that require changes to the
 
101
configuration and backend structure.  A "clean" re-install and
 
102
configuration is recommended, and this document will walk you through some
 
103
of the relevant changes.
 
104
 
 
105
Configuration
 
106
------------
 
107
There are some new configuration options, as well as changes from previous
 
108
versions.  Namely, conf/defaults.inc has been moved to conf/conf.inc, and
 
109
conf/hosts.inc has been moved to login.inc.  There are some new
 
110
configuration options in both new files (conf.inc, login.inc) so make sure
 
111
you take a look at those as well.
 
112
 
 
113
 
 
114
POP3 Cache
 
115
-----------
 
116
In addition to the "upload" folder, a "cache" folder must be created at the
 
117
same level as "source", "include", etc, if you wish to enable POP3 caching.
 
118
 POP3 caching will save network bandwidth and improve speed, however, POP3
 
119
functionality will work fine without it.  If the "cache" folder does not
 
120
exist, caching will be disabled.
 
121
 
 
122
 
 
123
Log
 
124
---
 
125
A new log feature has been added to monitor login/logout activity.  This
 
126
might be useful to detect unauthorized login attempts, and will log the
 
127
user's IP as well as time.  This feature supports both file and db based
 
128
backends.  See conf/conf.inc for configuration information.  This feature
 
129
is disabled by default.
 
130
 
 
131
 
 
132
MySQL
 
133
------
 
134
The conf/mysqlrc.inc file is more or less unchanged, however, a new
 
135
optional table for logging user activity has been added.  To add this table
 
136
to an exising database, run the mysql/0.7.3.sql file as such:
 
137
 
 
138
        $mysql -u user -p dbname < mysql/0.7.3.sql