mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -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))
|
||||
dom_diks=$((dom_diks + U_DISK))
|
||||
object=$(grep "ACCOUNT='$account'" $USER_DATA/mail/$domain.conf)
|
||||
FWD_ONLY='no'
|
||||
eval "$object"
|
||||
if [ "$SUSPENDED" = 'yes' ]; then
|
||||
MD5='SUSPENDED'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue