Skip to content

Commit eef0e06

Browse files
committed
Null FWD_ONLY flag on restore. Fixes hestiacp#114
1 parent b785477 commit eef0e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

func/rebuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ rebuild_mail_domain_conf() {
507507
(( ++accs))
508508
dom_diks=$((dom_diks + U_DISK))
509509
object=$(grep "ACCOUNT='$account'" $USER_DATA/mail/$domain.conf)
510+
FWD_ONLY='no'
510511
eval "$object"
511512
if [ "$SUSPENDED" = 'yes' ]; then
512513
MD5='SUSPENDED'

0 commit comments

Comments
 (0)