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
4
votes
2 answers

Digital signatures and encryption in GMail

I just wonder if there is a way to use SSL certificates or PGP keys for signing my email. At the moment I have to setup S/MIME in Outlook (or another thick client) to send signed messages via SMTP. It works for me, but I'm looking for a way to do…
Antonio
  • 720
  • 4
  • 13
  • 29
4
votes
1 answer

Google Workspace: emails sent from secondary domain show the "mailed-by" field from the primary domain

TL;DR: two domains in Google Workspace. The email sent from the second domain show the first domain as "mailed-by" Google Workspace configuration In my Google Workspace account I've two domains: primary-domain.com: my primary…
4
votes
3 answers

Trouble with IIS SMTP relaying to Gmail

I appreciate that similar questions have been asked about how to setup SMTP relaying with IIS's virtual SMTP server. However I'm still completely stumped on this problem. Here's the setup: IIS 6.0 SMTP server running on Win2k3 box with a NAT'ed IP.…
saille
  • 327
  • 4
  • 13
3
votes
2 answers

Gmail rejects forwarded mail with DMARC but I AM using SRS

I'm forwarding mail from my domain leif@example.org to leifex@gmail.com. I have followed this: Why is Google rejecting mails forwarded from my Postfix server? Install pfix-srs. Create an spf record for my mail servers domain, allowing my ip4 and…
Lenne
  • 987
  • 1
  • 13
  • 32
3
votes
1 answer

Utilize AWS SES as an Inbound Mail Gateway

I am trying to use SES to intercept an incoming email for a domain, do some processing and manipulation of the email with a lambda, then would like to continue sending the email to the final destination / original mail server. For example: Say I…
3
votes
1 answer

postfix: Cannot assign requested address

I have app that uses postfix. When i send an email from one user to another, works well, as you can see here Sep 28 14:34:04 webcat-node-77f77644-vhq94 postfix/smtpd[546]: connect from localhost[127.0.0.1] Sep 28 14:34:04…
Kristian
  • 31
  • 1
  • 3
3
votes
0 answers

How to automate prevention of outbound emails to specific email addresses in G-Suite/Gmail?

As part of our GDPR work we want to ensure users who no longer want to be contacted by us cannot be accidentally emailed by someone else in the company. We have a regularly updating list of people who no longer want to be contacted, and wish to…
edhgoose
  • 133
  • 7
3
votes
1 answer

Does using SPF for GSuite open my domain to abuse from GMail?

Google's recommendation for SPF for both GMail and GSuite is v=spf1 include:_spf.google.com ~all My concern is that this is the same for both Google and GMail. If I am not mistaken, this means that I can send from the GSuite server as my personal…
JB.
  • 161
  • 2
  • 6
3
votes
1 answer

How to contact Gmail team regarding block?

(I am aware that there are several near-duplicates to this question on ServerFault, none helped me, unfortunately. An incomplete list: 1, 2, 3) I have a private server which is also my and my families' mail server. For a few weeks now, Gmail is…
DarkDust
  • 266
  • 1
  • 8
3
votes
0 answers

gmail this message was not encrypted

I just moved my site to another hosting provider. I use SSL/TLS for connection security and port 995. It sends my messages but the problem is that gmail shows This message was not encrypted red flag. I contacted hosting provider and they replied…
ernest1a
  • 131
  • 1
  • 5
3
votes
1 answer

Having troubles receiving emails from Gmail

I'm having problem with receiving emails from Gmail. The problem is gmail only. I can send mails to gmail and receive it perfectly in gmail. I also being able to receive mails from yahoo and other custom domain. On the gmail side, it says the…
pasaisea
  • 37
  • 1
  • 6
3
votes
2 answers

Sendmail and Gmail

I'm trying to send email with sendmail. I followed this how-to: http://linuxconfig.org/configuring-gmail-as-sendmail-email-relay I tried to send the email over console: echo "Just testing my sendmail gmail relay" | mail -v -s "Sendmail gmail Relay -…
aemerich
  • 141
  • 1
  • 1
  • 3
3
votes
1 answer

Emails are being delivered as spam to Gmail?

for the last 6 weeks (yes, that long) I've been struggling to successfully deliver emails to Gmail accounts. For some reason, every single email that is sent from our domain is flagged as spam by Gmail - it started happening when we moved from a…
3
votes
1 answer

Email, forwarded by procmail, rejected by Gmail

EDIT Let's ignore for a while all that I have written below and refrase the question: If you have your own domain name and you want to get email for that domain into your Gmail inbox (not Google Apps), how would YOU do it? Preferably SMTP only,…
Amedee Van Gasse
  • 328
  • 3
  • 18
3
votes
1 answer

Why does Google Apps Mail leak IP address? How do I disable it?

When sending via Google Apps Mail client the message will include a 'X-Originating-IP' header. But when sending via Gmail and using the SMTP send-mail-as option it will not leak the ip address. (Yes it goes through the proper Google Apps account…
Ricard
  • 49
  • 2