[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] POP3 and Webmail
- Subject: [cobalt-users] POP3 and Webmail
- From: "B. Runge" <brunge@xxxxxxxxxxx>
- Date: Thu Oct 17 13:54:01 2002
- Organization: ITU
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Have a small issue I was hoping someone could help me resolve or give
advice to.
I have a RaQ4 that is running as a DNS server as well as a virtual site
server (ns0.indytel.com)
that has one other virtual site on it running webmail and poping for
mail just fine. My problem
or issue is as follows: I have Neomail Release1.25-5 loaded on this
server and it works just fine
(send/receive) for the new site I just added.
The problem that I have is having a client app like Outlook Express set
up to pop for mail.......for
the lgkarsten domain keep getting an error that it cannot find
incoming/outgoing mail servers.
The domain name that I am having issues with is lgkarsten.com......after
running the nslookup
utilities I do see that I do not have a smtp server listed for
them.......I am fairly confident that I can
correct that part. I am sure that there is something fairly straight
forward that I am overlooking but
not quite sure how to find root cause.
Thanks to all in advance,
Bill
C:\>nslookup
Default Server: ns1.indytel.com
Address: 24.149.30.246
> set type=mx
> set debug
> lgkarsten.com
Server: ns1.indytel.com
Address: 24.149.30.246
------------
Got answer:
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 1, authority records = 2, additional
= 3
QUESTIONS:
lgkarsten.com, type = MX, class = IN
ANSWERS:
-> lgkarsten.com
MX preference = 10, mail exchanger = mail.lgkarsten.com
ttl = 86400 (1 day)
AUTHORITY RECORDS:
-> lgkarsten.com
nameserver = ns0.indytel.com
ttl = 86400 (1 day)
-> lgkarsten.com
nameserver = ns1.indytel.com
ttl = 86400 (1 day)
ADDITIONAL RECORDS:
-> mail.lgkarsten.com
internet address = 24.149.30.203
ttl = 86400 (1 day)
-> ns0.indytel.com
internet address = 24.149.30.242
ttl = 86400 (1 day)
-> ns1.indytel.com
internet address = 24.149.30.246
ttl = 86400 (1 day)
------------
lgkarsten.com
MX preference = 10, mail exchanger = mail.lgkarsten.com
ttl = 86400 (1 day)
lgkarsten.com
nameserver = ns0.indytel.com
ttl = 86400 (1 day)
lgkarsten.com
nameserver = ns1.indytel.com
ttl = 86400 (1 day)
mail.lgkarsten.com
internet address = 24.149.30.203
ttl = 86400 (1 day)
ns0.indytel.com
internet address = 24.149.30.242
ttl = 86400 (1 day)
ns1.indytel.com
internet address = 24.149.30.246
ttl = 86400 (1 day)
------------------------------------------------------------------------
--------------------------
C:\>nslookup -q=mx lgkarsten.com
Server: ns1.indytel.com
Address: 24.149.30.246
lgkarsten.com MX preference = 10, mail exchanger = mail.lgkarsten.com
lgkarsten.com nameserver = ns0.indytel.com
lgkarsten.com nameserver = ns1.indytel.com
mail.lgkarsten.com internet address = 24.149.30.203
ns0.indytel.com internet address = 24.149.30.242
ns1.indytel.com internet address = 24.149.30.246