Explorar o código

Fix #104. Default dkim size is now set to 1024

Serghey Rodin %!s(int64=12) %!d(string=hai) anos
pai
achega
f0477283e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/v-add-mail-domain

+ 1 - 1
bin/v-add-mail-domain

@@ -18,7 +18,7 @@ domain_idn=$(idn -t --quiet -a "$domain")
 antispam=${3-yes}
 antivirus=${4-yes}
 dkim=${5-yes}
-dkim_size=${6-512}
+dkim_size=${6-1024}
 
 # Includes
 source $VESTA/func/main.sh