gilleslamiral/imapsync

By gilleslamiral

Updated 8 months ago

Imapsync is an IMAP mailbox migration tool.

Image
Networking
Web servers
Databases & storage
83

500K+

gilleslamiral/imapsync repository overview

Usage

docker run --rm gilleslamiral/imapsync imapsync <usual imapsync arguments>

Example:

docker run --rm gilleslamiral/imapsync imapsync  \
   --host1 test1.lamiral.info  --user1 test1  --password1 'secret1' \
   --host2 test2.lamiral.info  --user2 test2  --password2 'secret2'

Online service on http port 80 and https port 443

To have an Imapsync visual online service similar to https://imapsync.lamiral.info/X/

docker run -p 80:8080 -p443:8443 gilleslamiral/imapsync /servimapsync

To use your ssl certificate with the online imapsync service:

 chmod +r /etc/letsencrypt/live/docker.lamiral.info/privkey.pem

 docker run --publish 443:8443 \
    --volume /etc/letsencrypt/live/docker.lamiral.info/privkey.pem:/var/tmp/privkey.pem \
    --volume /etc/letsencrypt/live/docker.lamiral.info/fullchain.pem:/var/tmp/fullchain.pem \
    gilleslamiral/imapsync /servimapsync

Replace the path part "/docker.lamiral.info/" with your hostname in the previous commands. The "chmod +r" command on the secret key file is not a good practice but practical in this Docker context. I leave you a safer solution as an exercise.

Installation or update

docker pull gilleslamiral/imapsync

See the ChangeLog file to read what has changed in detail from 2001 to now: https://imapsync.lamiral.info/ChangeLog

More documentation about this image

See https://imapsync.lamiral.info/FAQ.d/FAQ.Docker.txt

Payment

Does Imapsync fulfill your needs? How much do you value its job for you?

Donating can be done at https://imapsync.lamiral.info/S/donate.shtml

Or even better, buy imapsync at https://imapsync.lamiral.info/#buy_all

A purchase will give me money and give you a beautiful invoice for your company's accountant.

Dockerfile

Get the latest imapsync Dockerfile at https://imapsync.lamiral.info/INSTALL.d/Dockerfile

Tag summary

Content type

Image

Digest

sha256:161336e1a

Size

170.7 MB

Last updated

8 months ago

docker pull gilleslamiral/imapsync:2.319