Skip to main content

Posts

Showing posts with the label SMTP

How to Configure Postfix? and Send Mail Using Gmail SMTP in Ubuntu.

Introduction: Postfix is a mail transfer agent (MTA) that you can send or receive e-mail works as an SMTP server or client.Install and configure the Postfix server on Debian or Ubuntu and you will learn how to send an email with Gmail and Google Apps. Before Installation Requirements. 1)  Update your system. sudo apt-get update && sudo apt-get upgrade 2)  Sign in to Gmail and use your web browser to verify your email sign-in credentials. 3)  Enable “Less secure apps” access. Open this URL : https://myaccount.google.com/lesssecureapps 4) D isable captcha from new application login attempts. O pen this URL :  https://accounts.google.com/DisplayUnlockCaptcha Now, start installation  and setup process. Install Postfix. 1)  Install Postfix and the   libsasl2-modules  package: sudo apt-get install libsasl2-modules postfix 2)  It prompted a general type of configuration during the installation of the Postfix mail 3)  Enter the fully qua...