Replies: 2 comments 1 reply
-
I haven't got time to look into this much for you, but you absolutely can open a feature request for it. Although it's rare that someone contributes a feature request from someone else, you might get lucky!
Thanks! ❤️ We work very hard to maintain the project :)
Our packages are managed here which is used by the
A future release of DMS will likely include
I can't comment much on that due to lack of time. It seems to describe it as a precaution Dovecot takes to be safe, rather than a concern for you to worry about?:
You could use Here's an example of a similar Dovecot plugin being configured in DMS: docker-mailserver/target/scripts/startup/setup.d/dovecot.sh Lines 103 to 111 in 68a43eb So you might have this #!/bin/bash
# Copy the file from config volume to the internal Dovecot config folder:
cp /tmp/docker-mailserver/custom/dovecot/90-compress.conf /etc/dovecot/conf.d/90-compress.conf
# Adds the `mail_compress` plugin to the existing plugins config:
sed -i \
"s|mail_plugins = \$mail_plugins|mail_plugins = \$mail_plugins mail_compress|g" \
/etc/dovecot/conf.d/10-mail.conf This is a basic example, so it'll append the plugin to the I'm not 100% sure if that's the correct line to update, or if you'd need to update the imap config too/instead. You'll need to experiment 👍 |
Beta Was this translation helpful? Give feedback.
-
JFTR, I got compression working with the My
|
Beta Was this translation helpful? Give feedback.
-
Hi,
First of all, thanks to the dev and the community on this project. Using it since around a year, and this has been so helpful to setup email server for people who don't have a PhD degrees in Email configuration 😄 . Thanks you.
Not sure it's the proper place, put I have a question on the dovecot Mail Compression Plugin.
Tried to implement this features/option in a dev environment with no success (Docker Version 12.1.0).
Does the image contain all the sufficient requirement to be able to implement this plugin ?
Does it 'safe' to implement this option as it's seems to have some security concerned ? (read on some area).
Does anyone try or success to implement it and willing to share some documentation ?
and maybe last one more has a dev request, could it be possible to add it and be able to enabled it with some ENV variables ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions