Dovecot: Punkt im Ordnernamen mit Debian 12 und ISPConfig

Die Änderungen nicht in dovecot.conf machen sondern ein Template anlegen, sodass nach einem ISPConfig-Update die Konfiguration erhalten bleibt.

vi /usr/local/ispconfig/server/conf-custom/install/dovecot_custom.conf.master
protocol imap {
  mail_plugins = imap_sieve quota imap_quota listescape
  namespace inbox {
    type = private
    separator = /
    inbox = yes
  }
}

protocol lda {
  mail_plugins = sieve quota listescape
  namespace inbox {
    type = private
    separator = /
    inbox = yes
  }
}
protocol lmtp {
  mail_plugins = sieve quota listescape
  namespace inbox {
    type = private
    separator = /
    inbox = yes
  }
}

Dienste mit “force upgrade” rekonfigurieren

ispconfig_update.sh --force
.
.
.
Reconfigure Services? (yes,no,selected) [yes]:

The following local config override templates were found, be sure to incorporate upstream changes if needed:

/usr/local/ispconfig/server/conf-custom/install/dovecot_custom.conf.master

Configuring Postfix
Configuring Dovecot
.
.
.

Fertig!

cat /etc/dovecot/conf.d/99-ispconfig-custom-config.conf