Skip to content

Commit b968f18

Browse files
author
Kristan Kenney
committed
Initial commit: Fix for missing mail SSL on restore
1 parent 2f59eeb commit b968f18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/v-restore-user

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,10 @@ if [ "$mail" != 'no' ] && [ ! -z "$MAIL_SYSTEM" ]; then
603603
cp -f $tmpdir/mail/$domain/$backup_system/$domain.pub $USER_DATA/mail/
604604
fi
605605

606+
rebuild_mail_domain_conf
607+
608+
fi
609+
606610
# Restoring email accounts
607611
cp -f $tmpdir/mail/$domain/$backup_system/$domain.conf $USER_DATA/mail/
608612

0 commit comments

Comments
 (0)