<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cs.umbc.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tevan1</id>
	<title>CSEE Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.umbc.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tevan1"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/Special:Contributions/Tevan1"/>
	<updated>2026-04-27T07:48:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=SpamAssassin/ClamAV&amp;diff=126</id>
		<title>SpamAssassin/ClamAV</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=SpamAssassin/ClamAV&amp;diff=126"/>
		<updated>2007-01-10T20:28:48Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: /* Setting Up Spam Assassin and Clam Assassin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
Spam Assassin 3.1.4 and Clam Assassin 1.2.3 are now available for use. Spam Assassin is used to identify e-mails which have spam characteristics, while Clam Assassin uses [http://www.clamav.net/ ClamAV] to identify virus signatures. Short instructions are available to add Clam Assassin Only if the Spam Assassin check has been implemented.&lt;br /&gt;
&lt;br /&gt;
Neither Spam Assassin nor Clam Assassin are enabled by default. Even though these are some of the best tools available, they are also known to filter out valid emails too. They are to be used at your own risk. &lt;br /&gt;
&lt;br /&gt;
==Setting Up Spam Assassin and Clam Assassin==&lt;br /&gt;
&lt;br /&gt;
# Log into your CSEE UNIX shell account.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Edit/create a ~/.forward file in your home directory (this sample [http://www.cs.umbc.edu/systems/.forward .forward] can be downloaded.)&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
#*You want a single line which pipes all mail to procmail as shown here (replace &#039;&#039;&#039;&#039;&#039;your_username&#039;&#039;&#039;&#039;&#039; with your actual username):&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;&amp;quot;|IFS=&#039; &#039; &amp;amp;&amp;amp; exec /usr/local/bin/procmail -f- || exit 75 #your_username&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;example:&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;&amp;quot;|IFS=&#039; &#039; &amp;amp;&amp;amp; exec /usr/local/bin/procmail -f- || exit 75 #brianb&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Edit/create a ~/.procmailrc file (this sample [http://www.cs.umbc.edu/systems/.procmailrc .procmailrc] can be downloaded).&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
#* If you do not have a .procmailrc file, this is needed:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;MAILDIR=$HOME/mail&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0fw&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;| /cs/bin/spamassassin&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0:&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;* ^X-Spam-Status: Yes&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;caughtspam&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0fw&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;| /cs/bin/clamassassin&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0:&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;* ^X-Virus-Status: Yes&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;virus&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
#* If you have a working .procmailrc file, copy all of the lines above except for the line beginning with &amp;lt;code&amp;gt;MAILDIR&amp;lt;/code&amp;gt; and place them near or at the top of your rules.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Let a few emails arrive. Spam Assassin will automatically create a .spamassassin directory and files within that directory.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Frequently review your &amp;quot;caughtspam&amp;quot; mail folder. Messages older than 60 days will automatically get purged. Messages that are identified as viruses will be stored in the &amp;quot;virus&amp;quot; mail folder. &#039;&#039;&#039;&#039;&#039;Do not&#039;&#039;&#039;&#039;&#039; attempt to open any e-mails placed in the &amp;quot;virus&amp;quot; folder since they may take advantage of a bug in a mail client and automatically execute. Please contact the CSEEIT Systems group if you need to safely review any message with viruses.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Options are available in the &amp;lt;code&amp;gt;~/.spamassassin/user_prefs&amp;lt;/code&amp;gt; file to better catch spam messages (and better prevent false positives). See the [http://spamassassin.apache.org/full/3.0.x/dist/doc/Mail_SpamAssassin_Conf.html#user_preferences User Preferences] section in the [http://spamassassin.apache.org/full/3.0.x/dist/doc/Mail_SpamAssassin_Conf.html Spam Assassin Configuration Page] for details.&lt;br /&gt;
&lt;br /&gt;
==Adding Only Clam Assassin (with Spam Assassin already enabled)==&lt;br /&gt;
&lt;br /&gt;
# Log into your CSEE UNIX shell account.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Edit ~/.procmailrc . Find the lines:&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0fw&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;| /cs/bin/spamassassin&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0:&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;* ^X-Spam-Status: Yes&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;caughtspam&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;and add:&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0fw&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;| /cs/bin/clamassassin&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0:&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;* ^X-Virus-Status: Yes&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;virus&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=PHP&amp;diff=161</id>
		<title>PHP</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=PHP&amp;diff=161"/>
		<updated>2007-01-09T22:14:05Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: added regular non-CGI instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Using PHP in HTML documents (recommended)==&lt;br /&gt;
# Create a PHP-enabled HTML file (make sure it has a .php extension), e.g. ~username/www/filename.php)&lt;br /&gt;
# Insert PHP statements anywhere in your file. Start each block of statements with &amp;lt;code&amp;gt;&amp;lt;?php&amp;lt;/code&amp;gt; and end it with &amp;lt;code&amp;gt;?&amp;gt;&amp;lt;/code&amp;gt; For example, to print a simple &amp;quot;Hello world!&amp;quot;:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;?php echo &#039;&amp;lt;p&amp;gt;Hello world!&amp;lt;/p&amp;gt;&#039;; ?&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Make sure you set permissions properly on your script:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;chmod 755 ~username/www/filename.php&amp;lt;/code&amp;gt;&lt;br /&gt;
# Load the page with your favorite Web Browser to ensure that it works.&lt;br /&gt;
&lt;br /&gt;
==Using PHP in CGI scripts==&lt;br /&gt;
&lt;br /&gt;
# Using PHP on CSEE web servers is the same as using any other CGI langauge such as Perl. Review the instructions at the [[CGI|CSEE CGI Guide]] to become familiar with using CGI.&lt;br /&gt;
# Create your PHP file (make sure it has a .cgi extension), e.g. ~username/www/filename.cgi)&lt;br /&gt;
# The first line of that file should read:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;#!/usr/site/bin/php&amp;lt;/code&amp;gt;&lt;br /&gt;
# Write your PHP script. See the example above.&lt;br /&gt;
# Make sure you set permissions properly on your script:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;chmod 755 ~username/www/filename.cgi&amp;lt;/code&amp;gt;&lt;br /&gt;
# Load the page with your favorite Web Browser to ensure that it works.&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
*[http://us2.php.net/manual/en/tutorial.php PHP Simple Tutorial]&lt;br /&gt;
*[http://us2.php.net/manual/en/index.php PHP Manual]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Updating_Mail_Clients_to_Secure_SMTP&amp;diff=296</id>
		<title>Updating Mail Clients to Secure SMTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Updating_Mail_Clients_to_Secure_SMTP&amp;diff=296"/>
		<updated>2007-01-09T21:42:31Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
&lt;br /&gt;
In an effort to cut down on the amount of spam passing through the network, the CSEE Department has implemented an authentication policy on its SMTP server from a non-campus system.&lt;br /&gt;
&lt;br /&gt;
As of June 17, 2005, in order to use the department’s SMTP server from off-campus, there are two choices:&lt;br /&gt;
&lt;br /&gt;
1) use the campus VPN (no changes will be needed to be done)&lt;br /&gt;
&lt;br /&gt;
2) modify your e‑mail client’s configuration as described below&lt;br /&gt;
&lt;br /&gt;
Detailed instructions are provided for Microsoft Outlook, Microsoft Outlook Express, and Mozilla/Netscape/Thunderbird. If any other program is being used, please see the mail client documentation for instructions.&lt;br /&gt;
&lt;br /&gt;
The outgoing SMTP mail relay needs to be configured to support TLS encryption and the username/password authentication that is used for logging in to any CSEE system.&lt;br /&gt;
&lt;br /&gt;
==Updating Microsoft Outlook to Support Secure Authentication==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Open Microsoft Outlook.&lt;br /&gt;
&lt;br /&gt;
From the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu, select &#039;&#039;&#039;E‑mail Accounts…&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Choose &#039;&#039;&#039;View or change existing e‑mail accounts&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image002.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Click &#039;&#039;&#039;Next &amp;gt;&#039;&#039;&#039;.and select your CSEE account.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image003.gif]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Press &#039;&#039;&#039;Change…&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image004.gif]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Press &#039;&#039;&#039;More Settings…&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Enable &#039;&#039;&#039;My outgoing server (SMTP) requires authentication&#039;&#039;&#039; and choose &#039;&#039;&#039;Use same settings as my incoming mail server.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image006.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Click on the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Below &#039;&#039;&#039;Outgoing server (SMTP)&#039;&#039;&#039;, enable &#039;&#039;&#039;This server requires an encrypted connection (SSL)&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image007.gif]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Updating Microsoft Outlook Express to Support Secure Authentication==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Open Microsoft Outlook Express.&lt;br /&gt;
&lt;br /&gt;
From the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu, select &#039;&#039;&#039;Accounts…&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Mail&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Select your CSEE account.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image009.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Press &#039;&#039;&#039;Properties&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Servers&#039;&#039;&#039; tab and enable &#039;&#039;&#039;My server requires authentication&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image011.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Press &#039;&#039;&#039;Settings…&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Choose &#039;&#039;&#039;Use same settings as my incoming mail server.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image013.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Below &#039;&#039;&#039;Outgoing mail (SMTP)&#039;&#039;&#039;, enable &#039;&#039;&#039;This server requires a secure connection (SSL)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Close&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image015.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Updating Mozilla/Netscape/Thunderbird Mail to Support Secure Authentication==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Open Mozilla Mail.&lt;br /&gt;
&lt;br /&gt;
From the &#039;&#039;&#039;Edit&#039;&#039;&#039; menu (Thunderbird users, &#039;&#039;&#039;Tools&#039;&#039;&#039; menu), select &#039;&#039;&#039;Mail &amp;amp; Newsgroups Account Settings…&#039;&#039;&#039; (Thunderbird users, select &#039;&#039;&#039;Account Settings…&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
Select &#039;&#039;&#039;Outgoing Server (SMTP)&#039;&#039;&#039;,&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image017.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|If the &#039;&#039;&#039;Server Name:&#039;&#039;&#039; field does not display &#039;&#039;&#039;smtp.cs.umbc.edu&#039;&#039;&#039;, you will need to press the &#039;&#039;&#039;Advanced…&#039;&#039;&#039; button, select &#039;&#039;&#039;smtp.cs.umbc.edu&#039;&#039;&#039; and press the &#039;&#039;&#039;Edit…&#039;&#039;&#039; button in order to make the changes described next.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image019.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Enable &#039;&#039;&#039;Use name and password&#039;&#039;&#039; and enter your user name in the &#039;&#039;&#039;User Name&#039;&#039;&#039; field. Choose &#039;&#039;&#039;Always&#039;&#039;&#039; (Thunderbird user, choose &#039;&#039;&#039;TLS&#039;&#039;&#039;) under &#039;&#039;&#039;Use secure connection (SSL)&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If you had to use the &#039;&#039;&#039;Advanced Settings&#039;&#039;&#039; dialog, click &#039;&#039;&#039;OK&#039;&#039;&#039; two more times.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image021.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Updating_Mail_Clients_to_Secure_SMTP&amp;diff=295</id>
		<title>Updating Mail Clients to Secure SMTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Updating_Mail_Clients_to_Secure_SMTP&amp;diff=295"/>
		<updated>2007-01-09T21:31:33Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: imported old guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
&lt;br /&gt;
In an effort to cut down on the amount of spam passing through the network, the CSEE Department has implemented an authentication policy on its SMTP server from a non-campus system.&lt;br /&gt;
&lt;br /&gt;
As of June 17, 2005, in order to use the department’s SMTP server from off-campus, there are two choices:&lt;br /&gt;
&lt;br /&gt;
1) use the campus VPN (no changes will be needed to be done)&lt;br /&gt;
&lt;br /&gt;
2) modify your e‑mail client’s configuration as described below&lt;br /&gt;
&lt;br /&gt;
Detailed instructions are provided for Microsoft Outlook, Microsoft Outlook Express, and Mozilla/Netscape/Thunderbird. If any other program is being used, please see the mail client documentation for instructions.&lt;br /&gt;
&lt;br /&gt;
The outgoing SMTP mail relay needs to be configured to support TLS encryption and the username/password authentication that is used for logging in to any CSEE system.&lt;br /&gt;
&lt;br /&gt;
==Updating Microsoft Outlook to Support Secure Authentication==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Open Microsoft Outlook.&lt;br /&gt;
&lt;br /&gt;
From the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu, select &#039;&#039;&#039;E‑mail Accounts…&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Choose &#039;&#039;&#039;View or change existing e‑mail accounts&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image002.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Click &#039;&#039;&#039;Next &amp;gt;&#039;&#039;&#039;.and select your CSEE account.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image003.gif]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Press &#039;&#039;&#039;Change…&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image004.gif]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Press &#039;&#039;&#039;More Settings…&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Enable &#039;&#039;&#039;My outgoing server (SMTP) requires authentication&#039;&#039;&#039; and choose &#039;&#039;&#039;Use same settings as my incoming mail server.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image006.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Click on the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Below &#039;&#039;&#039;Outgoing server (SMTP)&#039;&#039;&#039;, enable &#039;&#039;&#039;This server requires an encrypted connection (SSL)&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image007.gif]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Updating Microsoft Outlook Express to Support Secure Authentication==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Open Microsoft Outlook Express.&lt;br /&gt;
&lt;br /&gt;
From the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu, select &#039;&#039;&#039;Accounts…&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Mail&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Select your CSEE account.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:image009.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image021.jpg&amp;diff=294</id>
		<title>File:Image021.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image021.jpg&amp;diff=294"/>
		<updated>2007-01-09T21:21:48Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image019.jpg&amp;diff=293</id>
		<title>File:Image019.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image019.jpg&amp;diff=293"/>
		<updated>2007-01-09T21:21:33Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image017.jpg&amp;diff=292</id>
		<title>File:Image017.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image017.jpg&amp;diff=292"/>
		<updated>2007-01-09T21:21:19Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image015.jpg&amp;diff=291</id>
		<title>File:Image015.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image015.jpg&amp;diff=291"/>
		<updated>2007-01-09T21:20:29Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image013.jpg&amp;diff=290</id>
		<title>File:Image013.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image013.jpg&amp;diff=290"/>
		<updated>2007-01-09T21:19:45Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image011.jpg&amp;diff=289</id>
		<title>File:Image011.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image011.jpg&amp;diff=289"/>
		<updated>2007-01-09T21:19:32Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image009.jpg&amp;diff=288</id>
		<title>File:Image009.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image009.jpg&amp;diff=288"/>
		<updated>2007-01-09T21:19:18Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image007.gif&amp;diff=287</id>
		<title>File:Image007.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image007.gif&amp;diff=287"/>
		<updated>2007-01-09T21:16:42Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image006.jpg&amp;diff=286</id>
		<title>File:Image006.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image006.jpg&amp;diff=286"/>
		<updated>2007-01-09T21:16:28Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image004.gif&amp;diff=285</id>
		<title>File:Image004.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image004.gif&amp;diff=285"/>
		<updated>2007-01-09T21:16:13Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image003.gif&amp;diff=284</id>
		<title>File:Image003.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image003.gif&amp;diff=284"/>
		<updated>2007-01-09T21:15:48Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image002.jpg&amp;diff=283</id>
		<title>File:Image002.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image002.jpg&amp;diff=283"/>
		<updated>2007-01-09T21:12:21Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Image001.png&amp;diff=282</id>
		<title>File:Image001.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Image001.png&amp;diff=282"/>
		<updated>2007-01-09T21:12:02Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Outlook-pop-05.jpg&amp;diff=281</id>
		<title>File:Outlook-pop-05.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Outlook-pop-05.jpg&amp;diff=281"/>
		<updated>2007-01-09T20:38:10Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Outlook-pop-03.jpg&amp;diff=280</id>
		<title>File:Outlook-pop-03.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Outlook-pop-03.jpg&amp;diff=280"/>
		<updated>2007-01-09T20:37:52Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Outlook-pop-02.jpg&amp;diff=279</id>
		<title>File:Outlook-pop-02.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Outlook-pop-02.jpg&amp;diff=279"/>
		<updated>2007-01-09T20:37:35Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Outlook-imap-05.jpg&amp;diff=278</id>
		<title>File:Outlook-imap-05.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Outlook-imap-05.jpg&amp;diff=278"/>
		<updated>2007-01-09T20:37:08Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Outlook-imap-03.jpg&amp;diff=277</id>
		<title>File:Outlook-imap-03.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Outlook-imap-03.jpg&amp;diff=277"/>
		<updated>2007-01-09T20:36:42Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Outlook-imap-02.jpg&amp;diff=276</id>
		<title>File:Outlook-imap-02.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Outlook-imap-02.jpg&amp;diff=276"/>
		<updated>2007-01-09T20:36:18Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Outlook-04.jpg&amp;diff=275</id>
		<title>File:Outlook-04.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Outlook-04.jpg&amp;diff=275"/>
		<updated>2007-01-09T20:35:52Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Outlook-01.jpg&amp;diff=274</id>
		<title>File:Outlook-01.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Outlook-01.jpg&amp;diff=274"/>
		<updated>2007-01-09T20:35:20Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Tbird-03.jpg&amp;diff=273</id>
		<title>File:Tbird-03.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Tbird-03.jpg&amp;diff=273"/>
		<updated>2007-01-09T20:02:34Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Tbird-02.jpg&amp;diff=272</id>
		<title>File:Tbird-02.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Tbird-02.jpg&amp;diff=272"/>
		<updated>2007-01-09T20:02:09Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Tbird-imap-01.jpg&amp;diff=271</id>
		<title>File:Tbird-imap-01.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Tbird-imap-01.jpg&amp;diff=271"/>
		<updated>2007-01-09T20:01:41Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=File:Tbird-pop-01.jpg&amp;diff=270</id>
		<title>File:Tbird-pop-01.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=File:Tbird-pop-01.jpg&amp;diff=270"/>
		<updated>2007-01-09T20:01:01Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Main_Page&amp;diff=22</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Main_Page&amp;diff=22"/>
		<updated>2007-01-09T19:06:24Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: add diary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome==&lt;br /&gt;
&amp;lt;big&amp;gt;Please read the [[introduction]] to CSEE computing first.&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Using [http://www.umbc.edu/oit/sans/helpdesk/Unix/index.html UNIX] at UMBC&amp;lt;br&amp;gt;&lt;br /&gt;
[[Register]] to get a CSEE computer account.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://my.cs.umbc.edu/ Support Portal] - manage tickets, password, groups, and contact information&lt;br /&gt;
&lt;br /&gt;
==Mail Configuration and Usage==&lt;br /&gt;
* [[Forward Email to another account]] - Mail delivery to a remote mailbox&lt;br /&gt;
* [http://www.washington.edu/pine/user-guide/ Pine] - terminal window mail client&lt;br /&gt;
* [[POP/IMAP Mail Client Setup]] - configure Outlook, Outlook Express, or Thunderbird&lt;br /&gt;
* [[SpamAssassin/ClamAV]] - protection from unwanted email&lt;br /&gt;
* [[Thunderbird on Linux and Solaris]] - GUI mail client&lt;br /&gt;
&lt;br /&gt;
==Web Development==&lt;br /&gt;
* [[Web Introduction]]&lt;br /&gt;
* [[CGI]]&lt;br /&gt;
* [[PHP]]&lt;br /&gt;
&lt;br /&gt;
==Login services==&lt;br /&gt;
* [[SSH/SCP/SFTP]]&lt;br /&gt;
&lt;br /&gt;
==Workstations in CSEE Department==&lt;br /&gt;
* [[CSEE Computer Installation]]&lt;br /&gt;
* [[Supported Hardware]]&lt;br /&gt;
* [[Supported Operating Systems]]&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
* [[StarOffice 8]]&lt;br /&gt;
* [[Internet Applications]] - Firefox, Seamonkey&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous Documentation==&lt;br /&gt;
* [http://java.sun.com/products/jdk/1.2/docs/ Java Documentation]&lt;br /&gt;
* [http://docs.sun.com/ Sun Software/Hardware Documentation]&lt;br /&gt;
* [http://www.linuxdoc.org/ Linux Documentation Project]&lt;br /&gt;
&lt;br /&gt;
==Diary==&lt;br /&gt;
* [[Systems Diary]]&lt;br /&gt;
&lt;br /&gt;
==Other UMBC IT Sites==&lt;br /&gt;
* [http://www.umbc.edu/oit/ OIT]&lt;br /&gt;
* [http://noc.umbc.edu/ OIT Networks]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=SpamAssassin/ClamAV&amp;diff=125</id>
		<title>SpamAssassin/ClamAV</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=SpamAssassin/ClamAV&amp;diff=125"/>
		<updated>2007-01-09T18:58:01Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: /* Setting Up Spam Assassin and Clam Assassin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
Spam Assassin 3.1.4 and Clam Assassin 1.2.3 are now available for use. Spam Assassin is used to identify e-mails which have spam characteristics, while Clam Assassin uses [http://www.clamav.net/ ClamAV] to identify virus signatures. Short instructions are available to add Clam Assassin Only if the Spam Assassin check has been implemented.&lt;br /&gt;
&lt;br /&gt;
Neither Spam Assassin nor Clam Assassin are enabled by default. Even though these are some of the best tools available, they are also known to filter out valid emails too. They are to be used at your own risk. &lt;br /&gt;
&lt;br /&gt;
==Setting Up Spam Assassin and Clam Assassin==&lt;br /&gt;
&lt;br /&gt;
# Log into your CSEE UNIX shell account.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Edit/create a ~/.forward file in your home directory (this sample [http://www.cs.umbc.edu/systems-wiki-test/.forward .forward] can be downloaded.)&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
#*You want a single line which pipes all mail to procmail as shown here (replace &#039;&#039;&#039;&#039;&#039;your_username&#039;&#039;&#039;&#039;&#039; with your actual username):&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;&amp;quot;|IFS=&#039; &#039; &amp;amp;&amp;amp; exec /usr/local/bin/procmail -f- || exit 75 #your_username&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;example:&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;&amp;quot;|IFS=&#039; &#039; &amp;amp;&amp;amp; exec /usr/local/bin/procmail -f- || exit 75 #brianb&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Edit/create a ~/.procmailrc file (this sample [http://www.cs.umbc.edu/systems-wiki-test/.procmailrc .procmailrc] can be downloaded).&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
#* If you do not have a .procmailrc file, this is needed:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;MAILDIR=$HOME/mail&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0fw&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;| /cs/bin/spamassassin&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0:&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;* ^X-Spam-Status: Yes&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;caughtspam&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0fw&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;| /cs/bin/clamassassin&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0:&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;* ^X-Virus-Status: Yes&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;virus&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
#* If you have a working .procmailrc file, copy all of the lines above except for the line beginning with &amp;lt;code&amp;gt;MAILDIR&amp;lt;/code&amp;gt; and place them near or at the top of your rules.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Let a few emails arrive. Spam Assassin will automatically create a .spamassassin directory and files within that directory.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Frequently review your &amp;quot;caughtspam&amp;quot; mail folder. Messages older than 60 days will automatically get purged. Messages that are identified as viruses will be stored in the &amp;quot;virus&amp;quot; mail folder. &#039;&#039;&#039;&#039;&#039;Do not&#039;&#039;&#039;&#039;&#039; attempt to open any e-mails placed in the &amp;quot;virus&amp;quot; folder since they may take advantage of a bug in a mail client and automatically execute. Please contact the CSEEIT Systems group if you need to safely review any message with viruses.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Options are available in the &amp;lt;code&amp;gt;~/.spamassassin/user_prefs&amp;lt;/code&amp;gt; file to better catch spam messages (and better prevent false positives). See the [http://spamassassin.apache.org/full/3.0.x/dist/doc/Mail_SpamAssassin_Conf.html#user_preferences User Preferences] section in the [http://spamassassin.apache.org/full/3.0.x/dist/doc/Mail_SpamAssassin_Conf.html Spam Assassin Configuration Page] for details.&lt;br /&gt;
&lt;br /&gt;
==Adding Only Clam Assassin (with Spam Assassin already enabled)==&lt;br /&gt;
&lt;br /&gt;
# Log into your CSEE UNIX shell account.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
# Edit ~/.procmailrc . Find the lines:&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0fw&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;| /cs/bin/spamassassin&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0:&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;* ^X-Spam-Status: Yes&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;caughtspam&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;and add:&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0fw&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;| /cs/bin/clamassassin&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;:0:&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;* ^X-Virus-Status: Yes&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;virus&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Help:Editing&amp;diff=266</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Help:Editing&amp;diff=266"/>
		<updated>2007-01-08T17:45:07Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Added wiki guide link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some useful links:&lt;br /&gt;
&lt;br /&gt;
[http://www.mediawiki.org/wiki/Help:Editing_pages How to edit a wiki page]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=SSH/SCP/SFTP&amp;diff=213</id>
		<title>SSH/SCP/SFTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=SSH/SCP/SFTP&amp;diff=213"/>
		<updated>2007-01-08T17:38:41Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: added interactive servers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Interactive Servers==&lt;br /&gt;
&lt;br /&gt;
CSEE provides interactive login machines for the following Operating Systems:&lt;br /&gt;
&lt;br /&gt;
* Solaris 8&lt;br /&gt;
** sunserver1.cs.umbc.edu&lt;br /&gt;
** sunserver2.cs.umbc.edu&lt;br /&gt;
** sunserver3.cs.umbc.edu&lt;br /&gt;
* Linux (Redhat 9)&lt;br /&gt;
** linuxserver1.cs.umbc.edu&lt;br /&gt;
** linuxserver2.cs.umbc.edu &lt;br /&gt;
&lt;br /&gt;
==SSH Clients==&lt;br /&gt;
&lt;br /&gt;
* Macintosh&lt;br /&gt;
** Mac OS X has ssh available at the command line.&lt;br /&gt;
** Mac OS System 7 through 9 can use NiftySSH http://www.lysator.liu.se/~jonasw/freeware/niftyssh/  &lt;br /&gt;
* Linux&lt;br /&gt;
** On CSEE servers and workstations&amp;lt;br/&amp;gt;/usr/bin/ssh&lt;br /&gt;
** The portable source is availale from OpenSSH&amp;lt;br/&amp;gt;Site: http://www.openssh.org&lt;br /&gt;
* Windows&lt;br /&gt;
** Putty is the recommened SSH client&amp;lt;br/&amp;gt;http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&lt;br /&gt;
** OIT distributes Tera Term&amp;lt;br/&amp;gt;http://www.umbc.edu/oit/software/pages/TermSSH.htm &lt;br /&gt;
* Solaris&lt;br /&gt;
** On CSEE servers and workstations&amp;lt;br/&amp;gt;Solaris 8: /usr/site/bin/ssh&amp;lt;br/&amp;gt;Earlier Solaris releases: /usr/local/bin/ssh&lt;br /&gt;
** The portable source is availale from OpenSSH&amp;lt;br/&amp;gt;Site: http://www.openssh.org&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Main_Page&amp;diff=21</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Main_Page&amp;diff=21"/>
		<updated>2007-01-08T16:36:41Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome==&lt;br /&gt;
&amp;lt;big&amp;gt;Please read the [[introduction]] to CSEE computing first.&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Using [http://www.umbc.edu/oit/sans/helpdesk/Unix/index.html UNIX] at UMBC&amp;lt;br&amp;gt;&lt;br /&gt;
[[Register]] to get a CSEE computer account.&amp;lt;br&amp;gt;&lt;br /&gt;
[http://my.cs.umbc.edu/ Support Portal] - manage tickets, password, groups, and contact information&lt;br /&gt;
&lt;br /&gt;
==Mail Configuration and Usage==&lt;br /&gt;
* [[Forward Email to another account]] - Mail delivery to a remote mailbox&lt;br /&gt;
* [http://www.washington.edu/pine/user-guide/ Pine] - terminal window mail client&lt;br /&gt;
* [[POP/IMAP Mail Client Setup]] - configure Outlook, Outlook Express, or Thunderbird&lt;br /&gt;
* [[SpamAssassin/ClamAV]] - protection from unwanted email&lt;br /&gt;
* [[Thunderbird on Linux and Solaris]] - GUI mail client&lt;br /&gt;
&lt;br /&gt;
==Web Development==&lt;br /&gt;
* [[Web Introduction]]&lt;br /&gt;
* [[CGI]]&lt;br /&gt;
* [[PHP]]&lt;br /&gt;
&lt;br /&gt;
==Login services==&lt;br /&gt;
* [[SSH/SCP/SFTP]]&lt;br /&gt;
&lt;br /&gt;
==Workstations in CSEE Department==&lt;br /&gt;
* [[CSEE Computer Installation]]&lt;br /&gt;
* [[Supported Hardware]]&lt;br /&gt;
* [[Supported Operating Systems]]&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
* [[StarOffice 8]]&lt;br /&gt;
* [[Internet Applications]] - Firefox, Seamonkey&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous Documentation==&lt;br /&gt;
* [http://java.sun.com/products/jdk/1.2/docs/ Java Documentation]&lt;br /&gt;
* [http://docs.sun.com/ Sun Software/Hardware Documentation]&lt;br /&gt;
* [http://www.linuxdoc.org/ Linux Documentation Project]&lt;br /&gt;
&lt;br /&gt;
==Other UMBC IT Sites==&lt;br /&gt;
* [http://www.umbc.edu/oit/ OIT]&lt;br /&gt;
* [http://noc.umbc.edu/ OIT Networks]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Web_Browsers&amp;diff=265</id>
		<title>Web Browsers</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Web_Browsers&amp;diff=265"/>
		<updated>2007-01-08T16:34:59Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Web Browsers moved to Internet Applications&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Internet Applications]]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Internet_Applications&amp;diff=247</id>
		<title>Internet Applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Internet_Applications&amp;diff=247"/>
		<updated>2007-01-08T16:34:59Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Web Browsers moved to Internet Applications&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
&lt;br /&gt;
Firefox - Web Browser&lt;br /&gt;
&lt;br /&gt;
SeaMonkey - Suite with Web Browser, POP/IMAP Email, News Reader, and HTML Composer/Editor. This is the next generation version of the old Mozilla Suite.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Special usage note:&#039;&#039;&#039; Running Firefox after SeaMonkey or vice versa may result in an application crash so it is advised to run only one or the other.&lt;br /&gt;
&lt;br /&gt;
==Firefox==&lt;br /&gt;
&lt;br /&gt;
===Solaris 8===&lt;br /&gt;
&lt;br /&gt;
* Set your LD_LIBRARY_PATH environment variable.&lt;br /&gt;
** For the csh or tcsh shells, use&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;setenv LD_LIBRARY_PATH /usr/site/lib&amp;lt;/code&amp;gt;&lt;br /&gt;
** All other shells, use&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;LD_LIBRARY_PATH=/usr/site/lib&amp;lt;br/&amp;gt;export LD_LIBRARY_PATH&amp;lt;/code&amp;gt;&lt;br /&gt;
* Type the command&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;/cs/firefox/firefox&amp;lt;/code&amp;gt;&lt;br /&gt;
* If a window appears warning that patches are not installed, open a [http://my.cs.umbc.edu CSEEIT trouble ticket] with the machine&#039;s hostname to have the machine set up to run Firefox.&lt;br /&gt;
* Include the &amp;lt;code&amp;gt;/cs/firefox&amp;lt;/code&amp;gt; directory in your path.&lt;br /&gt;
** In your .cshrc file, add the following line:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;path = ( /cs/firefox $path )&amp;lt;/code&amp;gt;&lt;br /&gt;
** Log out, then back in. (only need to do this the first time)&lt;br /&gt;
** Type &amp;lt;code&amp;gt;firefox&amp;lt;/code&amp;gt; on the command line.&lt;br /&gt;
&lt;br /&gt;
===Red Hat 9===&lt;br /&gt;
&lt;br /&gt;
====Access from Command Line====&lt;br /&gt;
&lt;br /&gt;
* Type the command&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;/cs/firefox/firefox&amp;lt;/code&amp;gt;&lt;br /&gt;
* Include the &amp;lt;code&amp;gt;/cs/firefox&amp;lt;/code&amp;gt; directory in your path.&lt;br /&gt;
** In your .cshrc file, add the following line:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;path = ( /cs/firefox $path )&amp;lt;/code&amp;gt;&lt;br /&gt;
** Log out, then back in. (only need to do this the first time)&lt;br /&gt;
** Type &amp;lt;code&amp;gt;firefox&amp;lt;/code&amp;gt; on the command line.&lt;br /&gt;
&lt;br /&gt;
====Access from GNOME Desktop====&lt;br /&gt;
&lt;br /&gt;
* Right-click on the GNOME panel (close enough windows if there is no empty space in your panel).&lt;br /&gt;
* Highlight the &amp;quot;Add to Panel&amp;quot; menu item and click &amp;quot;Launcher...&amp;quot; in the sub-menu.&lt;br /&gt;
* For the Name, type in: Firefox&lt;br /&gt;
* For the Generic name, type in: Firefox&lt;br /&gt;
* For the Command, type in: /cs/firefox/firefox&lt;br /&gt;
* Click the Icon squre (it will say No Icon by default)&lt;br /&gt;
* In the new icon selection window, type: /cs/firefox/chrome/icons/default/default.xpm&lt;br /&gt;
* Click the OK button. The icon selection window will close.&lt;br /&gt;
* Click the OK button. The Create Launcher window will close.&lt;br /&gt;
* Adjust the location of the Firefox icon as needed in your GNOME panel by dragging and dropping.&lt;br /&gt;
&lt;br /&gt;
==SeaMonkey==&lt;br /&gt;
&lt;br /&gt;
===Solaris 8===&lt;br /&gt;
&lt;br /&gt;
* Set your LD_LIBRARY_PATH environment variable.&lt;br /&gt;
** For the csh or tcsh shells, use&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;setenv LD_LIBRARY_PATH /usr/site/lib&amp;lt;/code&amp;gt;&lt;br /&gt;
** All other shells, use&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;LD_LIBRARY_PATH=/usr/site/lib&amp;lt;br/&amp;gt;export LD_LIBRARY_PATH&amp;lt;/code&amp;gt;&lt;br /&gt;
* Type the command&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;/cs/seamonkey/seamonkey&amp;lt;/code&amp;gt;&lt;br /&gt;
* If a window appears warning that patches are not installed, open a [http://my.cs.umbc.edu CSEEIT trouble ticket] with the machine&#039;s hostname to have the machine set up to run SeaMonkey.&lt;br /&gt;
* Include the &amp;lt;code&amp;gt;/cs/seamonkey&amp;lt;/code&amp;gt; directory in your path.&lt;br /&gt;
** In your .cshrc file, add the following line:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;path = ( /cs/seamonkey $path )&amp;lt;/code&amp;gt;&lt;br /&gt;
** Log out, then back in. (only need to do this the first time)&lt;br /&gt;
** Type &amp;lt;code&amp;gt;seamonkey&amp;lt;/code&amp;gt; on the command line.&lt;br /&gt;
&lt;br /&gt;
===Red Hat 9===&lt;br /&gt;
&lt;br /&gt;
====Access from Command Line====&lt;br /&gt;
&lt;br /&gt;
* Type the command&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;/cs/seamonkey/seamonkey&amp;lt;/code&amp;gt;&lt;br /&gt;
* Include the &amp;lt;code&amp;gt;/cs/seamonkey&amp;lt;/code&amp;gt; directory in your path.&lt;br /&gt;
** In your .cshrc file, add the following line:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;path = ( /cs/seamonkey $path )&amp;lt;/code&amp;gt;&lt;br /&gt;
** Log out, then back in. (only need to do this the first time)&lt;br /&gt;
** Type &amp;lt;code&amp;gt;seamonkey&amp;lt;/code&amp;gt; on the command line.&lt;br /&gt;
&lt;br /&gt;
====Access from GNOME Desktop====&lt;br /&gt;
&lt;br /&gt;
* Right-click on the GNOME panel (close enough windows if there is no empty space in your panel).&lt;br /&gt;
* Highlight the &amp;quot;Add to Panel&amp;quot; menu item and click &amp;quot;Launcher...&amp;quot; in the sub-menu.&lt;br /&gt;
* For the Name, type in: SeaMonkey&lt;br /&gt;
* For the Generic name, type in: SeaMonkey&lt;br /&gt;
* For the Command, type in: /cs/seamonkey/seamonkey&lt;br /&gt;
* Click the Icon squre (it will say No Icon by default)&lt;br /&gt;
* In the new icon selection window, type: /cs/seamonkey/chrome/icons/default/default.xpm&lt;br /&gt;
* Click the OK button. The icon selection window will close.&lt;br /&gt;
* Click the OK button. The Create Launcher window will close.&lt;br /&gt;
* Adjust the location of the SeaMonkey icon as needed in your GNOME panel by dragging and dropping.&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=StarOffice&amp;diff=264</id>
		<title>StarOffice</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=StarOffice&amp;diff=264"/>
		<updated>2007-01-08T16:34:28Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: StarOffice moved to StarOffice 8&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[StarOffice 8]]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Workstation_Supported_OS&amp;diff=263</id>
		<title>Workstation Supported OS</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Workstation_Supported_OS&amp;diff=263"/>
		<updated>2007-01-08T16:33:41Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Workstation Supported OS moved to Supported Operating Systems&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Supported Operating Systems]]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Supported_Operating_Systems&amp;diff=238</id>
		<title>Supported Operating Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Supported_Operating_Systems&amp;diff=238"/>
		<updated>2007-01-08T16:33:41Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Workstation Supported OS moved to Supported Operating Systems&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==CSEE Operating Systems==&lt;br /&gt;
&lt;br /&gt;
The Operating Systems which CSEEIT supports are the following:&lt;br /&gt;
&lt;br /&gt;
* Solaris 8&lt;br /&gt;
* Redhat Linux 9 &lt;br /&gt;
&lt;br /&gt;
All systems that are supported must be approved by CSEEIT.&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Workstation_Supported_Hardware&amp;diff=262</id>
		<title>Workstation Supported Hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Workstation_Supported_Hardware&amp;diff=262"/>
		<updated>2007-01-08T16:32:59Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Workstation Supported Hardware moved to Supported Hardware&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Supported Hardware]]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Supported_Hardware&amp;diff=226</id>
		<title>Supported Hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Supported_Hardware&amp;diff=226"/>
		<updated>2007-01-08T16:32:59Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Workstation Supported Hardware moved to Supported Hardware&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Current Architectures==&lt;br /&gt;
&lt;br /&gt;
The only Architectures CSEEIT supports are the following:&lt;br /&gt;
&lt;br /&gt;
* Sun UltraSparc II and higher (Solaris)&lt;br /&gt;
* Intel Pentium IV and higher (Linux) &lt;br /&gt;
&lt;br /&gt;
All systems which need support from CSEEIT must be approved.&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Workstation_Installation&amp;diff=261</id>
		<title>Workstation Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Workstation_Installation&amp;diff=261"/>
		<updated>2007-01-08T16:32:10Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Workstation Installation moved to CSEE Computer Installation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[CSEE Computer Installation]]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=CSEE_Computer_Installation&amp;diff=223</id>
		<title>CSEE Computer Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=CSEE_Computer_Installation&amp;diff=223"/>
		<updated>2007-01-08T16:32:10Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Workstation Installation moved to CSEE Computer Installation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==CSEE Computer Installation==&lt;br /&gt;
&lt;br /&gt;
CSEEIT installs Linux and Solaris by request to any CSEE computer system (assuming the hardware is compatible).&lt;br /&gt;
&lt;br /&gt;
A CSEEIT Systems Trouble Ticket will need to opened to request a new install. Please use the interface at http://my.cs.umbc.edu&lt;br /&gt;
&lt;br /&gt;
Please provide the following information:&lt;br /&gt;
&lt;br /&gt;
* Location of Computers&lt;br /&gt;
* Type of machine&lt;br /&gt;
* Host name&lt;br /&gt;
&lt;br /&gt;
You can find the operating systems provided by going [[Workstation Supported OS|here]].&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=SSH&amp;diff=260</id>
		<title>SSH</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=SSH&amp;diff=260"/>
		<updated>2007-01-08T16:31:06Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: SSH moved to SSH/SCP/SFTP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[SSH/SCP/SFTP]]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=SSH/SCP/SFTP&amp;diff=212</id>
		<title>SSH/SCP/SFTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=SSH/SCP/SFTP&amp;diff=212"/>
		<updated>2007-01-08T16:31:06Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: SSH moved to SSH/SCP/SFTP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==SSH Clients==&lt;br /&gt;
&lt;br /&gt;
* Macintosh&lt;br /&gt;
** Mac OS X has ssh available at the command line.&lt;br /&gt;
** Mac OS System 7 through 9 can use NiftySSH http://www.lysator.liu.se/~jonasw/freeware/niftyssh/  &lt;br /&gt;
* Linux&lt;br /&gt;
** On CSEE servers and workstations&amp;lt;br/&amp;gt;/usr/bin/ssh&lt;br /&gt;
** The portable source is availale from OpenSSH&amp;lt;br/&amp;gt;Site: http://www.openssh.org&lt;br /&gt;
* Windows&lt;br /&gt;
** Putty is the recommened SSH client&amp;lt;br/&amp;gt;http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&lt;br /&gt;
** OIT distributes Tera Term&amp;lt;br/&amp;gt;http://www.umbc.edu/oit/software/pages/TermSSH.htm &lt;br /&gt;
* Solaris&lt;br /&gt;
** On CSEE servers and workstations&amp;lt;br/&amp;gt;Solaris 8: /usr/site/bin/ssh&amp;lt;br/&amp;gt;Earlier Solaris releases: /usr/local/bin/ssh&lt;br /&gt;
** The portable source is availale from OpenSSH&amp;lt;br/&amp;gt;Site: http://www.openssh.org&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Mozilla_Thunderbird&amp;diff=259</id>
		<title>Mozilla Thunderbird</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Mozilla_Thunderbird&amp;diff=259"/>
		<updated>2007-01-08T16:30:09Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Mozilla Thunderbird moved to Thunderbird on Linux and Solaris&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Thunderbird on Linux and Solaris]]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Setup&amp;diff=258</id>
		<title>Setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Setup&amp;diff=258"/>
		<updated>2007-01-08T16:29:14Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Setup moved to POP/IMAP Mail Client Setup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[POP/IMAP Mail Client Setup]]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=IMAP_Mail_Client_Setup&amp;diff=176</id>
		<title>IMAP Mail Client Setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=IMAP_Mail_Client_Setup&amp;diff=176"/>
		<updated>2007-01-08T16:29:14Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Setup moved to POP/IMAP Mail Client Setup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
The CSEE mail servers use a secure connection for incoming and outgoing mail; so you will need to customize your mail client in order to read and send e-mail on your CSEE account. This page explains how to configure your e-mail client for the CSEE Mail Services. This page will discuss Thunderbird, Microsoft Outlook, and MS Outlook Express. If you use a different client, please refer to your client&#039;s documentation. You will need to set up your client for the following services:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Service&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Server name&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Port&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Secure IMAP&lt;br /&gt;
|imap.cs.umbc.edu&lt;br /&gt;
|993&lt;br /&gt;
|-&lt;br /&gt;
|Secure POP&lt;br /&gt;
|imap.cs.umbc.edu&lt;br /&gt;
|995&lt;br /&gt;
|-&lt;br /&gt;
|Secure SMTP&lt;br /&gt;
|smtp.cs.umbc.edu&lt;br /&gt;
|25&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; For Thunderbird and Microsoft Outlook, the same installation steps can be followed for both IMAP and POP server types. Outlook Express, however, must be configured to use POP. (see below)&lt;br /&gt;
&lt;br /&gt;
==Thunderbird (Windows/Mac OS/Linux)==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Set up a new account.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve just downloaded/installed Thunderbird, then the New Account Setup dialog will pop up when you start Thunderbird. Otherwise, from the &#039;&#039;&#039;File&#039;&#039;&#039; menu, select &#039;&#039;&#039;New&#039;&#039;&#039;, and then select &#039;&#039;&#039;Account&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:thunderbird-1.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|For the type of account, choose &#039;&#039;&#039;E-mail account&#039;&#039;&#039; and click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:thunderbird-2.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|For &#039;&#039;&#039;Your Name&#039;&#039;&#039;, enter your real name. (first and last name)&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;E-mail Address&#039;&#039;&#039;, enter your CSEE e-mail address.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Next&#039;&#039;&#039; to proceed.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:thunderbird-3.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Enter information for mail servers.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the type of incoming mail server. You may select either &#039;&#039;&#039;POP&#039;&#039;&#039; or &#039;&#039;&#039;IMAP&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For the name of the &#039;&#039;&#039;Incoming Server&#039;&#039;&#039;, you must type in &amp;quot;imap.cs.umbc.edu&amp;quot;, even if you are using POP rather than IMAP.&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039;, type in &amp;quot;smtp.cs.umbc.edu&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Next&#039;&#039;&#039; to proceed.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:thunderbird-4-imap.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:thunderbird-4-pop.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Enter your CSEE login name for both &#039;&#039;&#039;Incoming User Name&#039;&#039;&#039; and &#039;&#039;&#039;Outgoing User Name&#039;&#039;&#039;, and then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:thunderbird-5.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Enter the name you want Thunderbird to refer to your new account and click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Review the settings you&#039;ve selected for your new account and then click &#039;&#039;&#039;Finish&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Your new account is now set up, but there are still more things to configure for Thunderbird to use the CSEE mail services.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:thunderbird-6.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Change incoming mail settings.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You need to set up Thunderbird to use a secure (SSL-enabled) IMAP/POP server.&lt;br /&gt;
&lt;br /&gt;
From the &#039;&#039;&#039;Tools&#039;&#039;&#039; Menu (Windows/Mac OS) or the &#039;&#039;&#039;Edit&#039;&#039;&#039; menu (Linux), select &#039;&#039;&#039;Account Settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Under the account you just created, (labelled &#039;&#039;&#039;E-mail&#039;&#039;&#039; in the screenshot to the right) select &#039;&#039;&#039;Server Settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Change &#039;&#039;&#039;Port&#039;&#039;&#039; number:&lt;br /&gt;
* If you&#039;re using IMAP, change it to 993.&lt;br /&gt;
* If you&#039;re using POP, change it to 995.&lt;br /&gt;
&lt;br /&gt;
Under &#039;&#039;&#039;Security Settings&#039;&#039;&#039;, select &#039;&#039;&#039;SSL&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:thunderbird-7-imap.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Change outgoing mail settings.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
On the menu to the left, select &#039;&#039;&#039;Outgoing Server (SMTP)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Highlight your outgoing mail settings (smtp.cs.umbc.edu) and select &#039;&#039;&#039;Edit&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:thunderbird-8.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Under &#039;&#039;&#039;Security and Authentication&#039;&#039;&#039;, make sure &#039;&#039;&#039;Use name and password&#039;&#039;&#039; is selected.&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;User Name&#039;&#039;&#039;, enter your login name.&lt;br /&gt;
&lt;br /&gt;
Under &#039;&#039;&#039;Use Secure Connection&#039;&#039;&#039;, select &#039;&#039;&#039;TLS&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;OK&#039;&#039;&#039; to close this dialog and &#039;&#039;&#039;OK&#039;&#039;&#039; again to close Account Settings and save your changes.&lt;br /&gt;
&lt;br /&gt;
Thunderbird is now ready to send and receive mail!&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:thunderbird-9.png]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Microsoft Outlook==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Set up a new Account&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re starting up Outlook for the first time, you&#039;ll see a new e-mail account wizard pop up. Otherwise, create a new e-mail account by selecting &#039;&#039;&#039;E-mail Accounts&#039;&#039;&#039; from the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Add a new e-mail account&#039;&#039;&#039; and then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:outlook0.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Under &#039;&#039;&#039;Server Type&#039;&#039;&#039;, select &#039;&#039;&#039;IMAP&#039;&#039;&#039; to use IMAP for your incoming mail or &#039;&#039;&#039;POP3&#039;&#039;&#039; to use POP. Other server types are not supported by CSEE.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Next&#039;&#039;&#039; to continue.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:outlook1.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Under &#039;&#039;&#039;User Information&#039;&#039;&#039;, enter your full name for &#039;&#039;&#039;Your Name&#039;&#039;&#039; and your CSEE e-mail address for &#039;&#039;&#039;E-mail address&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Under &#039;&#039;&#039;Server Information&#039;&#039;&#039;, enter &amp;quot;imap.cs.umbc.edu&amp;quot; for &#039;&#039;&#039;Incoming mail server (IMAP/POP)&#039;&#039;&#039;  (use this address for both POP and IMAP) and enter &amp;quot;smtp.cs.umbc.edu&amp;quot; for &#039;&#039;&#039;Outgoing mail server (SMTP)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Under &#039;&#039;&#039;Logon Information&#039;&#039;&#039;, enter your login name for &#039;&#039;&#039;User Name&#039;&#039;&#039; and your login password for &#039;&#039;&#039;Password&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click on &#039;&#039;&#039;More Settings&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:outlook2.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Click the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Check the box that says &#039;&#039;&#039;My outgoing server (SMTP) requires authentication.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make sure &#039;&#039;&#039;Use same settings as my incoming mail server&#039;&#039;&#039; is selected.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:outlook3.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Click the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under &#039;&#039;&#039;Server Port Numbers&#039;&#039;&#039;, for both &#039;&#039;&#039;Incoming Server (IMAP/POP)&#039;&#039;&#039; and &#039;&#039;&#039;Outgoing Server (SMTP)&#039;&#039;&#039;, check the boxes that says &#039;&#039;&#039;The server requires an encrypted connection (SSL).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using IMAP, make sure the &#039;&#039;&#039;Incoming Server&#039;&#039;&#039; port number is set to 993. If you&#039;re using POP, make sure it&#039;s set to 995.&lt;br /&gt;
&lt;br /&gt;
Make sure the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; port number is set to 25.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;OK&#039;&#039;&#039; to close the More Settings dialog, and then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You are now configured to use CSEE mail services!&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:outlook4.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Microsoft Outlook Express==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; Due to incompatibilities with other email client software, IMAP is not supported. If you use Outlook Express, you should use POP.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&#039;&#039;&#039;Set up a New Account&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using Outlook Express for the first time, you should see an Internet Connection Wizard dialog pop up. Otherwise, create a new e-mail account by selecting &#039;&#039;&#039;Accounts&#039;&#039;&#039; from the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu. Click &#039;&#039;&#039;Add&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;Display name&#039;&#039;&#039;, enter you real name and click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;E-mail address&#039;&#039;&#039;, enter your UMBC CSEE e-mail address. Click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:outlookx0.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[Image:outlookx1.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[Image:outlookx2.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Select the type of e-mail server you want to use. Remember, only &#039;&#039;&#039;POP3&#039;&#039;&#039; is supported for Outlook Express.&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;Incoming mail (POP3, IMAP, or HTTP)&#039;&#039;&#039; server, enter &amp;quot;imap.cs.umbc.edu&amp;quot; (use this address even if you&#039;re using POP).&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;Outgoing mail (SMTP) server&#039;&#039;&#039;, enter &amp;quot;smtp.cs.umbc.edu&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:outlookx3.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Enter your CSEE login name for &#039;&#039;&#039;Account Name&#039;&#039;&#039;, and your login password for &#039;&#039;&#039;Password&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You&#039;ve now set up an account for Outlook Express, but you still need to make some more adjustments in order to use the CSEE mail services.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:outlookx4.JPG]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Edit your Account Settings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu, select &#039;&#039;&#039;Accounts&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select your newly created account and click &#039;&#039;&#039;Properties&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:oe-01.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Click the &#039;&#039;&#039;Servers&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under &#039;&#039;&#039;Outgoing Mail Server&#039;&#039;&#039;, check the box labelled &#039;&#039;&#039;My server requires authentication&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Settings&#039;&#039;&#039;.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:oe-pop-02.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Make sure &#039;&#039;&#039;Use same settings as my incoming mail server&#039;&#039;&#039; is selected.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;OK&#039;&#039;&#039; to close this dialog.&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:oe-03.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Click the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under both &#039;&#039;&#039;Outgoing Mail (SMTP)&#039;&#039;&#039; and &#039;&#039;&#039;Incoming Mail (POP)&#039;&#039;&#039;, check the boxes labelled &#039;&#039;&#039;This server requires a secure connection (SSL)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;Incoming Mail&#039;&#039;&#039;, make sure 25 is the port number.&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;Outgoing Mail&#039;&#039;&#039;, make sure 995 is the port number.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;OK&#039;&#039;&#039; to close the Properties window, and then click &#039;&#039;&#039;Close&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You are now set up to use CSEE mail services!&lt;br /&gt;
|&amp;lt;br/&amp;gt;[[Image:oe-pop-04.jpg]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Forward&amp;diff=257</id>
		<title>Forward</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Forward&amp;diff=257"/>
		<updated>2007-01-08T16:25:15Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Forward moved to Forward Email to another account&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Forward Email to another account]]&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.umbc.edu/index.php?title=Forward_Email_to_another_account&amp;diff=120</id>
		<title>Forward Email to another account</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.umbc.edu/index.php?title=Forward_Email_to_another_account&amp;diff=120"/>
		<updated>2007-01-08T16:25:15Z</updated>

		<summary type="html">&lt;p&gt;Tevan1: Forward moved to Forward Email to another account&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Your CSEE email may be forwarded to another address. Forwarding your CSEE email means that the CSEE mail server will send your incoming email to another email address of your choice. This may be convenient for some users, but please note that copies of forwarded emails will not be kept on the CSEE servers.&lt;br /&gt;
&lt;br /&gt;
==Directions to forward your CSEE email==&lt;br /&gt;
&lt;br /&gt;
1. Log into your CSEE UNIX shell account.&lt;br /&gt;
&lt;br /&gt;
2. Type the following shell command to backup any existing email forwarding information:&lt;br /&gt;
   mv -f ~/.forward ~/.forward-old&lt;br /&gt;
3. Type the shell command below to create your email forward:&lt;br /&gt;
   echo youremail@goes.here &amp;gt; ~/.forward&lt;br /&gt;
* Replace &amp;lt;code&amp;gt;youremail@goes.here&amp;lt;/code&amp;gt; with the email address where you want to forward your email to.&lt;br /&gt;
* This command created a new file in your home directory called &amp;lt;code&amp;gt;.forward&amp;lt;/code&amp;gt; with your forwarding email address inside it.&lt;/div&gt;</summary>
		<author><name>Tevan1</name></author>
	</entry>
</feed>