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 [email protected] Regards Chris -- [email protected] https://inverse.ca/sogo/lists
