
5th July 2008, 05:00
|
|
Member
|
|
Join Date: Apr 2008
Posts: 68
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
I think I figured out what was happening . ..
Hey Falko.
Thanks for the help. A few days ago it struck me that this may have been happening because of my records with my DSL provider, so as a test I removed the MX entries entirely from the ISPconfig's DNS Manager (I unchecked the DNS-MX button).
After a few hours I came back and checked and it was resolved. I'm going to go to COVAD's site, remove my MX records there and recheck my DNS-MX box on ISPconfig to see if this gets me working.
I can now send email, but receiving is still busted . . . Please let me know your thoughts.
sERGE
|

6th July 2008, 11:57
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,685
Thanks: 1,899
Thanked 2,599 Times in 2,448 Posts
|
|
Take a look at my previous post. The covad nameservers are authoritative for your domain, so there's no use creating DNS records on your ISPConfig system.
|

7th July 2008, 04:06
|
|
Member
|
|
Join Date: Apr 2008
Posts: 68
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
OK, so I started from scratch
So I went to COVAD's site and whacked my DNS records entirely and I regenerated them. I still can't seem to send email or receive. This is what the DIG outputs look like now . . .
DIG MX . . . .
root@email-beststylesusa log]# dig mx email-beststylesusa.com
; <<>> DiG 9.5.0rc1 <<>> mx email-beststylesusa.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7175
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 3, ADDITIONAL: 6
;; QUESTION SECTION:
;email-beststylesusa.com. IN MX
;; ANSWER SECTION:
email-beststylesusa.com. 16077 IN MX 100 mx2c7.megamailservers.com.
email-beststylesusa.com. 16077 IN MX 110 mx3c7.megamailservers.com.
email-beststylesusa.com. 16077 IN MX 10 mx1c7.megamailservers.com.
;; AUTHORITY SECTION:
email-beststylesusa.com. 10681 IN NS ns3.meganameservers.com.
email-beststylesusa.com. 10681 IN NS ns1.meganameservers.com.
email-beststylesusa.com. 10681 IN NS ns2.meganameservers.com.
;; ADDITIONAL SECTION:
mx1c7.megamailservers.com. 5766 IN A 69.49.109.34
mx2c7.megamailservers.com. 10485 IN A 69.49.109.35
mx3c7.megamailservers.com. 13033 IN A 69.49.109.36
ns1.meganameservers.com. 3293 IN A 216.251.32.100
ns2.meganameservers.com. 17008 IN A 216.251.32.101
ns3.meganameservers.com. 16849 IN A 64.29.144.65
;; Query time: 9 msec
;; SERVER: 64.105.124.154#53(64.105.124.154)
;; WHEN: Sun Jul 6 22:02:09 2008
;; MSG SIZE rcvd: 289
DIG NS . . . . .
[root@email-beststylesusa log]# dig ns email-beststylesusa.com
; <<>> DiG 9.5.0rc1 <<>> ns email-beststylesusa.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12363
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 3
;; QUESTION SECTION:
;email-beststylesusa.com. IN NS
;; ANSWER SECTION:
email-beststylesusa.com. 10503 IN NS ns1.meganameservers.com.
email-beststylesusa.com. 10503 IN NS ns2.meganameservers.com.
email-beststylesusa.com. 10503 IN NS ns3.meganameservers.com.
;; ADDITIONAL SECTION:
ns1.meganameservers.com. 3115 IN A 216.251.32.100
ns2.meganameservers.com. 16830 IN A 216.251.32.101
ns3.meganameservers.com. 16671 IN A 64.29.144.65
;; Query time: 8 msec
;; SERVER: 64.105.124.154#53(64.105.124.154)
;; WHEN: Sun Jul 6 22:05:07 2008
;; MSG SIZE rcvd: 159
I really don't know where to go from here . . . I'm really stuck and if anyone would be kind enough to walk me thru this I'd REALLY appreciate it. I also turned off ALL DNS and DNS-MX records from IPconfig's side, just as the previous post requested . . .
Thanks and HELP!
sERGE
|

8th July 2008, 12:13
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,685
Thanks: 1,899
Thanked 2,599 Times in 2,448 Posts
|
|
Quote:
Originally Posted by sergio.morales
;; AUTHORITY SECTION:
email-beststylesusa.com. 10681 IN NS ns3.meganameservers.com.
email-beststylesusa.com. 10681 IN NS ns1.meganameservers.com.
email-beststylesusa.com. 10681 IN NS ns2.meganameservers.com.
|
Did you change the nameservers?
|

8th July 2008, 17:56
|
|
Member
|
|
Join Date: Apr 2008
Posts: 68
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
My DNS info is broken I think
Hey! I went to COVAD's site and brought my DNS records back to their standard. I'm going to guess that is the reason my records look different. Now, I CAN receive email on the account, but only the emails that state that state there are services not running . . . I cannot receive any other emails and sending emails get the error that "relay access is denied"
This is getting more bizarre by the minute. What I'd ultimately like to do is have my ISPconfig server provide as many of the DNS services as possible, to make me as independent of the COVAD's of the world as possible . . .
Thanks for the help.
|

8th July 2008, 18:14
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,069
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Here is a guide that explains a complete dns server setup with ispconfig:
http://www.howtoforge.com/ispconfig_dns_godaddy
this should work with any domain registry, not only godaddy.
|

8th July 2008, 18:56
|
|
Senior Member
|
|
Join Date: Jun 2008
Location: Stockholm
Posts: 169
Thanks: 15
Thanked 3 Times in 2 Posts
|
|
Tell youre ISP ore Domain privider to point to youre ISPConfig server.
so you can manage youre domains.
|

8th July 2008, 18:57
|
|
Member
|
|
Join Date: Apr 2008
Posts: 68
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
That's more than I can handle now . . .
Hey Till. Thanks for the super quick response. That document you sent the link to involves a bit more hardware than I have, so I can't be as independent as I'd like . . . HOWEVER . . . what I did to clean the slate is deleted my site and client, and made new ones. I made sure NOT to click any of the DNS and DNS-MX boxes, and I went to godaddy and reentered my DNS info. I also went to COVAD and made sure they had my records set up.
I think I have a few ailments though. For one, I can't seem to send or receive email. I have defined new email users for the site I created, but none work. The only user that seemed to work was the user I made to match one of my sysadmin accounts on the box. I defined a new user and it doesn't work at all. How can I first check to make sure my basics are set up right?
It doesn't seem the email is working right and I can't figure out why?
Thanks again!
sERGE
|

8th July 2008, 19:34
|
|
Member
|
|
Join Date: Apr 2008
Posts: 68
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
DNS Hell
Hey Trexen
In my DNS records for COVAD, I have everything pointing to my IP address . . . So I have purposely not clicked the DNS and DNS-MX checkboxes in the ISPconfig.
The issue is that I think there may be something else wrong within ISPconfig . . . My mail isn't working and none of the new mail clients I make work either . . .
sERGE
|

8th July 2008, 20:10
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,069
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Please have a look at the mail log and post the errors that might be listed there.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 13:22.
|
Recent comments
1 day 15 hours ago
1 day 17 hours ago
2 days 5 hours ago
2 days 8 hours ago
2 days 12 hours ago
2 days 18 hours ago
3 days 4 hours ago
3 days 5 hours ago
3 days 14 hours ago
3 days 15 hours ago