<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.lib.sun.ac.za/index.php?action=history&amp;feed=atom&amp;title=SUNScholar%2FPrepare_Ubuntu%2FS07%2FTesting</id>
	<title>SUNScholar/Prepare Ubuntu/S07/Testing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.lib.sun.ac.za/index.php?action=history&amp;feed=atom&amp;title=SUNScholar%2FPrepare_Ubuntu%2FS07%2FTesting"/>
	<link rel="alternate" type="text/html" href="http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/Prepare_Ubuntu/S07/Testing&amp;action=history"/>
	<updated>2026-05-02T21:08:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.2</generator>
	<entry>
		<id>http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/Prepare_Ubuntu/S07/Testing&amp;diff=44353&amp;oldid=prev</id>
		<title>Hgibson: Hgibson moved page SUNScholar/Prepare Ubuntu/S07/Optional to SUNScholar/Prepare Ubuntu/S07/Testing without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/Prepare_Ubuntu/S07/Testing&amp;diff=44353&amp;oldid=prev"/>
		<updated>2016-08-26T10:57:33Z</updated>

		<summary type="html">&lt;p&gt;Hgibson moved page &lt;a href=&quot;/index.php?title=SUNScholar/Prepare_Ubuntu/S07/Optional&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;SUNScholar/Prepare Ubuntu/S07/Optional (page does not exist)&quot;&gt;SUNScholar/Prepare Ubuntu/S07/Optional&lt;/a&gt; to &lt;a href=&quot;/index.php/SUNScholar/Prepare_Ubuntu/S07/Testing&quot; title=&quot;SUNScholar/Prepare Ubuntu/S07/Testing&quot;&gt;SUNScholar/Prepare Ubuntu/S07/Testing&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 10:57, 26 August 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Hgibson</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/Prepare_Ubuntu/S07/Testing&amp;diff=42820&amp;oldid=prev</id>
		<title>Hgibson: Created page with &quot;&lt;center&gt;  '''Back to Step 07''' &lt;/center&gt;  The following are not required and are optional. ===Setup the email aliases=== Now we need to forw...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.lib.sun.ac.za/index.php?title=SUNScholar/Prepare_Ubuntu/S07/Testing&amp;diff=42820&amp;oldid=prev"/>
		<updated>2016-05-29T13:26:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;center&amp;gt;  &amp;#039;&amp;#039;&amp;#039;&lt;a href=&quot;/index.php/SUNScholar/Prepare_Ubuntu/S07&quot; title=&quot;SUNScholar/Prepare Ubuntu/S07&quot;&gt;Back to Step 07&lt;/a&gt;&amp;#039;&amp;#039;&amp;#039; &amp;lt;/center&amp;gt;  The following are not required and are optional. ===Setup the email aliases=== Now we need to forw...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
 '''[[SUNScholar/Prepare Ubuntu/S07|Back to Step 07]]'''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following are not required and are optional.&lt;br /&gt;
===Setup the email aliases===&lt;br /&gt;
Now we need to forward any email sent to local accounts on the server to email accounts of persons responsible for the repository.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;root&amp;quot; and &amp;quot;dspace user&amp;quot; email address forwarding are setup as follows.&lt;br /&gt;
&lt;br /&gt;
Type the following.&lt;br /&gt;
 sudo nano /etc/aliases&lt;br /&gt;
Add aliases as per example below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Added by installer for initial user&lt;br /&gt;
root:   me@my.edu.ac.za&lt;br /&gt;
dspace: me@my.edu.ac.za&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
''Change the '''me@my.edu.ac.za''' to your email address.''&lt;br /&gt;
&lt;br /&gt;
To activate the new aliases type the following:&lt;br /&gt;
 sudo newaliases&lt;br /&gt;
&lt;br /&gt;
===Send a test email to root===&lt;br /&gt;
Install the command line mailer program as follows:&lt;br /&gt;
 sudo apt-get install mailutils&lt;br /&gt;
Now we can send a test email to the root user by typing as follows:&lt;br /&gt;
 mail -s &amp;quot;Test Email from root&amp;quot; root&lt;br /&gt;
Press the &amp;quot;Enter&amp;quot; key and type some message content. Press '''CTL+D''' twice and then '''Enter''' to send the mail.&lt;br /&gt;
&lt;br /&gt;
Check the following log for any delivery errors as follows:&lt;br /&gt;
 sudo tail -n 20 /var/log/mail.log&lt;br /&gt;
If there are no delivery errors then your mail server is setup.&lt;/div&gt;</summary>
		<author><name>Hgibson</name></author>
		
	</entry>
</feed>