Oh wow, I'm so sorry guys!

Thanks for all your information, though...
I have formatted and installed Ubuntu desktop edition just last night!. I have removed almost all programs I don't need through both the
Applications > Add/Remove, and the
Synaptic Package Manager.
I have wireless working!

Titan, I have started working on your email tutorial located
here, and have stumbled upon this error. You say input the following code:
$ swaks -a -tls -q HELO -s localhost -au jasonb -ap '[]'
And it should give me this result:
=== Trying localhost:25...
=== Connected to localhost.
[- 220 einstein ESMTP Exim 4.69 Mon, 05 May 2008 16:02:30 -0400
-] EHLO einstein
[- 250-einstein Hello localhost [127.0.0.1]
[- 250-SIZE 52428800
[- 250-PIPELINING
[- 250-STARTTLS
[- 250 HELP
-] STARTTLS
[- 220 TLS go ahead
=== TLS started w/ cipher DHE-RSA-AES256-SHA
~] EHLO einstein
[~ 250-einstein Hello localhost [127.0.0.1]
[~ 250-SIZE 52428800
[~ 250-PIPELINING
[~ 250 HELP
~] QUIT
[~ 221 einstein closing connection
=== Connection closed with remote host.
Unfortunately mine does not do this, it gives the error you mention about STARTTLS and finishes. Here is the code I have on the screen right now:
=== Trying localhost:25...
=== Connected to localhost.
<- 220 mailman ESMTP Exim 4.69 Tue, 09 Sep 2008 11:24:18 +1000
-> EHLO mailman
<- 250-mailman Hello localhost [127.0.0.1]
<- 250-SIZE 52428800
<- 250-PIPELINING
<- 250 HELP
*** STARTTLS not supported
-> QUIT
<- 221 mailman closing connection
=== Connection closed with remote host.
I have manually copied all of this in (typed it in) so the formatting is off by a space... but you get the idea. I have called this computer "mailman".
Any idea what the next step would be to fix this?
Also can I edit this file (
$ sudo nano /etc/courier/imapd.cnf) to be local to me in Australia, instead of changing the default (New York) to yours (Lousville)? What are the correct country, state, "L" (location?) codes for me?
Cheers,
Troy