Packaging of mdsync using openssl version 1.1.1g that works with new FIPS and old cryptos
74
A packaging of https://isync.sourceforge.io/ mdsync using an openssl version OpenSSL 1.1.1g 21 Apr 2020 which seems to work with both newer crypos and older (unsafe) cryptos (good if you are sunsetting some old server)
Project is created with:
Create docker-compose.yml file in /mbsync ( you can change folder ) as below add or remove the extra_hosts section (only needed if you need to override DNS)
version: '3.8'
services:
# Core service
mbsync:
image: dariofr/mbsync:v1.0
restart: always
volumes:
- "/mbsync/root:/root"
extra_hosts:
- "mail.somehost.se:192.168.8.201"
- "mail.someother.se:192.168.8.115"
command: /bin/bash --init-file /mbinit.sh
docker-compose run mbsync Will take you to the bash prompt. Update the /mbsync/root/.mbsyncrc file run
mbsync my-channel
Content type
Image
Digest
Size
24.4 MB
Last updated
almost 6 years ago
docker pull dariofr/mbsync:v1.0