mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Merge pull request #1074 from gionniboy, fixed typo for DKIM
fixed typo for DKIM
This commit is contained in:
commit
86c422048f
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ fi
|
|||
|
||||
# Adding dkim in config
|
||||
update_object_value 'mail' 'DOMAIN' "$domain" '$DKIM' 'yes'
|
||||
increase_user_value "$user" '$U_MAIL_DKMI'
|
||||
increase_user_value "$user" '$U_MAIL_DKIM'
|
||||
|
||||
# Logging
|
||||
log_history "enabled DKIM support for $domain"
|
||||
|
|
|
@ -61,7 +61,7 @@ fi
|
|||
|
||||
# Updatoing config
|
||||
update_object_value 'mail' 'DOMAIN' "$domain" '$DKIM' 'no'
|
||||
decrease_user_value "$user" '$U_MAIL_DKMI'
|
||||
decrease_user_value "$user" '$U_MAIL_DKIM'
|
||||
|
||||
# Logging
|
||||
log_history "disabled DKIM support on $domain"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue