差異處
這裏顯示兩個版本的差異處。
兩邊的前次修訂版 前次修改 | |||
tech:mailu [2025/01/16 12:15] – jonathan | tech:mailu [2025/01/16 12:49] (目前版本) – [安裝程序] jonathan | ||
---|---|---|---|
行 21: | 行 21: | ||
===== 安裝程序 ===== | ===== 安裝程序 ===== | ||
- | - [[tech/ | + | - [[tech/ |
- 開啟主機防火牆< | - 開啟主機防火牆< | ||
ufw allow proto tcp from any to any port 25, | ufw allow proto tcp from any to any port 25, | ||
ufw allow proto udp from any to any port 161 comment 'Open SNMP ports' | ufw allow proto udp from any to any port 161 comment 'Open SNMP ports' | ||
</ | </ | ||
- | - 使用 https:// | + | - 使用 https:// |
- | - Version : 2.0 | + | - Version : 2024.06 |
- Step1: | - Step1: | ||
- Mailu storage path: /mailu | - Mailu storage path: /mailu | ||
行 38: | 行 38: | ||
- Website name : mail01 for ichiayi.com | - Website name : mail01 for ichiayi.com | ||
- Linked Website URL : https:// | - Linked Website URL : https:// | ||
- | - Enable the admin UI : /admin | + | - Enable the admin UI : [V] |
- Step 2 - Pick some features | - Step 2 - Pick some features | ||
- Enable Web email client : none | - Enable Web email client : none | ||
+ | - Enable oletools : [ ] | ||
- Step 3 - expose Mailu to the world | - Step 3 - expose Mailu to the world | ||
- IPv4 listen address : 0.0.0.0 | - IPv4 listen address : 0.0.0.0 | ||
- Subnet of the docker network : 192.168.203.0/ | - Subnet of the docker network : 192.168.203.0/ | ||
+ | - Enable an internal DNS resolver (unbound) [V] | ||
- Public hostnames : mail01.ichiayi.com | - Public hostnames : mail01.ichiayi.com | ||
- | - 依照 https:// | + | - 依照 https:// |
- Step 1 - Download your configuration files< | - Step 1 - Download your configuration files< | ||
mkdir /mailu | mkdir /mailu | ||
cd /mailu | cd /mailu | ||
- | wget https:// | + | wget https:// |
- | wget https:// | + | wget https:// |
</ | </ | ||
- Step 2 - Review the configuration : 確認 docker-compose.yml 與 mailu.env 內容是否正常 | - Step 2 - Review the configuration : 確認 docker-compose.yml 與 mailu.env 內容是否正常 | ||
行 58: | 行 60: | ||
</ | </ | ||
* 等啟動 MailU 服務後, 設定管理者密碼 Exp. My_12345Password <cli> | * 等啟動 MailU 服務後, 設定管理者密碼 Exp. My_12345Password <cli> | ||
- | docker compose -p mailu exec admin flask mailu admin admin mail01.ichiayi.com My_12345Password | + | docker compose -p mailu exec admin flask mailu admin admin mail01.ichiayi.com |
</ | </ | ||
* 連上 Web 管理介面 https:// | * 連上 Web 管理介面 https:// |