Am 17.10.2011 09:47, schrieb Chris Moules:
On 14/10/11 18:01, Peter Peltonen wrote:
Hi,

...
I was looking to avoid creating a new IMAP service just for testing
SOGo, but unless someone knows a way to access a IMAP user MySQL
database securely remotely, I need to start installing a new IMAP
server.

Best,
Peter
Well Mysql has SSL capabilities. I don't know if the SOPE/SOGo client supports 
them however.
Alternatively, a SSH port forward is always a good option. especially if it is 
just for testing. Quick and easy.

This will forward the local 'mysql' port to 'remote.host' (man ssh for option 
info):
ssh -TNf -L 3306:127.0.0.1:3306 u...@remote.host

Just a normal plain ipsec (or openvpn) tunnel is most of the time the best solution.
They are very well tested and you can tunnel many things trough them.

André
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to