File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,18 @@ manually from `/opt/iRedMail.tips` within your current container.
93
93
If you're uncertain, do not skip releases and only update from one
94
94
release to the release immediately following it.
95
95
96
+ ### 0.9.5(-1) -> 0.9.6
97
+
98
+ Restart your iRedMail container using the new ` iredmail:0.9.6 ` image.
99
+
100
+ #### iRedAPD
101
+
102
+ Execute the following SQL in iredapd's MySQL database:
103
+
104
+ ```
105
+ CREATE INDEX client_address_passed ON greylisting_tracking (client_address, passed);
106
+ ```
107
+
96
108
### 0.9.4 -> 0.9.5(-1)
97
109
98
110
First, shutdown your running iRedMail container.
@@ -135,18 +147,6 @@ Now, restart your iRedMail container using the new `iredmail:0.9.5-1` image.
135
147
Within the recreated container, changedir into
136
148
` /opt/www/roundcubemail ` and run ` bin/update.sh ` .
137
149
138
- ### 0.9.5(-1) -> 0.9.6
139
-
140
- Restart your iRedMail container using the new ` iredmail:0.9.6 ` image.
141
-
142
- #### iRedAPD
143
-
144
- Execute the following SQL in iredapd's MySQL database:
145
-
146
- ```
147
- CREATE INDEX client_address_passed ON greylisting_tracking (client_address, passed);
148
- ```
149
-
150
150
## Contribution
151
151
152
152
Pull requests very welcome! :-)
You can’t perform that action at this time.
0 commit comments