浏览代码
Add `maildomain` to adddomain.sh
pull/329/head
xarraxyl
2 个月前
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 || |
|
|
|