mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -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
|
@ -53,6 +53,7 @@ if [[ "$MAIL_SYSTEM" =~ exim ]]; then
|
|||
|
||||
sed -i "/^$account@$domain_idn:/d" $HOMEDIR/$user/conf/mail/$domain/aliases
|
||||
sed -i "/^$account:/d" $HOMEDIR/$user/conf/mail/$domain/passwd
|
||||
sed -i "/^$account:/d" $HOMEDIR/$user/conf/mail/$domain/accounts
|
||||
rm -rf $HOMEDIR/$user/mail/$domain/$account
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue