mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
replaced static definition for mail server
This commit is contained in:
parent
b072479b53
commit
fbb54a87fe
5 changed files with 4 additions and 8 deletions
|
@ -42,7 +42,7 @@ is_object_unsuspended 'mail' 'DOMAIN' "$domain"
|
|||
get_domain_values 'mail'
|
||||
accounts=$(wc -l $USER_DATA/mail/$domain.conf|cut -f 1 -d ' ')
|
||||
|
||||
rm -f /etc/exim/domains/$domain_idn
|
||||
rm -f /etc/$MAIL_SYSTEM/domains/$domain_idn
|
||||
rm -rf $HOMEDIR/$user/conf/mail/$domain
|
||||
rm -rf $HOMEDIR/$user/mail/$domain_idn
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue