We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1ba7f commit ce5093aCopy full SHA for ce5093a
func/rebuild.sh
@@ -580,7 +580,7 @@ rebuild_mail_domain_conf() {
580
581
# Removing configuration files if domain is suspended
582
if [ "$SUSPENDED" = 'yes' ]; then
583
- rm -f /etc/exim/domains/$domain_idn
+ rm -f /etc/$MAIL_SYSTEM/domains/$domain_idn
584
rm -f /etc/dovecot/conf.d/domains/$domain_idn.conf
585
fi
586
0 commit comments