I have setup a new mail server at: disruptive-tech-edge.com I think that I configured correctly, but obviously not. I'm trying to send an email and I get:
DATA not accepted from server:
Resolving hostname...
Connecting...
SMTP -> FROM SERVER:
220 collective.disruptive-tech-edge.com ESMTP
SMTP -> FROM SERVER:
250-disruptive-tech-edge.com Hi node-mec2.wormly.com [184.72.226.23]
250-PIPELINING
250-8BITMIME
250-SIZE 500000000
250 STARTTLS
MAIL FROM: syv@sqlhacks.com
SMTP -> FROM SERVER:
250 , sender OK - how exciting to get mail from you!
RCPT TO: jim@disruptive-tech-edge.com
SMTP -> FROM SERVER:
250 , recipient ok
Sending Mail Message Body...
SMTP -> FROM SERVER:
354 go ahead
SMTP -> FROM SERVER:
SMTP -> ERROR: DATA not accepted from server:
Message sending failed.
and from my sme server (which is working well), I get:
2011-07-09 14:13:49.470615500 new msg 42206932
2011-07-09 14:13:49.470616500 info msg 42206932: bytes 721 from <syv@sqlhacks.com> qp 31883 uid 453
2011-07-09 14:13:49.493956500 starting delivery 4897: msg 42206932 to remote jim@disruptive-tech-edge.com
2011-07-09 14:13:49.493959500 status: local 0/10 remote 1/20
2011-07-09 14:13:49.955289500 delivery 4897: failure: Sorry,_I_couldn't_find_a_mail_exchanger_or_IP_address._(#5.4.4)/
2011-07-09 14:13:49.955290500 status: local 0/10 remote 0/20
2011-07-09 14:13:49.961527500 bounce msg 42206932 qp 31885
2011-07-09 14:13:49.961558500 end msg 42206932
and here's the mx info:
Dig disruptive-tech-edge.com@dns1.easydns.com (64.68.192.10) ...
Authoritative Answer
Query for disruptive-tech-edge.com type=255 class=1
disruptive-tech-edge.com SOA (Zone of Authority)
Primary NS: dns0.easydns.com
Responsible person: zone@easydns.com
serial:1310165175
refresh:43200s (12 hours)
retry:10800s (3 hours)
expire:604800s (7 days)
minimum-ttl:1800s (30 minutes)
disruptive-tech-edge.com A (Address) 66.183.17.8
disruptive-tech-edge.com MX (Mail Exchanger) Priority: 100 collective.disruptive-tech-edge.com
disruptive-tech-edge.com NS (Nameserver) dns2.easydns.net
disruptive-tech-edge.com NS (Nameserver) dns3.easydns.ca
disruptive-tech-edge.com NS (Nameserver) dns1.easydns.com
Any idea on what's wrong? The mx looks like it's setup properly since they have negotiated the 1st part of the email.
Thanks