Skip to content

Commit

Permalink
Null FWD_ONLY flag on restore. Fixes #114
Browse files Browse the repository at this point in the history
  • Loading branch information
serghey-rodin committed Feb 18, 2014
1 parent b785477 commit eef0e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions func/rebuild.sh
Expand Up @@ -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'
Expand Down

0 comments on commit eef0e06

Please sign in to comment.