We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cc21f commit 597a92eCopy full SHA for 597a92e
bin/v-delete-mail-domain
@@ -42,7 +42,7 @@ get_domain_values 'mail'
42
accounts=$(wc -l $USER_DATA/mail/$domain.conf|cut -f 1 -d ' ')
43
44
rm -f /etc/exim/domains/$domain
45
-rm -rf $HOMEDIR/$user/conf/$domain
+rm -rf $HOMEDIR/$user/conf/mail/$domain
46
rm -rf $HOMEDIR/$user/mail/$domain
47
48
0 commit comments