Questions tagged [gmail]

Free e-mail service offered by Google. Mail can be accessed through webmail or through the POP3 or IMAP4 protocols.

637 questions
7
votes
1 answer

How to configure sendmail to send email via GMail (smtp.gmail.com), using port 465 or 587?

I have configures sendmail to send email via my GMail (Google Mail) account, i.e. via smtp.gmail.com, by editing /etc/mail/sendmail.mc and regenerating sendmail.cf: -dnl…
Jakub Narębski
  • 172
  • 1
  • 1
  • 6
7
votes
1 answer

Postfix - Untrusted TLS connection

My server is running on Ubuntu 16.04 and Postfix is installed. All the emails sent from my server are marked as spam by Gmail and I thought that setting up a TLS/SSL certificate from Let’s Encrypt might help. Having generated a certificate (by…
BociucH
  • 317
  • 2
  • 4
  • 9
7
votes
3 answers

DKIM FAIL with domain null in GMail

I'm getting a DKIM: FAIL with domain null error in GMail. When I go to See Original in GMail, I get dkim=fail header.i=@example.com;. In my DNS I have the following TXT Records: DMARC TXT Entry: _dmarc…
jarvis
  • 2,006
  • 4
  • 18
  • 31
7
votes
2 answers

How to check if a mail server is flagged as SPAM by GMail?

I am using POSTFIX for sending mails. The mails that are sent from my mail server - mydomain.com are marked as SPAM in GMail. In other E-mail services like Yahoo and RediffMail, the mails are received in the Inbox folder. The SPF record is v=spf1…
7
votes
2 answers

How to resolve SPF configuration to allow Google sending mails?

we are configuring DNS for a GMail service, the MX records are configured as to Google says, however, in the DNS check, there is a warning: SPF must allow Google to send mail on behalf of the domain My questions: Why is the SPF record for GMail a…
poseid
  • 559
  • 4
  • 10
  • 20
7
votes
2 answers

How to combine SES for sending emails and Gmail for reciving

Usually I use Google Apps for business to handle my domains email send/receive needs. Today I have setup SES for one of my domains to handle email sending needs. My problem is that my understanding about how the domain is going to receive emails is…
mename
  • 81
  • 1
  • 1
  • 4
7
votes
2 answers

GMail suspects confirmation email in stealing personal information

When user registers on my web site, web site sends user email confirmation link. Subject: Please confirm your email address Body:Please open this link in your browser to confirm your email…
Dennis Gorelik
  • 331
  • 2
  • 8
7
votes
4 answers

SMTP relay through GMail overrides "from:" address with "[me]@gmail.com"

I've been trying to figure out if this is a new "feature" or if there is an issue with my configuration. I'm using Ubuntu 10.04 Desktop with Postfix as MTA. My smtp (as opposed to smtpd) configuration follows that outlined in Jeremy's excellent…
FromageTheDog
  • 73
  • 1
  • 1
  • 4
7
votes
5 answers

Why are emails sent from my applications being marked as spam?

I have 2 web apps running on the same server. The first is www.nimikri.com and the other is www.hourjar.com. Both apps share the same IP address (75.127.100.175). My server is through a shared hosting company. I've been testing my apps, and at…
Brian
7
votes
1 answer

Is ed25519 well supported for the DKIM validation?

Based on the Exim4 docs I have the following script: #! /bin/bash -- ED="dkim_ed25519_$(date +'%Y%m%d')" RSA="dkim_rsa_$(date +'%Y%m%d')" ## Generate private key openssl genpkey -algorithm ed25519 -out "${ED}.private" openssl genrsa -out…
NarūnasK
  • 368
  • 4
  • 17
6
votes
2 answers

Easiest way to configure local SMTP server to relay through gmail on Windows?

We have gmail for our corporate email provider. I want to be able to send mail through smtp.gmail.com from ASP.NET. I have managed to do this just fine - and it has the benefit of all sent items appearing in the correct sent items folder within…
Simon
  • 1,361
  • 2
  • 15
  • 20
6
votes
3 answers

Cannot send email from EC2 instance on port 587

I have written a mail service for our flask application that uses Celery and RabbitMQ to send emails (using gmail). I have got the celery consumer and producer communicating okay but I cannot get to send send emails. I am getting a socket.error:…
Tahsin Mostafiz
  • 61
  • 1
  • 1
  • 2
6
votes
2 answers

How to use two mail servers in parallel, if possible?

I basically want to have two separate email servers. The first one is the GoogleApps GMail service, which is for humans to use. The second server would be for sending messages from my application (so, send them programatically). Do I even need to…
omninonsense
  • 171
  • 8
6
votes
8 answers

Should our company allow employees to forward their Exchange email to GMail?

Many developer prefer the GMail interface and thus forward (actually pull) all their email to GMail. Assuming we trust Google, are there any reasons why this should be disallowed? Edit: Interesting article today from Bruce Schneier about Cloud…
Assaf Lavie
  • 297
  • 1
  • 6
  • 17
6
votes
1 answer

Gmail does not accept mail from a new VPS server with PTR setup

I have PTR records setup but I am not able to deliver mail to Gmail accounts: host gmail-smtp-in.l.google.com[2607:f8b0:4004:c08::1b] said: 550-5.7.25 [2a01:4ff:f0:a7b6::1] The IP address sending this message does not 550-5.7.25 have a PTR record…
pwz2000
  • 163
  • 1
  • 6
1 2
3
42 43