mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Null FWD_ONLY flag on restore. Fixes #114
This commit is contained in:
parent
b785477f31
commit
eef0e06326
1 changed files with 1 additions and 0 deletions
|
@ -507,6 +507,7 @@ rebuild_mail_domain_conf() {
|
||||||
(( ++accs))
|
(( ++accs))
|
||||||
dom_diks=$((dom_diks + U_DISK))
|
dom_diks=$((dom_diks + U_DISK))
|
||||||
object=$(grep "ACCOUNT='$account'" $USER_DATA/mail/$domain.conf)
|
object=$(grep "ACCOUNT='$account'" $USER_DATA/mail/$domain.conf)
|
||||||
|
FWD_ONLY='no'
|
||||||
eval "$object"
|
eval "$object"
|
||||||
if [ "$SUSPENDED" = 'yes' ]; then
|
if [ "$SUSPENDED" = 'yes' ]; then
|
||||||
MD5='SUSPENDED'
|
MD5='SUSPENDED'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue