mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Fix Autoreply issue with Exim 4.94+
This commit is contained in:
parent
fc483f5d3c
commit
2ac72e00fb
7 changed files with 25 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue