| Linode Forum https://forum.linode.com/ |
|
| Does gmail banned my sales email address? https://forum.linode.com/viewtopic.php?f=11&t=10410 |
Page 1 of 2 |
| Author: | sblantipodi [ Sat Sep 07, 2013 1:36 pm ] |
| Post subject: | Does gmail banned my sales email address? |
Hi, I have many email address on my linode. If I send email from my davide@myserver.org to gmail no problem, if I send email from my sales@myserver.org to gmail gmail does not receive this email, no error but the gmail user will never receive my mail. Any idea on why of this? Thanks. |
|
| Author: | sblantipodi [ Tue Sep 10, 2013 5:01 am ] |
| Post subject: | Re: Does gmail banned my sales email address? |
I don't think that google banned my sales email. I noticed that google reject also the "support" email... Do you know if gmail has some problem with aliases? |
|
| Author: | haus [ Tue Sep 10, 2013 11:44 am ] |
| Post subject: | Re: Does gmail banned my sales email address? |
Is the return address valid (i.e., will your server accept mail sent to sales@myserver.org)? Many receiving mail servers check to see if the address sending mail is valid before accepting mail from it. Best thing to do is probably to tail your mail log while sending a message from sales@ and see what the discussion with the gmail server looks like in real time. Code: tail -f /var/log/mail.log(or whatever your mail log file is). Here's what a successful transaction looks like from Postfix: Code: Sep 10 08:10:36 brightstar postfix/pickup[28133]: 35A46141C5: uid=1000 from=<username> The second to last line, where it says "250 2.0.0 OK..." will reflect an error message of some kind if gmail is refusing your mail. |
|
| Author: | sblantipodi [ Tue Sep 10, 2013 2:00 pm ] |
| Post subject: | Re: Does gmail banned my sales email address? |
haus wrote: Is the return address valid (i.e., will your server accept mail sent to sales@myserver.org)? Many receiving mail servers check to see if the address sending mail is valid before accepting mail from it. sure, I have sales and support in the aliases and my server is accepting mails on that addresses, it simply redirect mails to my personal email address when some email is sent to that address. haus wrote: Best thing to do is probably to tail your mail log while sending a message from sales@ and see what the discussion with the gmail server looks like in real time. Code: tail -f /var/log/mail.log(or whatever your mail log file is). Here's what a successful transaction looks like from Postfix: Code: Sep 10 08:10:36 brightstar postfix/pickup[28133]: 35A46141C5: uid=1000 from=<username> The second to last line, where it says "250 2.0.0 OK..." will reflect an error message of some kind if gmail is refusing your mail. gmail answer OK as in your log. |
|
| Author: | dcraig [ Tue Sep 10, 2013 3:53 pm ] |
| Post subject: | Re: Does gmail banned my sales email address? |
Is the missing mail in the Gmail user's spam folder? |
|
| Author: | sblantipodi [ Tue Sep 10, 2013 3:58 pm ] |
| Post subject: | Re: Does gmail banned my sales email address? |
dcraig wrote: Is the missing mail in the Gmail user's spam folder? you got it... damn why it goes into the spam folder? |
|
| Author: | obs [ Tue Sep 10, 2013 6:30 pm ] |
| Post subject: | Re: Does gmail banned my sales email address? |
sblantipodi wrote: dcraig wrote: Is the missing mail in the Gmail user's spam folder? you got it... damn why it goes into the spam folder? Do you have spf/dkim records set? (I've found google pays close attention to spf records) |
|
| Author: | hoopycat [ Tue Sep 10, 2013 9:33 pm ] |
| Post subject: | Re: Does gmail banned my sales email address? |
In my experience, click "Not Spam" when it happens and Google will eventually figure it out. |
|
| Author: | sblantipodi [ Wed Sep 11, 2013 4:08 am ] |
| Post subject: | Re: Does gmail banned my sales email address? |
obs wrote: sblantipodi wrote: dcraig wrote: Is the missing mail in the Gmail user's spam folder? you got it... damn why it goes into the spam folder? Do you have spf/dkim records set? (I've found google pays close attention to spf records) I don't know what spf/dkim is. What is it? How can I check? |
|
| Author: | sblantipodi [ Wed Sep 11, 2013 4:09 am ] |
| Post subject: | Re: Does gmail banned my sales email address? |
hoopycat wrote: In my experience, click "Not Spam" when it happens and Google will eventually figure it out. I can't say to all my customer to click "not spam". |
|
| Author: | obs [ Wed Sep 11, 2013 6:45 am ] |
| Post subject: | Re: Does gmail banned my sales email address? |
sblantipodi wrote: I don't know what spf/dkim is. What is it? How can I check? Check here http://support.google.com/a/bin/answer. ... swer=33786 it's aimed at google apps so you'll have to adjust it for your own set up. SPF is easier than DKIM, you can ignore DKIM if you wish most providers are happy with just SPF |
|
| Author: | sblantipodi [ Wed Sep 11, 2013 8:44 am ] |
| Post subject: | Re: Does gmail banned my sales email address? |
wow, this is good to know, thanks! I'm using the linode dns manager, how can I add "this SPF" in the linode manager? |
|
| Author: | obs [ Wed Sep 11, 2013 8:48 am ] |
| Post subject: | Re: Does gmail banned my sales email address? |
Add a txt record which looks something like this v=spf1 mx a ~all That will allow emails from your MX records and A record. If you send from other servers you can add them with a:fqdn |
|
| Author: | sblantipodi [ Wed Sep 11, 2013 9:20 am ] |
| Post subject: | Re: Does gmail banned my sales email address? |
obs wrote: Add a txt record which looks something like this v=spf1 mx a ~all That will allow emails from your MX records and A record. If you send from other servers you can add them with a:fqdn what does it means ??? Code: v=spf1 mx a ~all can I add a TXT with that string without warry about making spammers life easyer. what does it means that string? don't I need to use something like this: v=spf1 a:mydomain.org ~all and another line like this: v=spf1 mx:mydomain.org ~all doesn't this two line more secure than "v=spf1 mx a ~all" ??? |
|
| Author: | obs [ Wed Sep 11, 2013 10:12 am ] |
| Post subject: | Re: Does gmail banned my sales email address? |
v=spf1 states that it's a SPF record. A means that any server that has an A record for your domain can send email, MX means your receiving email servers can also send. You only ever want one spf record. Also make sure you have rDNS configured properly. |
|
| Page 1 of 2 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|