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 ffab67a commit 6c2eb8cCopy full SHA for 6c2eb8c
func/domain.sh
@@ -649,7 +649,7 @@ del_mail_ssl_config() {
649
rm -f $HOMEDIR/$user/conf/mail/$domain/ssl/*
650
651
# Remove dovecot configuration
652
- rm -f /etc/dovecot/conf.d/domains/mail.$domain.conf
+ rm -f /etc/dovecot/conf.d/domains/$domain.conf
653
654
# Remove SSL vhost configuration
655
rm -f $HOMEDIR/$user/conf/mail/$domain/*.*ssl.conf
0 commit comments