mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-24 07:05:58 -07:00
disabled logging
This commit is contained in:
parent
b4eda88053
commit
e30eb7d3ce
9 changed files with 15 additions and 19 deletions
|
@ -75,8 +75,8 @@ fi
|
||||||
# Vesta #
|
# Vesta #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Logging
|
# No Logging
|
||||||
log_history "$EVENT"
|
#log_history "$EVENT"
|
||||||
log_event "$OK" "$EVENT"
|
#log_event "$OK" "$EVENT"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -33,7 +33,7 @@ done
|
||||||
# Vesta #
|
# Vesta #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Logging
|
# No Logging
|
||||||
log_event "$OK" "$EVENT"
|
#log_event "$OK" "$EVENT"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -55,7 +55,6 @@ echo $str >> $HOMEDIR/$user/conf/mail/$domain/passwd
|
||||||
update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'yes'
|
update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'yes'
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
log_history "$EVENT"
|
|
||||||
log_event "$OK" "$EVENT"
|
log_event "$OK" "$EVENT"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -47,8 +47,7 @@ done
|
||||||
# Vesta #
|
# Vesta #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Logging
|
# No Logging
|
||||||
log_history "$EVENT"
|
#log_event "$OK" "$EVENT"
|
||||||
log_event "$OK" "$EVENT"
|
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -56,7 +56,6 @@ echo $str >> $HOMEDIR/$user/conf/mail/$domain/passwd
|
||||||
update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'no'
|
update_object_value "mail/$domain" 'ACCOUNT' "$account" '$SUSPENDED' 'no'
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
log_history "$EVENT"
|
|
||||||
log_event "$OK" "$EVENT"
|
log_event "$OK" "$EVENT"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -47,8 +47,7 @@ done
|
||||||
# Vesta #
|
# Vesta #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Logging
|
# No Logging
|
||||||
log_history "$EVENT"
|
#log_event "$OK" "$EVENT"
|
||||||
log_event "$OK" "$EVENT"
|
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -55,7 +55,7 @@ esac
|
||||||
# Vesta #
|
# Vesta #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Logging
|
# No Logging
|
||||||
log_event "$OK" "$EVENT"
|
#log_event "$OK" "$EVENT"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -131,7 +131,7 @@ done
|
||||||
# Vesta #
|
# Vesta #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Logging
|
# No Logging
|
||||||
log_event "$OK" "$EVENT"
|
#log_event "$OK" "$EVENT"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -117,7 +117,7 @@ chown -R $user:$(groups $user| cut -f 3 -d ' ') $dir
|
||||||
# Vesta #
|
# Vesta #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
# Logging
|
# No Logging
|
||||||
log_event "$OK" "$EVENT"
|
#log_event "$OK" "$EVENT"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue