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
3
votes
1 answer

Gmail bouncing postfix mail

I followed this tutorial to get email working on my VPS. I've been having problems sending email to Gmail. I can receive emails fine, but any mail that is sent to Gmail is bounced with the following message: Our system has detected that this…
k9rosie
  • 39
  • 1
  • 2
3
votes
0 answers

SFP + Gmail = Emails delivered to spam box

A long time ago I posted a question here: Postfix: Gmail marking my email as spam where I said that although emails send from my servers were passing all the DKIM and SPF tests they were getting deliver to SPAM on Gmail. Two days ago I was…
TCB13
  • 1,166
  • 1
  • 14
  • 34
3
votes
1 answer

SPF check based on client IP instead of MTA IP?

Setup On a client computer with IP address a.a.a.a, there is a mail client that uses SMTP to send emails via company email server example.com with IP address b.b.b.b. The company email server example.com has a SPF record that includes IP address…
Livy Li
  • 33
  • 5
3
votes
1 answer

exim4 gnu_tls cipher configuration for incoming connections to gmail

On the Debian 7 / exim4 / gnutls mailserver I'm running, since about 1-2 weeks, mails from gmail don't arrive any more with the following typical error message in the log file: 2015-02-14 17:32:07 TLS error on connection from…
LaTechneuse
  • 161
  • 6
3
votes
1 answer

Mail sent from my POSTFIX mail server goes to gmail spam

I have set up a POSTFIX server on my VPS and mail sent trough it is going to Spam in gmail. Here is my message: Delivered-To: sgenov@gmail.com Received: by 10.140.43.75 with SMTP id d69csp350632qga; Mon, 19 Jan 2015 15:29:29 -0800…
DreamWave
  • 149
  • 1
  • 1
  • 5
3
votes
5 answers

How to set up spf records to send mail from google hosted apps to gmail addresses

I'm trying to work out why email I send from one domain I own is rejected by another that I own, and while I think it may be related to how I've setup spf records, I'm not sure what steps I need to take to fix it. Here's the error message I…
Chris Adams
  • 709
  • 3
  • 11
  • 18
3
votes
1 answer

DMARC 'sampled out' policy override effect in GMail server

Anyone know what actually a sampled out override reason mean in DMARC aggregated daily reports? I only get those from GMail and recently I've got some complains of undelivered messages from recipients or complaints that messages land in spam folder.…
squirrely
  • 209
  • 3
  • 11
3
votes
2 answers

Cannot establish XMPP server-to-server connection to gmail

My jabber-server fails to connect to gmail.com giving the error: outgoing s2s stream myserver.com.ua->bot.talk.google.com closed: undefined-condition (myserver.com.ua is a Google Apps Domain with Talk service enabled.) I am using the Prosody XMPP…
v_2e
  • 329
  • 3
  • 11
3
votes
3 answers

delayed email - Google apps

Some emails that are being sent to a Google apps email address are delayed (by almost 7 minute in the example below). They seem to be delayed at some machine with a 10. IP address. Is that 10. IP address internal to Google? Or internal to my…
Jimmy
  • 147
  • 2
  • 9
3
votes
1 answer

Postfix certificate verification failed for smtp.gmail.com

I have problem, my email server using postfix with gmail smtp, i use account google apps, but always ask for SASL authentication failed, I sent an email using php script, after I see the error logs in the wrong password, after I open the URL from…
user139209
3
votes
1 answer

What is the benefit of using DKIM to sign Content Type?

DKIM has the ability to sign headers on a per-header basis. I looked at Google's headers, and they DKIM sign ContentType. What is the security benefit of signing ContentType?
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
3
votes
2 answers

Gmail outage only on one computer

Problem: Gmail (and only Gmail) quits working for a period of 5-10 mins only on one computer. Problem occurs several times daily Does not appear to be any "triggering event" - user is simply using Gmail normally when the problem arises User can…
user123079
  • 86
  • 4
3
votes
2 answers

Emails forwarded via postfix get flagged as spam and forged in Gmail

I'm trying to setup a forwarding only email server. I'm running into the problem where all messages forwarded via postfix are getting put into gmail's spam folder and getting flagged as forged. I'm testing a very similar setup on a cpanel box and…
Kendall Hopkins
  • 403
  • 1
  • 5
  • 11
3
votes
6 answers

Push email to a apache/php server

We've built a web service that needs to check constantly for email messages. Basically, an user sends us an email, and the server should make actions based on that email. We could use a crontab PHP script that checks for new messages every minute,…
Trident Splash
  • 445
  • 1
  • 6
  • 13
3
votes
1 answer

Problems Configuring TFS 2010 Email Notification with Office 365 Exchange Server

We are using Office 365 as our Exchange server. Our O365 account is a P1 plan and so our email accounts are not in the same domain as our local TFS accounts. I have configured TFS 2010 to use our O365 Exchange server (same server address that…