Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


gmail_on_linux_with_ssmtp

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
gmail_on_linux_with_ssmtp [2015/11/04 18:05] juckinsgmail_on_linux_with_ssmtp [2015/11/04 18:06] juckins
Line 98: Line 98:
 <code> <code>
 # postmap /etc/postfix/sasl_passwd # postmap /etc/postfix/sasl_passwd
-<code>+</code>
  
 4. Make sure the /etc/sasl_passwd* files are owned by the postfix user: \\ 4. Make sure the /etc/sasl_passwd* files are owned by the postfix user: \\
Line 105: Line 105:
 </code> </code>
  
-5. Restart postfix: \\+5. Tighten permissions: \\ 
 +<code> 
 +# chmod 600 sasl_passwd sasl_passwd.db 
 +</code> 
 + 
 +6. Restart postfix: \\
 <code> <code>
 # /etc/init.d/postfix reload # /etc/init.d/postfix reload
Line 114: Line 119:
 </code> </code>
  
-6. Send a test message: \\+7. Send a test message: \\
 <code> <code>
 echo 'It works' | mailx -s 'Test message' [email protected] echo 'It works' | mailx -s 'Test message' [email protected]
 </code> </code>
  
-7. Check mutt configuration for proper "From" settings.  +8. Check mutt configuration for proper "From" settings.  
gmail_on_linux_with_ssmtp.txt · Last modified: 2016/10/22 08:29 by juckins