Free e-mail service offered by Google. Mail can be accessed through webmail or through the POP3 or IMAP4 protocols.
Questions tagged [gmail]
637 questions
3
votes
2 answers
Is spam forwarding dangerous for my domain reputation?
I have Postfix with SpamAssassin that forwards everything (including spam) to Gmail. The server also has DKIM, SPF, and requires authentication for outbound emails.
My problem is that some "legitimate" emails get marked as spam by Gmail.

Memiux
- 31
- 2
2
votes
0 answers
How to avoid gmail orange mark and spam filter when using cloudflare proxies?
I send emails from my site via php smtp method connected to 'smtp.gmail.com' on 465, and account added to GSuite. All my emails falls in spam folder in Gmail. The kind of emails is just password recovery or email confirmation, but gmail shows orange…

Valik Tralik
- 21
- 2
2
votes
2 answers
Change DMARC Report frequency
My current record look like this:
v=DMARC1; p=quarantine; rua=mailto:varun1@varunagw.com; ruf=mailto:Varun2@VarunAgw.com; pct=100; ri=604800
Still for some reason, I receive E-Mail from Google everyday instead of 7 days (604800 seconds) which is…

VarunAgw
- 313
- 4
- 12
2
votes
3 answers
Forwarding to Gmail doesn't work for emails from Microsoft.com due to DMARC, but works for PayPal.com
I've noticed that I'm not getting certain emails in my Gmail and Yandex.Mail that are forwarded via UNIX systems (without SRS — not too sure if Sender Rewriting Scheme is still the best practice? Because with DMARC I think it'll also have to apply…

cnst
- 13,848
- 9
- 54
- 76
2
votes
0 answers
When sending an email to Gmail, I get a delivery error email back to me
I have a VPS and when I send an email, I get a delivery error email with one of the following (the email is not in the spam, it is not being sent at all):
all hosts for 'gmail.com' have been failing for a long time (and retry time not…

Amos
- 141
- 7
2
votes
0 answers
Gmail mailbox full
My issue is a client's Gmail mailbox is full. They run Gmail G-Suite for Business. I cannot track down the messages using the space.
If I do the search "in:all" the result is 1-50 of 15,083. When I do the search "in:all before:2018/6/18" I get 1-50…

cmdln
- 33
- 3
2
votes
1 answer
smtp client setup on ubuntu desktop to use Gmail smtp server for corporate domain
How to configure SMTP client (Ubuntu desktop) to use Gmail SMTP server to send email from my desktop using postfix.
This is how we login to company provided email. we login to gmail.com using myemail@companydomain.com and password. So I…

intechops6
- 155
- 6
2
votes
1 answer
Sync Exchange Shared Mailbox with GSuite Mail
I am going through the process of trying to get the shared mailboxes of Office 365 Exchange to sync properly with Gsuite Gmail.
Background to the problem:
We are a primarily Microsoft Environment so we naturally run Office 365 and Microsoft…

shinooni
- 33
- 4
2
votes
0 answers
NGINX - My site has a webmail subdomain even though I never set one up. How do I redirect all webmail.domain.com requests to www.domain.com?
I have multiple nginx sites running on a Digital Ocean droplet. I've installed postfix as a relay to G Suite Gmail.
I only access my email through Gmail itself. So I don't need webmail. Nor have I tried to set one up. And yet my sites all have a…

Neuro
- 21
- 2
2
votes
1 answer
Not receiving mails sent to a G Suite group (list)
my company uses a G Suite account and we have many Gmail users with an own domain (let's say mydomain.com) and many groups (lists) so, if someone sends an e-mail to a group, every user added in that group receives that e-mail.
We actually have 2…

Albert
- 93
- 1
- 3
- 9
2
votes
1 answer
Rejected emails: Messages with multiple addresses in From: header are not accepted - gsmtp
We host a service which can send emails on behalf of client businesses to end users. These emails must appear to be from the client business, even though they are generated from within our system.
We had previously been using multiple addresses in…

Russell Johnson-Bade
- 21
- 1
- 2
2
votes
2 answers
Amazon SES instead of Gmail for company email
My company has decided to move away from G Suite to reduce costs, so I'm in charge of providing alternatives.
They are accustomed to using Gmail, and don't handle many emails per days (probably around 50 emails received and 50 sent, in 4 mail…

Veehmot
- 161
- 2
- 10
2
votes
2 answers
Not receiving DMARC reports from major ESPs (gmail, yahoo, hotmail, etc)
I have recently set up a DMARC record for my domain. DMARC record looks like this, only domain name has been redacted:
v=DMARC1; p=none; fo=1; rua=mailto:dmarc-aggregate@domain.com!10m; ruf=mailto:dmarc-forensic@domain.com!10m; sp=reject
I'm…

Bintz
- 395
- 1
- 2
- 10
2
votes
1 answer
Allow mail to be sent from any subdomain (PTR, SPF, Gmail)
I use a single smarthost as a hub to route all email from my network so that I can pass SPF checks on Gmail. However, although I always send through the same server, the From address can differ. For instance, a cron job on the server…

amoe
- 185
- 1
- 9
2
votes
0 answers
Gmail blocking e-mail from my personal domain
For some reason Gmail has started blocking e-mail from my domain (flanigan.net).
I have had DKIM (opendkim), DMARC (opendmarc), and SPF implemented for some time. I am not on any of the SPAM or issues list that I can find. I have no history of bad…

David
- 43
- 3