now all e-mail is being deferred on both domains (unless it's domain1 to domain1 or domain2 to domain1; everything to domain2 is being deferred). webmail MTA and external MTA are both set to localhost. The error mesage is saying that mail delivery is being temporarily suspended: mail to localhost loops back to myself.
hmmmmmm....
Update:
OK, so I've played around with the settings a bit:
1.- If i don't have anything in the external MTA field, mail will bounce back to the user (me, let's say) saying that mail can't be delivered because it loops back to itself. This is only if it's domain2.com to domain2.com. domain2.com to anywhere else works.
2.- If i put localhost/smtp.domain1.com (which is the same server)/domain2.com, mail will get stuck in the deferred queue with the same error message: loops back to itself.
if i do a dig for domain1.com:
Code:
; <<>> DiG 9.3.2 <<>> mechanus.org any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10722
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;mechanus.org. IN ANY
;; ANSWER SECTION:
mechanus.org. 86400 IN MX 5 sigil.mechanus.org.
mechanus.org. 86400 IN SOA sigil.mechanus.org. admin.mechanus.org. 2007051314 10800 3600 604800 3600
mechanus.org. 86400 IN NS sigil.mechanus.org.
mechanus.org. 86400 IN A 192.168.13.13
;; ADDITIONAL SECTION:
sigil.mechanus.org. 86400 IN A 192.168.13.13
;; Query time: 1 msec
;; SERVER: 192.168.13.13#53(192.168.13.13)
;; WHEN: Sun May 13 23:47:29 2007
;; MSG SIZE rcvd: 140
this is dig for domain2.com:
Code:
; <<>> DiG 9.3.2 <<>> eskinaproductions.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49673
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;eskinaproductions.com. IN ANY
;; ANSWER SECTION:
eskinaproductions.com. 86400 IN MX 5 sigil.eskinaproductions.com.
eskinaproductions.com. 86400 IN SOA sigil.eskinaproductions.com. admin.mechanus.org. 2007051303 10800 3600 604800 3600
eskinaproductions.com. 86400 IN NS sigil.eskinaproductions.com.
eskinaproductions.com. 86400 IN A 192.168.13.13
;; ADDITIONAL SECTION:
sigil.eskinaproductions.com. 86400 IN A 192.168.13.13
;; Query time: 1 msec
;; SERVER: 192.168.13.13#53(192.168.13.13)
;; WHEN: Sun May 13 23:38:42 2007
;; MSG SIZE rcvd: 161
both reside on the server, which is also the DNS server.
externally, domain2.com looks like:
Code:
We asked f.gtld-servers.net (192.35.51.30) for a nameserver for eskinaproductions.com, and got ns4.mydyndns.org.
Searching ns4.mydyndns.org (213.155.150.206) for ANY records for eskinaproductions.com.
Query TTL Class Type Answer
ns2.mydyndns.org. 74264 IN A 204.13.249.82
ns3.mydyndns.org. 74264 IN A 204.13.250.82
ns4.mydyndns.org. 74264 IN A 213.155.150.206
ns5.mydyndns.org. 74264 IN A 63.208.196.93
eskinaproductions.com. 59 IN A 200.122.157.139
eskinaproductions.com. 43200 IN MX5 eskinaproductions.com.
mydyndns.org. 74264 IN NS ns1.mydyndns.org.
mydyndns.org. 74264 IN NS ns2.mydyndns.org.
mydyndns.org. 74264 IN NS ns3.mydyndns.org.
mydyndns.org. 74264 IN NS ns4.mydyndns.org.
mydyndns.org. 74264 IN NS ns5.mydyndns.org.
eskinaproductions.com. 86399 IN NS ns1.mydyndns.org.
eskinaproductions.com. 86399 IN NS ns2.mydyndns.org.
eskinaproductions.com. 86399 IN NS ns3.mydyndns.org.
eskinaproductions.com. 86399 IN NS ns4.mydyndns.org.
eskinaproductions.com. 86399 IN NS ns5.mydyndns.org.
eskinaproductions.com. 86400 IN SOA ns1.mydyndns.org.
while domain1.com looks like:
Code:
We asked b.gtld-servers.net (192.33.14.30) for a nameserver for mechanus.org, and got ns4.mydyndns.org.
Searching ns4.mydyndns.org (213.155.150.206) for ANY records for mechanus.org.
Query TTL Class Type Answer
ns2.mydyndns.org. 74314 IN A 204.13.249.82
ns3.mydyndns.org. 74314 IN A 204.13.250.82
ns4.mydyndns.org. 74314 IN A 213.155.150.206
ns5.mydyndns.org. 74314 IN A 63.208.196.93
mechanus.org. 21600 IN A 200.122.157.139
mx2.mechanus.org. 21600 IN A 216.110.36.4
mechanus.org. 43200 IN MX10 mx2.mechanus.org.
mechanus.org. 43200 IN MX5 mechanus.org.
mydyndns.org. 74314 IN NS ns1.mydyndns.org.
mydyndns.org. 74314 IN NS ns2.mydyndns.org.
mydyndns.org. 74314 IN NS ns3.mydyndns.org.
mydyndns.org. 74314 IN NS ns4.mydyndns.org.
mydyndns.org. 74314 IN NS ns5.mydyndns.org.
mechanus.org. 86400 IN NS ns1.mydyndns.org.
mechanus.org. 86400 IN NS ns2.mydyndns.org.
mechanus.org. 86400 IN NS ns3.mydyndns.org.
mechanus.org. 86400 IN NS ns4.mydyndns.org.
mechanus.org. 86400 IN NS ns5.mydyndns.org.
mechanus.org. 86400 IN SOA ns1.mydyndns.org.
it doesn't look like a dns problem to my untrained eye in these matters. any ideas?