Dovecot saving mail attachments to external files

Hi zusammen,

wichtige Frage:

kann ich mit der Dovecot Implementation von Univention auch SIS einrichten?
Dazu müsste ich vor allem Wissen, ob dovecot bei UCS sdbox oder mdbox verwendet, oder ob man das irgendwie aktivieren kann.
Wenn das geklärt ist, wäre es gut zu wissen, wie ich das hier dann am besten in UCS verwirkliche:

[code]conf.d/10-mail.conf

Mail attachments

sdbox and mdbox support saving mail attachments to external files, which

also allows single instance storage for them. Other backends don’t support

this for now.

Directory root where to store mail attachments. Disabled, if empty.

#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.

#mail_attachment_min_size = 128k

Filesystem backend to use for saving attachments:

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 posix

Hash format to use in attachment filenames. You can add any text and

variables: %{md4}, %{md5}, %{sha1}, %{sha256}, %{sha512}, %{size}.

Variables can be truncated, e.g. %{sha256:80} returns only first 80 bits

#mail_attachment_hash = %{sha1} [/code]

Danke für Eure Hilfe

Sascha

Tut mir Leid - UCS unterstützt z.Z. nur Maildir.

Gruß
Daniel Tröder

ach wie doof…
Ist denn da was in Planung, wie kompliziert wäre es denn Eurer Meinung nach die Unterstützung nachzuimplememntieren ?
Müsste ich für einen UCS Kunden wissen, der jetzt auf OX umsteigen will.

Danke
Sascha

Das ist z.Z. noch nicht geplant. Wenn Sie die Umsetzung beauftragen wollen, ist das sicherlich möglich . Setzen Sie sich dazu bitte mit sales@univention.de in Verbindung.

Dovecot benutzt übrigens mit Maildir hardlinks um Kopien von Mails anzulegen, und kann diese mit zlib komprimieren (zZ nicht in UCS umgesetzt).

Mastodon