zamba-lxc-toolbox icon indicating copy to clipboard operation
zamba-lxc-toolbox copied to clipboard

Add imapsync container

Open hpannenb opened this issue 2 years ago • 4 comments

Under some circumstances it might be useful to have a dedicated imapsync LXC available.

Here a reference to a procedure installing an additional (apache) web based imapsync: https://www.bachmann-lan.de/imapsync-unter-debian-11-installieren/

hpannenb avatar Feb 18 '22 11:02 hpannenb

Nowadays I really like running imapsync as a docker container:

docker run --rm --network host gilleslamiral/imapsync imapsync --no-modulesversion --noreleasecheck --host1 xxx --user1 xxx  --password1 'xxx' --host2 yyy --user2 yyy --password2 'yyy' --automap 

fbartels avatar Feb 18 '22 15:02 fbartels

As a matter of fact, proxmox is more targeted to lxc. Moreover, bashclub is kind of biased against docker, for reasons... ;)

udo1toni avatar Feb 19 '22 15:02 udo1toni

lxc

These are different tools, for different purposes ;)

fbartels avatar Feb 19 '22 19:02 fbartels

Yes fore sure, but there is no docker on proxmox, so you would have to build a container with docker (which is easy enough), and as lxc is another containerized system (while going another way as docker), it seems a bit odd to do it that way.

udo1toni avatar Feb 19 '22 22:02 udo1toni