فهرست منبع

#1886 Fix bug after rebuilding mail with Exim4

Jaap Marcus 4 سال پیش
والد
کامیت
ce5093a4e1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      func/rebuild.sh

+ 1 - 1
func/rebuild.sh

@@ -580,7 +580,7 @@ rebuild_mail_domain_conf() {
 
         # Removing configuration files if domain is suspended
         if [ "$SUSPENDED" = 'yes' ]; then
-            rm -f /etc/exim/domains/$domain_idn
+            rm -f /etc/$MAIL_SYSTEM/domains/$domain_idn
             rm -f /etc/dovecot/conf.d/domains/$domain_idn.conf
         fi