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
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
- 17
- 38
4
votes
2 answers
How to avoid messages rejection because of DMARC when sent through Gmail alias?
Many people add
' another email address as alias ' for their Gmail accounts - talking here about public Gmail not Google Apps - and they may use Gmail server not their domain servers as SMTP with the ' Treat as an 'alias' setting '. While DMARC not…

hsobhy
- 181
- 1
- 2
- 10
4
votes
1 answer
Postfix: Can't receive external e-mails
I'm new to postfix. Sending e-mails works fine, but I can't receive external e-mails. I only have one server, so my domain name is equal the mail server name. By what I read, I don't need to configure one MX for that, but I did just to be sure (with…

fotanus
- 163
- 8
4
votes
1 answer
Hotmail and Gmail mark emails as spam
Possible Duplicate:
How to send emails and avoid them being classified as spam
I have been developing a PHP application and one of the features in that application is the ability to send e-mails to users. However, when I tried to send e-mails via…

rei
- 61
- 1
- 6
4
votes
2 answers
Gmail.com detect mail as spam, but the server is not on any BlackList
I have an issue with Google. (GMail to be exact)
About 1 month ago, we had a security breach, and mail was relayed through our servers.
we got listed in almost ALL Black-Lists :(
we fixed the problem, and requested removal from Black-lists, which…

Tomer W
- 111
- 1
- 1
- 10
4
votes
2 answers
How to configure postfix for per-sender SASL authentication
I have two gmail accounts, and I want to configure my local postfix server as a client which does SASL authentication with smtp.gmail.com:587 with credentials that depend on the sender address.
So, let's say that my gmail accounts are:…

Marwan Tanager
- 217
- 2
- 5
4
votes
2 answers
SMTP connection to gmail-smtp-in.l.google.com
I am writing an SMTP client in node.js. I successfully tested it against an SMTP server running on my localhost. However I found out that I am unable to connect to gmail's servers. Trying it with telnet, I run into the same problem.
telnet…

Zwade
- 143
- 1
- 1
- 4
4
votes
3 answers
Postfix forwarding to GMail address
I configured postfix to forward mail to external addresses (mostly GMail):
user1@mydomain.com user1@gmail.com
user2@mydomain.com user2@gmail.com
office@mydomain.com user1@gmail.com, user2@gmail.com, ...
...
Everything works fine, except…

martin
- 131
- 2
- 7
4
votes
1 answer
Lost emails during MX change to gmail
I recently moved emails for domains that I host to gmail (keeping the @mydomain.com email address). I thought I was doing everything right so no emails would be lost, but this turned out not to be the case.
Firstly I set up a google account with…

Evanss
- 141
- 1
- 2
4
votes
2 answers
postfix to gmail error
I've set up a server with postfix for sending mails. However, when I try to send an email to a gmail account, I get the following errors:
May 16 23:41:47 vps4195 postfix/smtp[15949]: certificate verification failed for gmail-smtp-in.l.google.com:…

Tiddo
- 1,019
- 1
- 9
- 16
4
votes
7 answers
all mails going to gmail SPAM (sendmail on centos) 127.0.0.1 problem?
UPDATE ON SPF CHECK http://www.openspf.org/Why:
The SPF check gives me this: An SPF-enabled mail server rejected a message that claimed an envelope sender address of support@ourdomain.com. An SPF-enabled mail server received a message from…

solsol
- 1,121
- 8
- 21
- 31
4
votes
3 answers
Configure DNS to forward email to google
I'm trying to reconfigure a bind record on an Ubuntu 9.04 server so that email is redirected out to gmail My existing records look like this (not the real ip)
; MX Records
@ IN MX 10 mail
; Address Records
@ IN A 70.88.42.67
www IN A …

Cruachan
- 429
- 1
- 9
- 17
4
votes
3 answers
Host my own email in a VPS and stop using gmail, which options do I have?
I'm planning to stop using some google services (like gmail for personal email, still be using for services like google code though). I'm not too paranoid, I know every service in the net is a threat to privacy. The problem with google is that it…

Somebody still uses you MS-DOS
- 285
- 1
- 4
- 13
4
votes
6 answers
What is causing email sent from my Google Apps account to bounce?
I have started to get Delivery Status Notification (Failure) messages in response to emails sent from my Google Apps domain account (at offby1.net):
Delivery to the following recipient failed permanently:
**obfuscated**@gmail.com
Technical…

Chris R
- 533
- 1
- 5
- 20
4
votes
1 answer
Gmail POP3 with openssl command line: hangs while RETR-ing
I want to use openssl s_client for accessing Gmail POP3S server.
I am doing the following:
$ openssl s_client -connect pop.gmail.com:995
+OK Gpop ready for requests from d11pf35377217wam.36
USER
+OK send…

Sabya
- 756
- 3
- 9
- 22