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
relay_smtp_gmail [2016-02-12 14:42]
Joakim Forsgren
relay_smtp_gmail [2016-02-12 14:45]
Joakim Forsgren
Line 1: Line 1:
 +====== Konfigurera Postfix att använda Gmail som SMTP (Ubuntu) ======
 +
 +
 Installera förstnågra program Installera förstnågra program
 <code> <code>
Line 38: Line 41:
  
 Starta om postfix Starta om postfix
-</code>+<code>
 sudo /etc/init.d/postfix reload sudo /etc/init.d/postfix reload
 </code> </code>
Line 52: Line 55:
 echo "Test mail from postfix" | mail -s "Test Postfix" you@example.com echo "Test mail from postfix" | mail -s "Test Postfix" you@example.com
 </code> </code>
-