linux_wiki:network_services_overview_smtp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:network_services_overview_smtp [2016/10/04 22:29]
billdozor [Configure the service to start when the system is booted]
linux_wiki:network_services_overview_smtp [2016/10/04 22:29]
billdozor [Firewall]
Line 58: Line 58:
 Enable and Start the service Enable and Start the service
 <code bash> <code bash>
-systemctl enable <service-name> +systemctl enable postfix 
-systemctl start <service-name>+systemctl start postfix
 </code> </code>
  
Line 70: Line 70:
 Allow access through the firewall Allow access through the firewall
 <code bash> <code bash>
-firewall-cmd --permanent --add-service=<service-name>+firewall-cmd --permanent --add-service=smtp
 firewall-cmd --reload firewall-cmd --reload
 </code> </code>
  • linux_wiki/network_services_overview_smtp.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)