Anybody could help me using imapsync the proper way?
I am not sure if I use it 100% the right way - but I'd love to read from the Domino source using the 'authuser' option:
Code:
/usr/bin/imapsync --subscribe --syncinternaldates --host1 192.168.111.252 \
--user1 cyril.h --authuser1 frank.h --password1 /tmp/TAHDGRTE --authmech1 PLAIN \
--port1 143 --host2 localhost --user2 temp \
--authuser2 frank.hirsch --password2 /tmp/UYMGLFG --port2 143 --debug
Currently the only 'authmech1' working on the Domino side is PLAIN. But - using plain will always return the folders etc. of 'authuser1' (not 'user1')...