ソースを参照
Add `maildomain` to adddomain.sh
pull/329/head
xarraxyl
2ヶ月前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B5690EEEBB952194
-
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 || |
|
|
|