差異處
這裏顯示兩個版本的差異處。
兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
tech:iredmail:upgrade [2025/04/28 20:58] – [1.0 - 1.1] jonathan | tech:iredmail:upgrade [2025/04/28 21:54] (目前版本) – [from 1.2 to 1.2.1] jonathan | ||
---|---|---|---|
行 5: | 行 5: | ||
- 將 CentOS 7 的資料移轉到 Ubuntu 22.04 環境上 | - 將 CentOS 7 的資料移轉到 Ubuntu 22.04 環境上 | ||
- | ===== 0.9.9 - 1.0 ===== | + | ===== from 0.9.9 to 1.0 ===== |
* https:// | * https:// | ||
- 更新 iRedMail 版本標記 <cli> | - 更新 iRedMail 版本標記 <cli> | ||
行 72: | 行 72: | ||
- 測試寄送與收取新的信件來確認 E-Mail 服務 | - 測試寄送與收取新的信件來確認 E-Mail 服務 | ||
- | ===== 1.0 - 1.1 ===== | + | ===== from 1.0 to 1.1 ===== |
* https:// | * https:// | ||
- 更新版本標記< | - 更新版本標記< | ||
行 103: | 行 103: | ||
</ | </ | ||
- 測試升級結果 | - 測試升級結果 | ||
+ | |||
+ | ===== from 1.1 to 1.2 ===== | ||
+ | * https:// | ||
+ | - 更新版本標記< | ||
+ | vi / | ||
+ | </ | ||
+ | - 修復 Dovecot 配置文件< | ||
+ | vi / | ||
+ | </ | ||
+ | : | ||
+ | # 1.2 Add | ||
+ | mailbox_list_index = no | ||
+ | |||
+ | !include_try / | ||
+ | </ | ||
+ | systemctl restart dovecot | ||
+ | </ | ||
+ | - 檢查和重啟服務< | ||
+ | systemctl status postfix dovecot | ||
+ | </ | ||
+ | - 測試升級結果 | ||
+ | |||
+ | ===== from 1.2 to 1.2.1 ===== | ||
+ | * https:// | ||
+ | - 更新版本標記< | ||
+ | vi / | ||
+ | </ | ||
+ | - 更新 iRedAPD< | ||
+ | cd | ||
+ | mkdir 1.2.1 | ||
+ | cd 1.2.1 | ||
+ | wget -O iRedAPD-5.9.0.tar.gz https:// | ||
+ | tar zxf iRedAPD-5.9.0.tar.gz | ||
+ | cd iRedAPD-5.9.0/ | ||
+ | bash upgrade_iredapd.sh | ||
+ | </ | ||
+ | - 修正 mlmmj-amime-receive <cli> | ||
+ | cd /usr/bin/ | ||
+ | mv mlmmj-amime-receive mlmmj-amime-receive.1.2 | ||
+ | wget -O mlmmj-amime-receive https:// | ||
+ | chown mlmmj:mlmmj mlmmj-amime-receive | ||
+ | chmod 0550 mlmmj-amime-receive | ||
+ | </ | ||
+ | - 檢查和重啟服務< | ||
+ | systemctl status postfix dovecot | ||
+ | </ | ||
+ | - 測試升級結果 | ||
+ | |||
===== 參考網址 ===== | ===== 參考網址 ===== | ||
* https:// | * https:// |