We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b785477 commit eef0e06Copy full SHA for eef0e06
func/rebuild.sh
@@ -507,6 +507,7 @@ rebuild_mail_domain_conf() {
507
(( ++accs))
508
dom_diks=$((dom_diks + U_DISK))
509
object=$(grep "ACCOUNT='$account'" $USER_DATA/mail/$domain.conf)
510
+ FWD_ONLY='no'
511
eval "$object"
512
if [ "$SUSPENDED" = 'yes' ]; then
513
MD5='SUSPENDED'
0 commit comments