瀏覽代碼
Add `maildomain` to adddomain.sh
pull/329/head
xarraxyl
3 月之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 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 || |
|
|
|