Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


gmail_as_a_relay_on_linux

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
gmail_as_a_relay_on_linux [2016/04/13 21:11] juckinsgmail_as_a_relay_on_linux [2016/10/22 08:10] juckins
Line 14: Line 14:
 Directions [[http://mhawthorne.net/posts/postfix-configuring-gmail-as-relay.html|based on this page by Matthew Hawthorne]]: \\ Directions [[http://mhawthorne.net/posts/postfix-configuring-gmail-as-relay.html|based on this page by Matthew Hawthorne]]: \\
  
-1. If installed, make sure /etc/ssmtp/ssmtp.conf is the distro version (no changes)+1. If installed, make sure /etc/ssmtp/ssmtp.conf is the distro version (no changes, and it is not needed on CentOS 7)
  
 2. Make a backup copy of /etc/postfix/main.cf 2. Make a backup copy of /etc/postfix/main.cf
Line 68: Line 68:
 8. Restart postfix: \\ 8. Restart postfix: \\
 <code> <code>
-# /bin/systemctl restart  postfix.service+# /bin/systemctl restart postfix.service
 </code> </code>
 or or
Line 84: Line 84:
 #set from = $USER@$HOSTNAME #set from = $USER@$HOSTNAME
 #set from = username@HOSTNAME_OR_ALIAS.domain #set from = username@HOSTNAME_OR_ALIAS.domain
-#set realname=$USER@$HOSTNAME - doesn't get the hostname (?) +#set realname="juckins@lightning" 
-set realname="juckins@lightning"+set realname="$USER@$HOSTNAME(works in CENTOS7, mutt-1.5.21-26.el7.x86_64)
  
 </code> </code>
gmail_as_a_relay_on_linux.txt · Last modified: 2024/01/01 12:40 by juckins