Re: [exim] smtp through a ssh tunnel to exim4

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Marc Perkel
Ημερομηνία:  
Προς: Magnus Holmgren
Υ/ο: exim-users
Αντικείμενο: Re: [exim] smtp through a ssh tunnel to exim4
Here's an exampole of what I use:

autossh -M 3333 -f -N -L 127.0.0.2:25:127.127.127.127:25 darwin.ctyme.com

I use autossh because it will reconnect if the connection breaks.