mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-14 19:34:50 +02:00
breaking: Drop Dovecot support for Solr (#4025)
This commit is contained in:
parent
92b06c4020
commit
993c7b044f
3 changed files with 5 additions and 49 deletions
|
@ -135,7 +135,7 @@ function _install_dovecot() {
|
|||
local DOVECOT_PACKAGES=(
|
||||
dovecot-core dovecot-imapd
|
||||
dovecot-ldap dovecot-lmtpd dovecot-managesieved
|
||||
dovecot-pop3d dovecot-sieve dovecot-solr
|
||||
dovecot-pop3d dovecot-sieve
|
||||
)
|
||||
|
||||
# Dovecot packages for community supported features.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue