mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
fixed mail config removal
This commit is contained in:
parent
88cc21fa9d
commit
597a92e232
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ get_domain_values 'mail'
|
||||||
accounts=$(wc -l $USER_DATA/mail/$domain.conf|cut -f 1 -d ' ')
|
accounts=$(wc -l $USER_DATA/mail/$domain.conf|cut -f 1 -d ' ')
|
||||||
|
|
||||||
rm -f /etc/exim/domains/$domain
|
rm -f /etc/exim/domains/$domain
|
||||||
rm -rf $HOMEDIR/$user/conf/$domain
|
rm -rf $HOMEDIR/$user/conf/mail/$domain
|
||||||
rm -rf $HOMEDIR/$user/mail/$domain
|
rm -rf $HOMEDIR/$user/mail/$domain
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue