Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


gmail_as_a_relay_on_linux_centos8

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
gmail_as_a_relay_on_linux_centos8 [2022/03/30 07:55] juckinsgmail_as_a_relay_on_linux_centos8 [2022/05/21 18:40] (current) juckins
Line 1: Line 1:
-==== GMail as a Relay on Linux CENTOS8 ====+==== GMail as a Relay on Linux Ubunutu 20.04 LTS and CENTOS8 ====
  
 Using Postfix for this solution. Using Postfix for this solution.
- 
-  dnf install postfix ca-certificates mutt 
-  dnf install cyrus-sasl, cyrus-sasl-gssapi, cyrus-sasl-lib, cyrus-sasl-plain 
-  systemctl start postfix 
-  systemctl enable postfix 
  
 Follow instructions at https://www.linode.com/docs/guides/configure-postfix-to-send-mail-using-gmail-and-google-workspace-on-debian-or-ubuntu/  Follow instructions at https://www.linode.com/docs/guides/configure-postfix-to-send-mail-using-gmail-and-google-workspace-on-debian-or-ubuntu/ 
Line 16: Line 11:
     * Everything should work OK.     * Everything should work OK.
  
-Perform the following steps as root:+For CENTOS8: 
 + 
 +  dnf install postfix ca-certificates mutt 
 +  dnf install cyrus-sasl, cyrus-sasl-gssapi, cyrus-sasl-lib, cyrus-sasl-plain 
 +  systemctl start postfix 
 +  systemctl enable postfix 
 + 
 +Next perform the following steps as root:
      
   cd /etc/postfix   cd /etc/postfix
Line 57: Line 59:
   systemctl restart postfix   systemctl restart postfix
  
 +Send test message:
 +
 +  mutt -s "Test" [email protected] </dev/null
gmail_as_a_relay_on_linux_centos8.1648641327.txt.gz · Last modified: 2022/03/30 07:55 by juckins