Skip to content

Commit

Permalink
Fix #104. Default dkim size is now set to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
serghey-rodin committed Feb 8, 2014
1 parent d4b5bdd commit f047728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/v-add-mail-domain
Expand Up @@ -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
Expand Down

0 comments on commit f047728

Please sign in to comment.