Skip to content

Commit f047728

Browse files
committed
Fix hestiacp#104. Default dkim size is now set to 1024
1 parent d4b5bdd commit f047728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-mail-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ domain_idn=$(idn -t --quiet -a "$domain")
1818
antispam=${3-yes}
1919
antivirus=${4-yes}
2020
dkim=${5-yes}
21-
dkim_size=${6-512}
21+
dkim_size=${6-1024}
2222

2323
# Includes
2424
source $VESTA/func/main.sh

0 commit comments

Comments
 (0)