We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 672b0e6 + ddf010a commit 86c4220Copy full SHA for 86c4220
bin/v-add-mail-domain-dkim
@@ -81,7 +81,7 @@ fi
81
82
# Adding dkim in config
83
update_object_value 'mail' 'DOMAIN' "$domain" '$DKIM' 'yes'
84
-increase_user_value "$user" '$U_MAIL_DKMI'
+increase_user_value "$user" '$U_MAIL_DKIM'
85
86
# Logging
87
log_history "enabled DKIM support for $domain"
bin/v-delete-mail-domain-dkim
@@ -61,7 +61,7 @@ fi
61
62
# Updatoing config
63
update_object_value 'mail' 'DOMAIN' "$domain" '$DKIM' 'no'
64
-decrease_user_value "$user" '$U_MAIL_DKMI'
+decrease_user_value "$user" '$U_MAIL_DKIM'
65
66
67
log_history "disabled DKIM support on $domain"
0 commit comments