mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Fix #104. Default dkim size is now set to 1024
This commit is contained in:
parent
d4b5bddeef
commit
f0477283e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue