Imagen intermedia para migracion de v4 a v5 (trixie) (#1)
All checks were successful
Build Docker images / docker (eumau/dovecot, 4-to-5) (push) Successful in 14m21s

Co-authored-by: Mauro Torrez <mauro@layer7.mx>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-01-22 16:38:47 +00:00
parent 82e5e1bff1
commit 72792df5d4
4 changed files with 20 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
##
## Mailbox locations and namespaces
##
mail_location = mdbox:~/dbox
mail_location = Maildir:~/maildir
mail_attribute_dict = file:~/dovecot-attributes
namespace inbox {
@@ -287,7 +287,7 @@ mailbox_list_index = yes
# this for now.
# Directory root where to store mail attachments. Disabled, if empty.
mail_attachment_dir = /vmail/attachments
mail_attachment_dir =
# Attachments smaller than this aren't saved externally. It's also possible to
# write a plugin to disable saving specific attachments externally.
@@ -297,7 +297,7 @@ mail_attachment_min_size = 64k
# posix : No SiS done by Dovecot (but this might help FS's own deduplication)
# sis posix : SiS with immediate byte-by-byte comparison during saving
# sis-queue posix : SiS with delayed comparison and deduplication
mail_attachment_fs = sis-queue /vmail/attachments-queue:posix
mail_attachment_fs =
# Hash format to use in attachment filenames. You can add any text and
# variables: %{md4}, %{md5}, %{sha1}, %{sha256}, %{sha512}, %{size}.