瀏覽代碼
Add `maildomain` to adddomain.sh
pull/329/head
xarraxyl
3 月之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: B5690EEEBB952194
共有
1 個文件被更改,包括
1 次插入 和
0 次删除
-
adddomain.sh
|
|
@@ -5,6 +5,7 @@ domain="$1" |
|
|
|
|
|
|
|
domain="$1" |
|
|
|
subdom="mail" |
|
|
|
maildomain="$subdom.$domain" |
|
|
|
|
|
|
|
# Add the domain to the valid postfix addresses. |
|
|
|
grep -q "^mydestination.*$domain" /etc/postfix/main.cf || |
|
|
|