Fix Autoreply issue with Exim 4.94+

This commit is contained in:
myvesta 2021-09-30 11:02:23 +02:00
commit 2ac72e00fb
7 changed files with 25 additions and 2 deletions

View file

@ -61,6 +61,8 @@ if [[ "$MAIL_SYSTEM" =~ exim ]]; then
fi
str="$account:$md5:$user:mail::$HOMEDIR/$user:$quota"
echo $str >> $HOMEDIR/$user/conf/mail/$domain/passwd
userstr="$account:$account:$user:mail:$HOMEDIR/$user"
echo $userstr >> $HOMEDIR/$user/conf/mail/$domain/accounts
fi
# Create mail account folder (mailbox)