Gmail Spam - Directadmin + roundcube (and not only)

traskowski

Verified User
Joined
Nov 13, 2012
Messages
61
Hello. I send e-mails from roundcube and from mail in my server and mails to gmail always go to spam folder.

I had spf records for domain:
udx.pl. TXT "v=spf1 a mx ip4:91.204.161.108 ~all"

Hedaer in gmail:
Code:
Received: from s1.udx.pl ([91.204.161.108])
        by mx.google.com with ESMTPS id az3si3006634wib.5.1969.12.31.16.00.00
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Fri, 27 Sep 2013 07:36:09 -0700 (PDT)
Received-SPF: pass (google.com: domain of [email protected] designates 91.204.161.108 as permitted sender) client-ip=91.204.161.108;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of [email protected] designates 91.204.161.108 as permitted sender) [email protected]
Received: from localhost ([127.0.0.1] helo=udx.pl)
	by s1.udx.pl with esmtpa (Exim 4.80.1)
	(envelope-from <[email protected]>)
	id 1VPZ9L-0000S0-Mx
	for [email protected]; Fri, 27 Sep 2013 18:36:07 +0400
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8;
 format=flowed
Content-Transfer-Encoding: 8bit
Date: Fri, 27 Sep 2013 16:36:07 +0200
From: [email protected]
To: [email protected]
Subject: Fwd: test czy spam
Message-ID: <[email protected]>
X-Sender: [email protected]
User-Agent: Roundcube Webmail/0.9.4

What you think about that?

All About spam:
http://www.allaboutspam.com/email-server-test-report/?key=17361769A8C92D9949155F6A56B7188E
 
Last edited:
Try use secure ports to connection mail server.

And you reverse DNS look up fails. You must do somthing with that, login you your hosting panel, where you rent server, change settings there.
 
It's on directadmin "DNS administrate" section.
I had add s1.udx.pl reverse dns from "Add zone" too, i think becouse i cannot add it.
And i check reverse DNS on ssh:
Code:
# dig -x 91.204.161.108

; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.5 <<>> -x 91.204.161.108
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 13981
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;108.161.204.91.in-addr.arpa.   IN      PTR

;; Query time: 87 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Sep 27 20:49:04 2013
;; MSG SIZE  rcvd: 45

Where i need to login and change that value what you show me ?


@Edit ahh ok not in da.

http://scr.hu/0zv1/fg8if

I have proxmox, i don't see there any "Reverse DNS" section.
http://scr.hu/0zv1/fg8if
 
Last edited:
It is wrong, you must get answer with something like that

Code:
; <<>> DiG 9.6-ESV-R4 <<>> -x 85.10.193.133
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7348
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 0

;; QUESTION SECTION:
;133.193.10.85.in-addr.arpa.    IN      PTR

;; ANSWER SECTION:
133.193.10.85.in-addr.arpa. 86400 IN    PTR     srv.kurd.im.

;; AUTHORITY SECTION:
193.10.85.in-addr.arpa. 23633   IN      NS      ns1.your-server.de.
193.10.85.in-addr.arpa. 23633   IN      NS      ns.second-ns.com.
193.10.85.in-addr.arpa. 23633   IN      NS      ns3.second-ns.de.

;; Query time: 47 msec
;; SERVER: 213.133.100.100#53(213.133.100.100)
;; WHEN: Fri Sep 27 19:04:57 2013
;; MSG SIZE  rcvd: 159

The last your images are DNS. Ask your provider to change it.
 
You must ask your provider/ISP. They can change it for you, or show you some guide how change it in their Control panel., of course if they offer this service.
Where you have your servers?
 
On esynergy.pl
I had full control with proxmox (control to proxmox) .
I have dedicated server, i cannot do it self ?
 
It's for virtualization. in Proxmox i have created one server with main ip 91.161.204.108 and on that server i had only directadmin installed.
I don't had anything more. In Porxmox i dont find any rDNS or something like that. Only in directadmin i try to create reverse DNS.
 
The topic comeback..
DKIM pass, SPF pass, REV DNS done.. And it's going to gmail spam (all emails from server). Thats very strange..
DKIM Pass to all domains (it's create automatically).

Tested domain: smieszni.com

#Problem resolve i think for now..
I enable from php uname function.. It's something for header in mail ?
 
Last edited:
Back
Top