Skip to main content

Posts

Showing posts with the label GMAIL

Solution : Google hosted domains Forwarding and POP/IMAP but recently this option disappeared

Email forwarding option missing on newly setup google hosted domains I am using my company g suite account there I hosted my 2 domains. I’ve been using this for several domains, and I typically create an abc@my.domain.com account and have it forward all incoming emails to my personal email account. Usually you do this in Mail settings / Forwarding and POP/IMAP but recently this option disappeared on the the google hosted domains, there is only POP/IMAP Download instead. Solution : 1st login in Admin console https://admin.google.com/ Open Apps > G suite > Gmail [See image] Now open :     Advanced settings And enable it : Automatic forwarding in side End User Access : Changes will take some time to propagate to users(wait till 24 hours) Thanks for being here : Google hosted domains Forwarding and POP/IMAP but recently this option disappeared

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...

How to create Gmail filter using mail headers

Introduction : Gmail filter create for mail headers. Means : Check upper image, In mail from is like this :               “from:  Google  < no-reply@accounts.google.com >”                                           Here Google is header name  Fillter rule is  :  from: “Google”  Check image.