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

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.

Linux command: Check Current Shell

What is your current shell ?

Java: Free Online Courses

The Java™ Tutorials by Oracle The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons. Groups of related lessons are organized into "trails". https://docs.oracle.com/javase/tutorial/ Learn to Program in Java at edX.ogr Get started on the path to becoming a software engineer by learning core coding skills in Java—one of the most popular programming languages. https://www.edx.org/course/learn-to-program-in-java-0 Java Tutorial by javapoint.com https://www.javatpoint.com/java-tutorial Java Tutorial by SoloLearn.com I love SoloLearn because I can learn Java - and other popular programming languages - anywhere, any time on your mobile devices. https://www.sololearn.com/Course/Java/ Java on Azure https://docs.microsoft.com/en-us/learn/paths/java-on-azure/