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
Last revisionBoth sides next revision
gmail_as_a_relay_on_linux_centos8 [2022/03/18 14:32] juckinsgmail_as_a_relay_on_linux_centos8 [2022/03/30 14:04] 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 
  
 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 14: 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
gmail_as_a_relay_on_linux_centos8.txt · Last modified: 2022/05/21 18:40 by juckins