Hi,

I'm trying to use the tunnel functionality of mbsync and can't get it working.
Until now I opened an SSH tunnel manually:

ssh -N -L  10993:my-mail-provider:993 my-own-server

This works ok, but I always have to open the tunnel manually.
Now I'm trying to automate this:

---------------------------------
Create Both

IMAPAccount my-mail-provider
# Host my-mail-provider
Host localhost
Port 10993
User my-email-user
UseIMAPS yes
CertificateFile ~/.ssl/my-mail-provider.crt
Tunnel "ssh -N -L  10993:my-mail-provider:993 my-own-server"
---------------------------------

I'm not sure which kind oy "tunnel command" mbsync expects.

Any help is highly appreciated.

Niko.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to