2005-12-09 Software

When your ISP’s SMTP server fails, use SSH to tunnel to somewhere else, where you are allowed to send local mail:

sudo ssh -f -N -L 25:localhost:25 aschroeder@thinkmo.de

Then start to use localhost port 25 as your SMTP server.

​#Software