11.01.2013 Views

Workshop

Workshop

Workshop

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

• SMTP—Simple Mail Transfer Protocol (server-to-server communication)<br />

• POP—Post Office Protocol (client-to-server communication)<br />

• IMAP—Internet Mail Application Protocol (client-to-server communication)<br />

You can telnet to socket 25 to check whether SMTP gateways are up and accepting connections. Here’s an<br />

example:<br />

$ telnet wpo 25<br />

Trying 167.195.160.7…<br />

Connected to wpo.co.chatham.ga.us.<br />

Escape character is ‘^]’.<br />

220 wpo.co.chatham.ga.us GroupWise SMTP/MIME Daemon 4.11 Ready<br />

1993, 1996 Novell, Inc.<br />

You can also telnet to the POP socket (socket 109 and socket 110, depending on the version of POP that<br />

you’re using) and the IMAP socket (socket 143) to make sure that the servers that are supposed to be<br />

accepting these types of connections are up. Here’s an example:<br />

$ telnet moria 143<br />

Trying 167.195.160.6…<br />

Connected to moria.co.chatham.ga.us.<br />

Escape character is ‘^]’.<br />

* OK moria.co.chatham.ga.us IMAP4rev1 v10.170 server ready<br />

If you’re having trouble getting outside mail from the Internet to your intranet, you’ll want to use nslookup to<br />

check your MX record for your zone. An MX record is a special record denoting the “mail exchanger” for<br />

your zone. Here’s an example:<br />

$ nslookup<br />

> set type=mx<br />

> co.chatham.ga.us<br />

co.chatham.ga.us preference = 10, mail exchanger = moria.co.chatham.ga.us<br />

moria.co.chatham.ga.us internet address = 167.195.160.<br />

If it’s not the right server or if you don’t even have one, you’ll need to change this on your DNS server or ask<br />

your ISP to do it for you.<br />

Dialing Difficulties<br />

Do you run into problems with the following types of dialing?<br />

• Dialing out of your intranet and into the Internet<br />

• Dialing out of your intranet and into somebody else’s intranet

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!