xarraxyl
преди 3 месеца
committed by
GitHub
родител
ревизия
8f03827990
No known key found for this signature in database
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 || |
|
|
|