mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.31k stars 1.13k forks source link

Add dovecot-archive to dovecot docker image #4077

Open sschwetz opened 3 years ago

sschwetz commented 3 years ago

Hi All,

Would it be possible to have python app dovecot-archive (https://pypi.org/project/dovecot-archive/) added to the dovecot docker image?

If using pip3 to install it requires setuptools and wheel to be installed.

pip3 install setuptools wheel

I would also like to put forward an as an option to have users/admins be able to select through the gui to have this run against their mailbox/their domain/system wide. However, I would be happy with it being included, so I don't have to download it each time the image updates

andryyy commented 3 years ago

Hmm, you can add it to a docker-compose.override.yml. This is probably too specific to your needs to include for everyone.

We can add it to the docs! That would be a greate contribution, as I understand the need for it.

sschwetz commented 3 years ago

I have the files tidied up to to the point where it is ready for review. I have created a pull request in the documentation