(SOLVED )Emails in Gmail - question - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: (SOLVED )Emails in Gmail - question (/thread-3685.html) Pages: 1 2 |
(SOLVED )Emails in Gmail - question - nuno - 07-04-2008 07:09 PM Hi all, My emails going to spam seems to go only on google, (tested in 3 accounts in gmail) follow the following: Faq's about port 25 and my headers is: Code: Delivered-To: foo.email@gmail.com all is good right? thanks Nuno RE: Emails in Gmail - question - nuno - 07-04-2008 10:05 PM tested in 5 gmail accounts! spam box strange RE: Emails in Gmail - question - motokochan - 07-07-2008 08:16 AM If the PTR for your IP looks dynamic/generic, then it often will trigger the spam filters on many services. Have your host set the record to something else, usually you want the name of the server itself. RE: Emails in Gmail - question - nuno - 07-07-2008 08:50 AM motokochan Wrote:If the PTR for your IP looks dynamic/generic, then it often will trigger the spam filters on many services. Have your host set the record to something else, usually you want the name of the server itself. Hi first of all thanks for your response! okay i have Current Reverse DNS correctly (server.domain) Now (1 min ago) I put the static ip (had dhcp) in network/interfaces That would influence? You have more tips? thanks B. regards Nuno ---EDITED 1 more info i traced my ip and stops in my server name (server.my-domain.com) RE: Emails in Gmail - question - nuno - 07-07-2008 09:51 AM how know's linode? my server vps is from linode, maybe some nice guy tell me if my dns is correct! thanks RE: Emails in Gmail - question - motokochan - 07-07-2008 09:57 AM It might take a while for the old reverse record (PTR) to leave the caches of the servers out there, so that probably won't show up immediately. When I checked the IP (you didn't mask it properly in the mail headers, so I managed to find it out), it wasn't set on their servers yet. Your IP provider (Vodafone) appears to have the expiry set to 24 hours, so it can take that long to spread once they make the change. Your IP is also on the SpamHaus PBL list. This list is created from records by ISPs of IPs that should not be sending mail directly (usually residential internet connections). Being on this list will cause problems in sending. If you are on a static IP, your host should file for an exception with SpamHaus. For other lists, check your IP over at http://openrbl.org/ (won't work in IE last I checked) and see the details for any lists you show up on. You only need to worry about the positive blacklist items. RE: Emails in Gmail - question - nuno - 07-07-2008 10:17 AM motokochan Wrote:It might take a while for the old reverse record (PTR) to leave the caches of the servers out there, so that probably won't show up immediately. When I checked the IP (you didn't mask it properly in the mail headers, so I managed to find it out), it wasn't set on their servers yet. Your IP provider (Vodafone) appears to have the expiry set to 24 hours, so it can take that long to spread once they make the change. Thanks, the some happen if a send from root (echo 'teste' | mail -s "teste" foo@gmail.com) i'm confuse now BTW: Code: postconf -n /etc/hostname Code: server.foo.net and network iface eth0 inet static address xxx.xxx.70.194 netmask 255.255.255.0 broadcast xxx.xxx.70.255 gateway xxx.xxx.70.1 and hosts Code: # 'hosts' file configuration. My dns in linode manager $TTL 0 @ IN SOA ns1.linode.com. foo.sapo.pt. ( 2008070682 7200 7200 1209600 86400 ) @ NS ns1.linode.com. @ NS ns2.linode.com. @ NS ns3.linode.com. @ NS ns4.linode.com. @ MX 10 mail.foo.net. @ MX 10 server.foo.net. @ TXT "v=spf1 a ~all" server TXT "v=spf1 a ~all" @ A xxx.xxx.70.194 www A xxx.xxx.70.194 mail A xxx.xxx.70.194 server A xxx.xxx.70.194 cp A xxx.xxx.70.194 RE: Emails in Gmail - question - motokochan - 07-07-2008 10:21 AM Confused on what? RE: Emails in Gmail - question - nuno - 07-07-2008 10:26 AM motokochan Wrote:Confused on what? from isp (internet home) blocklist EDITED.... more info and thanks for you help @motokochan !!!!! from shell (echo 'testeGmail' | mail -s "testeGmail" foo@gmail.com) Delivered-To: foo@gmail.com Received: by 10.90.91.5 with SMTP id o5cs169601agb; Sun, 6 Jul 2008 17:46:34 -0700 (PDT) Received: by 10.100.41.1 with SMTP id o1mr2405607ano.10.1215391594344; Sun, 06 Jul 2008 17:46:34 -0700 (PDT) Return-Path: <root@server.foo.net> Received: from server.foo.net (server.foo.net [xxx.xxx.70.194]) by mx.google.com with ESMTP id b7si2340753ana.35.2008.07.06.17.46.33; Sun, 06 Jul 2008 17:46:34 -0700 (PDT) Received-SPF: pass (google.com: domain of root@server.foo.net designates xxx.xxx.70.194 as permitted sender) client-ip=xxx.xxx.70.194; Authentication-Results: mx.google.com; spf=pass (google.com: domain of root@server.foo.net designates xxx.xxx.70.194 as permitted sender) smtp.mail=root@server.foo.net Received: by server.foo.net (Postfix, from userid 0) id A2904299A3; Sun, 6 Jul 2008 20:46:33 -0400 (EDT) To: foo@gmail.com Subject: testeGmail Message-Id: <20080707004633.A2904299A3@server.foo.net> Date: Sun, 6 Jul 2008 20:46:33 -0400 (EDT) From: root@server.foo.net (root) testeGmail RE: Emails in Gmail - question - motokochan - 07-07-2008 11:01 AM Hm. I was seeing the IP based on the earlier post as being in the 93.108.0.0/16 range. I guess I was mistaken on that. |