Skip to main content

G Suite: Notes from the field

G Suite Logo

Commonly settings for G Suite [is now Google Workplace].

Google G Suite is now Google Workplace

Configure SPF, DKIM, and DMARC

SPF: Help prevent email spoofing with SPF records

DKIM: Enhance security for outgoing email (DKIM)

DMARC: Enhance security for forged spam (DMARC)

Enable POP and IMAP for users

Enable POP and IMAP so that your end-users can use email clients, such as Microsoft Outlook, to access emails. Your end-users also have to enable POP/IMAP access in their Inbox setttings and Turn ON Less secure app access in Security settings.

Login to Admin Console and go to Apps > G Suite > Settings for Gmail > End User Access.

Device Management > Password Settings > Password Policies

G Suite: Device Management - Password Policies
G Suite: Device Management - Password Policies

IMAP/POP/SMTP server's settings

IMAP Settings

Server: imap.gmail.com

Requires SSL: Yes

Port: 993

Encryption: SSL/TLS

POP Settings

Server: pop.gmail.com

Requires SSL: Yes

Port: 995

Encryption: SSL/TLS

SMTP Settings

Server: smtp.gmail.com

Requires SSL: Yes

Port: 465

Encryption: SSL

Port: 587

Encryption: TLS/STARTTLS

Configure outbound messages with footer text

From the Admin console Home page, go to Apps > G Suite > Gmail > Advanced settings > General Settings > Append footer.

Create groups: abuse, postmaster

G Suite Updates

This official G Suite Updates feed from the G Suite team provides essential information about new features and improvements for G Suite customers.

Popular posts from this blog

MSSQL: Fix error 'Consistency validation for SQL Server registry keys'

While installing Microsof SQL Server 2012, I ran into the following error. "The SQL Server registry keys from a prior installation cannot be modified. To continue, see SQL Server Setup documentation about how to fix registry keys." How to fix Replace the D:\x64\FixSqlRegistryKey_x86.exe file with the original file from the ENU\SQLFULL_ENU.iso file downloading from Microsoft Download Center. This ISO file is 4.2GB. So you can click FixSqlRegistryKey_x86.exe to download this file only. After replacing that file, press Re-run to check. All rules are passed.

Ansible on Fedora Workstation 30

RedHat acquired Ansible in 2015 .

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.