On Feb 4, 2008 1:48 AM, Martti Hamunen <[EMAIL PROTECTED]> wrote:
> Thanks justin a,
>
> here:
> DNS: 62.148.192.130 and 62.148.192.154
> Coming mail: imap.netikka.net
> out: mail.netikka.fi

You should have output similar to the following on your system:

$ grep "^hosts:" /etc/nsswitch.conf
hosts:      files dns

$ cat /etc/resolv.conf
nameserver 62.148.192.130
nameserver 62.148.192.154

$ nslookup imap.netikka.net 62.148.192.130
Server:         62.148.192.130
Address:        62.148.192.130#53

imap.netikka.net        canonical name = mbox.netikka.net.
Name:   mbox.netikka.net
Address: 62.148.192.165

$ nslookup imap.netikka.net 62.148.192.154
Server:         62.148.192.154
Address:        62.148.192.154#53

imap.netikka.net        canonical name = mbox.netikka.net.
Name:   mbox.netikka.net
Address: 62.148.192.165

In the following, the gateway and interface are likely to be different.

$ route get imap.netikka.net
   route to: mbox.netikka.net
destination: default
       mask: default
    gateway: 192.168.1.1
  interface: hme0
      flags: <UP,GATEWAY,DONE,STATIC>
 recvpipe  sendpipe  ssthresh    rtt,ms rttvar,ms  hopcount      mtu     expire
       0         0         0         0         0         0      1500         0

To disconnect from the following connection, type "0 logout".

$ telnet imap.netikka.net 143
Trying 62.148.192.165...
Connected to mbox.netikka.net.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE] Courier-IMAP
ready. Copyright 1998-2003 Double Precision, Inc.  See COPYING for
distribution information.
0 logout
* BYE Courier-IMAP server shutting down
0 OK LOGOUT completed
Connection to mbox.netikka.net closed by foreign host.

Let us know at which point things stop working.  That will almost
certainly lead to quick resolution of the problem.

-- 
Mike Gerdts
http://mgerdts.blogspot.com/
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to