User Tools

Site Tools


linux:postfix

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:postfix [2017/03/10 19:14] rlunarolinux:postfix [2017/03/10 20:36] – [Open firewall] rlunaro
Line 12: Line 12:
 <code> <code>
 sudo apt-get install postfix  sudo apt-get install postfix 
 +sudo apt-get install mailutils
 </code> </code>
  
Line 57: Line 58:
  
  
 +</code>
 +
 +==== Open firewall ====
 +
 +
 +<code>
 +ufw allow 25 465 587
 +</code>
 +
 +http://serverfault.com/questions/149903/what-ports-to-open-for-mail-server
 +
 +==== Do some testing ====
 +
 +
 +<code>
 +mail --subject="hello from server" destination-address@example.com
 </code> </code>
  
linux/postfix.txt · Last modified: 2022/12/02 22:02 by 127.0.0.1