You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# enable firewall
sudo ufw enable# allow ssh
sudo ufw limit ssh
# allow firewall to send mails from particular IPs.
sudo ufw allow from <IP.IP.IP.IP> to any port 25