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
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
>
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
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"
> ---
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:
--