E-Mail--- blocked?

DramirezO

New member
Joined
Jun 24, 2009
Messages
1
Ive succesfully created my accounts in
Squirrelmail and UebiMiau

I can send messages to any other mail account, BUT
these accounts seem to recieve ONLY mails from internal server mail accounts,
I mean if I send a mail from hotmail or yahoo the delivery fails, but if I send a mail from the same server it works.

any clue why this happens?
 
OMG. I don't know how you expect anybody to help you without giving us the email address.
 
The mailservers in the dns record refer to other servers than your own.

Your dns record is not configured to send mail to your server.

Now you know why if is very important to give us the domain.

Code:
[root@server ~]# dig boorasfxp.net MX

; <<>> DiG 9.3.4-P1 <<>> boorasfxp.net MX
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25408
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;boorasfxp.net.                 IN      MX

;; ANSWER SECTION:
boorasfxp.net.          3600    IN      MX      0 smtp.secureserver.net.
boorasfxp.net.          3600    IN      MX      10 mailstore1.secureserver.net.

;; Query time: 41 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Fri Jun 26 12:19:45 2009
;; MSG SIZE  rcvd: 92

[root@server ~]# dig smtp.secureserver.net

; <<>> DiG 9.3.4-P1 <<>> smtp.secureserver.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4501
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;smtp.secureserver.net.         IN      A

;; ANSWER SECTION:
smtp.secureserver.net.  298     IN      A       208.109.80.149

;; Query time: 39 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Fri Jun 26 12:19:51 2009
;; MSG SIZE  rcvd: 55

[root@server ~]# dig mailstore1.secureserver.net

; <<>> DiG 9.3.4-P1 <<>> mailstore1.secureserver.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55583
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;mailstore1.secureserver.net.   IN      A

;; ANSWER SECTION:
mailstore1.secureserver.net. 3600 IN    A       64.202.166.11

;; Query time: 53 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Fri Jun 26 12:19:59 2009
;; MSG SIZE  rcvd: 61

[root@server ~]# dig boorasfxp.net

; <<>> DiG 9.3.4-P1 <<>> boorasfxp.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36946
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;boorasfxp.net.                 IN      A

;; ANSWER SECTION:
boorasfxp.net.          3600    IN      A       195.91.142.142

;; Query time: 120 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Fri Jun 26 12:20:05 2009
;; MSG SIZE  rcvd: 47
 
see this:

now i got this:

Code:
; <<>> DiG 9.4.2-P2 <<>> boorasfxp.net MX
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44752
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;boorasfxp.net.                 IN      MX

;; ANSWER SECTION:
boorasfxp.net.          3600    IN      MX      0 smtp.boorasfxp.net.
boorasfxp.net.          3600    IN      MX      10 mail.boorasfxp.net.

;; AUTHORITY SECTION:
boorasfxp.net.          3600    IN      NS      ns20.domaincontrol.com.
boorasfxp.net.          3600    IN      NS      ns19.domaincontrol.com.

;; ADDITIONAL SECTION:
ns19.domaincontrol.com. 128803  IN      A       216.69.185.10
ns20.domaincontrol.com. 128803  IN      A       208.109.255.10

;; Query time: 154 msec
;; SERVER: 195.91.141.1#53(195.91.141.1)
;; WHEN: Fri Jun 26 20:34:36 2009
;; MSG SIZE  rcvd: 160

but now when i send mail via gmail for ex, its not send me back "mail cant send"

and still not working
 
You really need to stop what you are doing and start reading about how dns works. Right now its like you have never seen a car and yet you are trying to drive it. You are all over the road.


Code:
2009-06-26 12:50:16 1MKEcx-0000T5-VZ <= [email protected] H=wireless.router.newwebsite.com ([192.168.1.98]) [12.180.200.2] P=esmtp S=848 [email protected] T="test" from <[email protected]> for [email protected]
2009-06-26 12:50:16 1MKEcx-0000T5-VZ CNAME loop for smtp.boorasfxp.net encountered
2009-06-26 12:50:16 1MKEcx-0000T5-VZ CNAME loop for mail.boorasfxp.net encountered

CNAME loops for both mail server records.

Code:
[root@server ~]# dig smtp.boorasfxp.net

; <<>> DiG 9.3.4-P1 <<>> smtp.boorasfxp.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1578
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;smtp.boorasfxp.net.            IN      A

;; ANSWER SECTION:
smtp.boorasfxp.net.     3600    IN      CNAME   smtp.boorasfxp.net.

smtp.boorasfxp.net redirects to itself instead of the real mail server.


Code:
[root@server ~]# dig mail.boorasfxp.net

; <<>> DiG 9.3.4-P1 <<>> mail.boorasfxp.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36620
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.boorasfxp.net.            IN      A

;; ANSWER SECTION:
mail.boorasfxp.net.     3600    IN      CNAME   pop.boorasfxp.net.
pop.boorasfxp.net.      3600    IN      CNAME   pop.boorasfxp.net.

mail.boorasfxp.net redirects to pop.boorasfxp.net
pop.boorasfxp.net redirects to itself instead of the real mail server.
 
Back
Top