Adjusting the mail record to point to external mail server???

Months after this email I am trying to repeat the same procedure, but I am getting this error

Cannot modify MX records

Details

You do not have permission to add records to your zone

This happens even though I have enabled the DNS control feature in that domain...

Any ideas?
albatroz said:
Hi!
I sent an email to support at directadmin
and they pointed me to this article

http://help.directadmin.com/item.php?id=8


It works OK, and is really easy. Just make sure you have enabled the DNS Management option for that customer.
 
DNS must be enabled for domain access at both the admin and the reseller level.

Jeff
 
This seems to be not working for me,
as I am getting this error when I send an email.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

[email protected]
all relevant MX records point to non-existent hosts
 
If you really mean domain.com, then you have a problem in your system, as domain.com certainly does point to a valid host:
[jlasman@of1 ~]$ dig domain.com mx

; <<>> DiG 9.3.1 <<>> domain.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49320
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 0

;; QUESTION SECTION:
;domain.com. IN MX

;; ANSWER SECTION:
domain.com. 3600 IN MX 10 sentry.domainbank.com.

;; AUTHORITY SECTION:
domain.com. 3600 IN NS ns1.dotsterhost.com.
domain.com. 3600 IN NS ns2.dotsterhost.com.
domain.com. 3600 IN NS ns3.dotsterhost.com.

;; Query time: 49 msec
;; SERVER: 66.59.235.1#53(66.59.235.1)
;; WHEN: Mon Apr 3 16:59:02 2006
;; MSG SIZE rcvd: 128
If you gave us the wrong domain name to check, then all I can say is how do you expect anyone to be able to help you if you don't give us the right information?

Jeff
 
Sorry, but I didn´t put the exact information as a lot of people here use to hide precise information on domains and email accounts...

Well, as per your request

The complete error message is as follows ........

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

[email protected]
all relevant MX records point to non-existent hosts


My server hostname is alfa.vohosting.com
 
I don't know why you're getting the problem, as there is a valid mx record for perupacifico.com.pe, and it points to correovirtual.millicomperu.com.pe, which is a valid mx system.

What do you get when you run this command from your DA command line:

$ dig perupacifico.com.pe mx

Jeff
 
[root@alfa admin]# dig perupacifico.com.pe mx

; <<>> DiG 9.2.1 <<>> perupacifico.com.pe mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49472
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;perupacifico.com.pe. IN MX

;; ANSWER SECTION:
perupacifico.com.pe. 14400 IN MX 10 correovirtual.millicomperu.com.pe.perupacifico.com.pe.

;; AUTHORITY SECTION:
perupacifico.com.pe. 14400 IN NS ns1.virtualorbis.com.
perupacifico.com.pe. 14400 IN NS ns2.virtualorbis.com.

;; ADDITIONAL SECTION:
ns1.virtualorbis.com. 14400 IN A 216.22.2.140
ns2.virtualorbis.com. 14400 IN A 216.22.2.141

;; Query time: 38 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Apr 3 21:37:53 2006
;; MSG SIZE rcvd: 171

[root@alfa admin]#
 
correovirtual.millicomperu.com.pe.perupacifico.com.pe. is not the name of a nameserver. Somewhere in your configuration you've missed the period that goes after pe.

Jeff
 
Re: Re: Adjusting the mail record to point to external mail server???

Because the exim.conf file (I wrote it) uses the same file for both "local_domains" and for "relay_domains", and because their domain has to be listed in "relay_domains" but not in "local_domains", you'll have to either rework exim.conf and create a new file, or hardcode their domain into the exim.conf file.

Hi jlasman, I know this is an old post. If you are around to any my queries, it would be very much appreciated.

I am a DA reseller interface user. How can I change the exim.conf. Otherwise, is there an alternative which I can use in the reseller interface itself?
 
Back
Top