<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=RHELorCentOSusingEPEL</id>
	<title>RHELorCentOSusingEPEL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=RHELorCentOSusingEPEL"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=RHELorCentOSusingEPEL&amp;action=history"/>
	<updated>2026-08-22T05:38:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=RHELorCentOSusingEPEL&amp;diff=2879&amp;oldid=prev</id>
		<title>Admin: 3 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=RHELorCentOSusingEPEL&amp;diff=2879&amp;oldid=prev"/>
		<updated>2016-04-06T20:23:33Z</updated>

		<summary type="html">&lt;p&gt;3 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{OutdatedInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= RHEL / CentOS / EPEL installation =&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
&lt;br /&gt;
Install Red Hat Enterprise Linux 5 or [[CentOS]] 5 .&lt;br /&gt;
&lt;br /&gt;
Install the EPEL repository : http://fedoraproject.org/wiki/EPEL/FAQ#howtouse&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t know what the EPEL project is, please read http://fedoraproject.org/wiki/EPEL and the FAQ at http://fedoraproject.org/wiki/EPEL/FAQ .&lt;br /&gt;
&lt;br /&gt;
== The benefits of drawbacks of using the EPEL packages ==&lt;br /&gt;
&lt;br /&gt;
Using the EPEL repository is a lot faster than compiling all the required packages for RT missing in RHEL. Plus, as the EPEL project supports the packages, upgrade issues are minimized. However, the main drawback is that the current EPEL package is lagging behind the RT version currently available from [[BestPractical]].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Request Tracker 3 installation =&lt;br /&gt;
&lt;br /&gt;
Once EPEL is installed, run :&lt;br /&gt;
&lt;br /&gt;
# yum install rt3 rt3-mailgate&lt;br /&gt;
&lt;br /&gt;
This will install the rt3 and rt3-mailgate packages described at :&lt;br /&gt;
&lt;br /&gt;
http://download.fedora.redhat.com/pub/epel/5/x86_64/repoview/rt3.html and http://download.fedora.redhat.com/pub/epel/5/x86_64/repoview/rt3-mailgate.html&lt;br /&gt;
&lt;br /&gt;
You can now read the included installation notes and howto in the file at : /usr/share/doc/rt3-$version/README.fedora&lt;br /&gt;
&lt;br /&gt;
Your /etc/rt3/[[RT SiteConfig|RT_SiteConfig]].pm should probably include the following configuration variables :&lt;br /&gt;
&lt;br /&gt;
$rtname, $Organization, $Timezone, $[[WebBaseURL]], $[[WebPath]], $[[DatabaseType]], $[[DatabaseUser]], $[[DatabasePassword]], $[[DatabaseName]], $[[OwnerEmail]], $[[MaxAttachmentSize]], $[[DropLongAttachments]], $[[UseFriendlyToLine]], $[[NotifyActor]], $[[WebDefaultStylesheet]], $[[DefaultSummaryRows]], $[[OldestTransactionsFirst]], $[[CorrespondAddress]], $[[CommentAddress]], $[[SendmailArguments]] .&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Optional step : Postfix instead of Sendmail =&lt;br /&gt;
&lt;br /&gt;
To configure Postfix instead of [[SendMail]], run :&lt;br /&gt;
&lt;br /&gt;
# yum install postfix&lt;br /&gt;
&lt;br /&gt;
# chkconfig postfix on&lt;br /&gt;
&lt;br /&gt;
# chkconfig sendmail off&lt;br /&gt;
&lt;br /&gt;
# service sendmail stop&lt;br /&gt;
&lt;br /&gt;
# service postfix start&lt;br /&gt;
&lt;br /&gt;
You can now configure Postfix in /etc/postfix/main.cf and then add RT queue aliases in /etc/aliases. For instance, for a [mailto:support@yoursite support@yoursite] queue, add :&lt;br /&gt;
&lt;br /&gt;
support: |&amp;quot;/usr/sbin/rt-mailgate --queue support --action correspond --url [http://localhost/rt3/ http://localhost/rt3/&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
Note, for Postfix to be able to launch rt-mailgate, you either have to disable [[SELinux]] or use setsebool on the Postfix binary.&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>