LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Error sending remote email - eXtremail (https://www.linuxquestions.org/questions/linux-software-2/error-sending-remote-email-extremail-326706/)

Mike-BB 05-24-2005 04:03 PM

Error sending remote email - eXtremail
 
Below, im sending an email FROM bbwebsites@bbwebsites.ca TO mike@bbgameservers.com

Code:

24/05/2005 - 17:09:02 -> CTRL - Scanning mail queues ...
24/05/2005 - 17:09:02 -> CTRL - Mail queues scanned
24/05/2005 - 17:09:02 -> [621126] SMTP - Resolving sending domain ...
24/05/2005 - 17:09:02 -> [621126] SMTP - Sending domain bbwebsites.ca is local
24/05/2005 - 17:09:02 -> [621126] SMTP - Resolving destination domain ...
24/05/2005 - 17:09:02 -> [621126] SMTP - Destination domain bbgameservers.com is remote
24/05/2005 - 17:09:02 -> [621126] SMTP - Delivering remote mail ...
24/05/2005 - 17:09:02 -> [621126] SMTP - Resolving sender user ...
24/05/2005 - 17:09:02 -> [621126] DNS  - No answer header found on DNS response. Quitting.
24/05/2005 - 17:09:02 -> [621126] DNS  - Error: parsing DNS response
24/05/2005 - 17:09:02 -> [621126] DNS  - No answer header found on DNS response. Quitting.
24/05/2005 - 17:09:02 -> [621126] DNS  - Error: parsing DNS response
24/05/2005 - 17:09:02 -> [621126] DNS  - No answer header found on DNS response. Quitting.
24/05/2005 - 17:09:02 -> [621126] DNS  - Error: parsing DNS response
24/05/2005 - 17:09:02 -> [621126] SMTP - Error: reading from DNS
24/05/2005 - 17:09:02 -> [621126] SMTP - Error delivering remote mail
24/05/2005 - 17:09:02 -> [621126] QUEU - Error: delivering queued mail

Any idea what's causing "DNS - No answer header found on DNS response" or what I need to fix about this?








MORE INFO:

Code:

; Zone File for bbwebsites.ca
$TTL 14400
@      14440  IN      SOA    ns1.bbwebsites.ca.      webmaster.bbwebsites.ca.        (
                                        2005010403
                                        14400
                                        7200
                                        3600000
                                        86400
                                        )

bbwebsites.ca.  14400  IN      NS      ns1.bbwebsites.ca.
bbwebsites.ca.  14400  IN      NS      ns2.bbwebsites.ca.

bbwebsites.ca.  14400  IN      A      66.199.183.121

localhost.bbwebsites.ca. 14400  IN      A      127.0.0.1

bbwebsites.ca.  14400  IN      MX      0      bbwebsites.ca.

mail    14400  IN      CNAME  bbwebsites.ca.
www    14400  IN      CNAME  bbwebsites.ca.
ftp    14400  IN      A      66.199.183.121

tor2    14400  IN      A      66.199.183.121
ns1    14400  IN      A      66.199.183.121
ns2    14400  IN      A      66.199.183.146

this is what I get from the local machine:

Code:

dig bbwebsites.ca

; <<>> DiG 9.2.2-P3 <<>> bbwebsites.ca
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53702
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;bbwebsites.ca.                IN      A

;; ANSWER SECTION:
bbwebsites.ca.          14400  IN      A      66.199.183.121

;; AUTHORITY SECTION:
bbwebsites.ca.          14400  IN      NS      ns1.bbwebsites.ca.
bbwebsites.ca.          14400  IN      NS      ns2.bbwebsites.ca.

;; ADDITIONAL SECTION:
ns1.bbwebsites.ca.      14400  IN      A      66.199.183.121
ns2.bbwebsites.ca.      14400  IN      A      66.199.183.146

and nslookup :

Code:

nslookup -type=mx bbwebsites.ca

Non-authoritative answer:
bbwebsites.ca  mail exchanger = 0 bbwebsites.ca.

Authoritative answers can be found from:
bbwebsites.ca  nameserver = ns1.bbwebsites.ca.
bbwebsites.ca  nameserver = ns2.bbwebsites.ca.
bbwebsites.ca  internet address = 66.199.183.121


Mike-BB 05-24-2005 04:44 PM

WORKING:
Receiving emails from local and remote
Sending emails to local

NOT WORKING:
Sending emails to remote

When I send to a remote location, I get an email back saying this :
Code:

I have found some problems delivering some emails.
I will queue them up and try again later.

eXtremail's Log File pertaining to this :

Code:

24/05/2005 - 17:51:40 -> [145852] ----------------------------------------------
24/05/2005 - 17:51:40 -> [145852] - SMTP - Incoming SMTP conexion              -
24/05/2005 - 17:51:40 -> [145852] ----------------------------------------------
24/05/2005 - 17:51:40 -> [145852] SMTP - SMTP connection: 69.196.139.165
24/05/2005 - 17:51:40 -> [145852] SMTP - HELO: mike
24/05/2005 - 17:51:40 -> [145852] SMTP - Mail from: <bbwebsites@bbwebsites.ca>
24/05/2005 - 17:51:40 -> [145852] SMTP - Rcpt to: <mike@bbgameservers.com>
24/05/2005 - 17:51:40 -> [145852] SMTP - Alert: relaying for: 69.196.139.165
24/05/2005 - 17:51:40 -> [145852] SMTP - Receiving mail ...
24/05/2005 - 17:51:40 -> [145852] SMTP - Mail accepted
24/05/2005 - 17:51:40 -> [145852] SMTP - SMTP connection closed
24/05/2005 - 17:51:40 -> [145852] SMTP - Number of rcpt's: 1
24/05/2005 - 17:51:40 -> [145852] SMTP - Delivering mail(s) ...
24/05/2005 - 17:51:40 -> [145852.01] SMTP - Sending mail to: mike@bbgameservers.com
24/05/2005 - 17:51:40 -> [145852.01] SMTP - Resolving sending domain ...
24/05/2005 - 17:51:40 -> [145852.01] SMTP - Sending domain bbwebsites.ca is local
24/05/2005 - 17:51:40 -> [145852.01] SMTP - Resolving destination domain ...
24/05/2005 - 17:51:40 -> [145852.01] SMTP - Destination domain bbgameservers.com is remote
24/05/2005 - 17:51:40 -> [145852.01] SMTP - Delivering remote mail ...
24/05/2005 - 17:51:40 -> [145852.01] SMTP - Resolving sender user ...
24/05/2005 - 17:51:40 -> [145852.01] DNS  - No answer header found on DNS response. Quitting.
24/05/2005 - 17:51:40 -> [145852.01] DNS  - Error: parsing DNS response
24/05/2005 - 17:51:40 -> [145852.01] DNS  - No answer header found on DNS response. Quitting.
24/05/2005 - 17:51:40 -> [145852.01] DNS  - Error: parsing DNS response
24/05/2005 - 17:51:40 -> [145852.01] DNS  - No answer header found on DNS response. Quitting.
24/05/2005 - 17:51:40 -> [145852.01] DNS  - Error: parsing DNS response
24/05/2005 - 17:51:40 -> [145852.01] SMTP - Error: reading from DNS
24/05/2005 - 17:51:40 -> [145852.01] SMTP - Error delivering remote mail



All times are GMT -5. The time now is 09:37 PM.