@@ -162,7 +162,7 @@ fi
# Logging
if [ "$quiet" != 'yes' ]; then
- $BIN/v-log-action "$user" "Info" "Mail" "Enabled webmail access (Domain: $domain)."
+ $BIN/v-log-action "$user" "Info" "Mail" "Webmail client access enabled (Domain: $domain)."
fi
log_event "$OK" "$ARGUMENTS"
@@ -63,7 +63,7 @@ fi
update_user_value "$user" '$SHELL' "$shell"
-$BIN/v-log-action "system" "Info" "System" "SSH access shell changed (Shell: $shell, User: $user)."
+$BIN/v-log-action "system" "Info" "System" "Changed users default SSH shell (Shell: $shell, User: $user)."
exit
@@ -86,7 +86,7 @@ fi
- $BIN/v-log-action "$user" "Info" "Mail" "Webmail access disabled (Domain: $domain)."
+ $BIN/v-log-action "$user" "Info" "Mail" "Webmail client access disabled (Domain: $domain)."