Sign inSign up

dariofr/mbsync

By dariofr

•Updated almost 6 years ago

Packaging of mdsync using openssl version 1.1.1g that works with new FIPS and old cryptos

Image
0

74

dariofr/mbsync repository overview

⁠Table of contents

⁠General info

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)

⁠Technologies

Project is created with:

  • apline linux
  • mdsync

⁠Running

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

Tag summary

Content type

Image

Digest

Size

24.4 MB

Last updated

almost 6 years ago

docker pull dariofr/mbsync:v1.0