Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 211 Bytes

server-setup.md

File metadata and controls

12 lines (9 loc) · 211 Bytes

Configure firewall on server

# 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