Get Around Linode Blocking SMTP
You need an internet host without SMTP blocked like your home internet service. The idea is to use it as a relay on a different port like 225 which isn’t blocked. Setup your localhost to deliver your email. Setup a port forwarding on your router. I used port 225 on the outside to port 25
Get Around Linode Blocking SMTP Read More »
Apt Playbook
I use ansible to keep all my computers consistent and install the same packages on all the systems. First I install my ssh key. Then I allow the sudo group to run sudo without supplying a password. Then I run the following ansible playbook (of course the ip address OR ‘HOSTS’ is assigned by DHCP):