Re: mbsync tunnel example

2013-04-11 Thread Oswald Buddenhagen
On Wed, Apr 10, 2013 at 02:38:57PM +, Niko wrote: > This configuration worked for me: > > UseIMAPS no > RequireSSL no > Tunnel "ssh my-server openssl s_client -connect > my-mail-provider:993 -CApath .ssl -quiet" > excellent. > The downside is, now the imap traffic isn't encrypted between

Re: mbsync tunnel example

2013-04-10 Thread Niko
Oswald Buddenhagen kde.org> writes: > > On Wed, Apr 10, 2013 at 02:56:25PM +0200, Oswald Buddenhagen wrote: > > On Wed, Apr 10, 2013 at 12:04:57PM +, Niko wrote: > > > IMAPAccount my-mail-provider > > > # Host my-mail-provider > > > Host localhost > > > Port 10993 > > > User my-email-user >

Re: mbsync tunnel example

2013-04-10 Thread Oswald Buddenhagen
On Wed, Apr 10, 2013 at 02:56:25PM +0200, Oswald Buddenhagen wrote: > On Wed, Apr 10, 2013 at 12:04:57PM +, Niko wrote: > > IMAPAccount my-mail-provider > > # Host my-mail-provider > > Host localhost > > Port 10993 > > User my-email-user > > UseIMAPS yes > > CertificateFile ~/.ssl/my-mail-provi

Re: mbsync tunnel example

2013-04-10 Thread Oswald Buddenhagen
On Wed, Apr 10, 2013 at 12:04:57PM +, Niko wrote: > 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" > ---

mbsync tunnel example

2013-04-10 Thread Niko
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: --