WildDuck:安裝與設定
LXC 4c 4g 32g
apt update && apt dist-upgrade -y
移除 Postfix:
apt remove postfix
安裝所需套件:
apt install curl gnupg2 software-properties-common
執行安裝程式:
wget -O - https://raw.githubusercontent.com/nodemailer/wildduck/master/setup/get_install.sh | bash
./install.sh mail.yourdomain.com
安裝完成後依照提示設定 MX/SPF/DKIM等等,登入設定域名即可使用
阅读剩余
THE END