Questions tagged [gmail]

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

611 questions
5
votes
1 answer

Postfix: Gmail marking my email as spam

I'm been trying to understand why Gmail is treating the email sent from one of my domain/server as SPAM. I found a lot of threads here about this issue, however I checked the usual suspects like domain keys, spf etc. My email is accepted by…
TCB13
  • 1,066
  • 1
  • 13
  • 33
5
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
  • 51
  • 1
  • 1
  • 2
5
votes
4 answers

Google SMTP Connection Timeout

How do I find out why Gmail is seemingly refusing connections from my specific IP range? I'm getting a "Connection timeout" error when attempting to send email through smtp.gmail.com using the email facilities in Django running on a Linux machine on…
Cerin
  • 3,497
  • 17
  • 57
  • 72
5
votes
2 answers

Postfix not forwarding to .forward address

I have a VPS with Postfix. E-mail is working - I can send messages to and from it, tested using mutt and my GMail account. However, I want to forward all mails send to my VPS to my GMail account so it's all in one place. I tried specifying my gmail…
Dave
  • 211
  • 2
  • 5
5
votes
6 answers

Outsource my email server to Google

I've been looking into setting up my own email server the past couple of weeks and the more I look into it the more I feel that this is an area I do not want to get into. I guess my heart just isn't into email and everything that comes with it. I…
Luke
  • 3,756
  • 7
  • 35
  • 39
5
votes
1 answer

Hybrid gmail MX + postfix for local accounts

Here's the setup: We have a domain, mydomain.com. Everything is on our own server, except general email accounts which are through gmail. Currently gmail is set as the MX record. The server also has various email aliases it needs to support for bug…
krunk
  • 151
  • 2
5
votes
1 answer

Working around Gmail mailing-list "feature."

We're using Google Apps for our domain's e-mail via IMAP. Whenever mail is sent to a mailing list, copies of the original mail are not received in inboxes. According to Google, this is a "feature." Is there a way to disable this "feature" so that…
Paul J. Lucas
  • 191
  • 1
  • 7
5
votes
1 answer

How do I config postfix to use multiple google apps user accounts?

I have a postfix installation and have setup relaying through google apps, but when I send mail to postfix it relays it to google apps using the ONE account I have specified in the main.cf. Is there a way to do this more dynamically. Ideally, the…
john unkas
  • 91
  • 1
  • 3
5
votes
2 answers

SPF/DKIM/DMARC for Gmail "Send mail as" via smtp.gmail.com on external domain

Since "Google Apps" / "Google Apps for business" / "G-Suite" / "Google Workspaces" free tier is being discontinued, I need a solution to migrate my ~30 extended family to a sustainable solution. I'm looking at the option of having them each…
Ozzah
  • 159
  • 2
4
votes
2 answers

When DKIM is installed, will I still be able to send email for my domain from gmail?

Let's say I own example.com, that I install and configure dkim on my server (apt-get install opendkim opendkim-tools, etc.), and that I add the relevant public key to the domain's DNS records. Then when sending email from my server (example: with…
Basj
  • 569
  • 3
  • 8
  • 27
4
votes
2 answers

Postfix smtp relay quota and configuration for Google Suite (Gmail)

I'm trying to figure out a) what are the exact quota and also b) configuration for the SMTP relay service of Google App in postfix. When I look at google documentation I can see that the relay host should be: smtp-relay.gmail.com So far I was using…
maxime_039
  • 243
  • 5
  • 14
4
votes
1 answer

Two servers, same email sent from both, Gmail sees only one as spam

I've been working on this problem for years with no success (I gave up a while back and just hoped Gmail would eventually "learn" that messages from one of my servers wasn't spam, but that apparently never happened). I'm a game developer who runs…
Jason Rohrer
  • 193
  • 1
  • 6
4
votes
1 answer

Can't send email to myself via gmail and postfix forwarding

I set up postfix to forward email to my gmail account. I can send email from this server to my gmail, I can receive outside email and it's forwarded correctly (even from other gmail accounts). However, I can't send email from my gmail to this…
Stefano Palazzo
  • 227
  • 1
  • 13
4
votes
1 answer

Xenserver 6.2 cannot send alert using gmail smtp

I'm using Xenserver 6.2 and configured ssmtp.conf an mail_alert.conf in order to receive alerts through email. I followed the instructions on http://support.citrix.com/servlet/KbServlet/download/34969-102-706058/reference.pdf document. I'm using…
Mert Gülsoy
  • 141
  • 4
4
votes
1 answer

Silently drop OUTGOING mails to us.er.n.a.me@gmail.com (more than 3 dots in username part)

With postfix-2.6.6-2.2.el6_1.x86_64 on CentOS 6.4 is there please a way to inspect OUTGOING mails and silently drop them (i.e. do not send them) if the recipient looks like us.er.n.a.me@gmail.com (i.e. gmail.com domain and more than 3 dots in the…
Alexander Farber
  • 714
  • 4
  • 16
  • 38