<?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=ItsFinallyInstalledNowWhat</id>
	<title>ItsFinallyInstalledNowWhat - 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=ItsFinallyInstalledNowWhat"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=ItsFinallyInstalledNowWhat&amp;action=history"/>
	<updated>2026-08-23T16:32:41Z</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=ItsFinallyInstalledNowWhat&amp;diff=1736&amp;oldid=prev</id>
		<title>Admin: 6 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=ItsFinallyInstalledNowWhat&amp;diff=1736&amp;oldid=prev"/>
		<updated>2016-04-06T20:11:29Z</updated>

		<summary type="html">&lt;p&gt;6 revisions imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:11, 6 April 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key bestpractical_mediawiki1459887241:diff:1.41:old-1735:rev-1736 --&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=ItsFinallyInstalledNowWhat&amp;diff=1735&amp;oldid=prev</id>
		<title>94.202.226.162: /* root failed login */</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=ItsFinallyInstalledNowWhat&amp;diff=1735&amp;oldid=prev"/>
		<updated>2012-04-24T12:01:30Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;root failed login&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Request Tracker is finally installed, now what? =&lt;br /&gt;
&lt;br /&gt;
The [[RHEL4InstallGuide]] was very helpful in getting this dependency nightmare up and running. However, once it was finally working, it took some Wiki-diving and Googling to solve a few basic problems. It&amp;#039;s my hope that by putting the problems and solutions here I can save someone else the same effort.&lt;br /&gt;
&lt;br /&gt;
== root failed login ==&lt;br /&gt;
&lt;br /&gt;
The initial root password for the web interface is different than the database password you set in the Config file. Re-read the README. This is typically root/password.&lt;br /&gt;
&lt;br /&gt;
== Goal ==&lt;br /&gt;
&lt;br /&gt;
I wanted to have [[RequestTracker]] configured to accept tickets via E-mail into several queues and allow those submitting the requests to provide updates via E-mail and receive a notification when the request has been fulfilled. Optionally I wanted to allow them to see the status of the request any time via a web browser.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Problems/Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Associating E-mail addresses with RT queues ===&lt;br /&gt;
&lt;br /&gt;
See: [[SendmailWithoutQueueAliases]] for a slightly more elegent solution without using &amp;lt;code&amp;gt;/etc/aliases&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This was easy-- add new lines to the /etc/aliases file and change the --queue option. Most of the queues I set up had spaces in them, so I needed to use single quotes around the queue name. Don&amp;#039;t use double quotes like I did the first time or you&amp;#039;ll end up with double quotes embedded between the double quotes around the whole command line. As you might expect, this didn&amp;#039;t work at all.&lt;br /&gt;
&lt;br /&gt;
For example, for the queue &amp;quot;Dev Group&amp;quot; you might create the following /etc/aliases entries:&lt;br /&gt;
&lt;br /&gt;
 rt-dev: &amp;quot;|/etc/smrsh/rt-mailgate --queue &amp;#039;Dev Group&amp;#039; --action correspond --url http://your.host.name/rt/&amp;quot;&lt;br /&gt;
 rt-dev-comment: &amp;quot;|/etc/smrsh/rt-mailgate --queue &amp;#039;Dev Group&amp;#039; --action comment --url http://your.host.name/rt/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Allowing users to open tickets via E-mail ===&lt;br /&gt;
&lt;br /&gt;
The Wiki page on [[Rights]] was a great help here. When I first sent a message to the alias I had created I got a nasty-gram back:&lt;br /&gt;
&lt;br /&gt;
 RT could not load a valid user, and RT&amp;#039;s configuration does not allow&lt;br /&gt;
 for the creation of a new user for your email.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
This was solved by granting [[CreateTicket]] and [[ReplyToTicket]] to the group Everyone. This is done via Configuration - &amp;amp;gt; Queues - &amp;amp;gt; (queue name) - &amp;amp;gt; Group Rights in the web interface while logged in as the RT user &amp;quot;root&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Chris adds:&lt;br /&gt;
&lt;br /&gt;
After upgrading my RT from 3.4.5 to 3.6.1, I received this error message. The permissions were all set properly, but apparently 3.6.1 is less forgiving about the mailgate setup. My aliases line looked like this:&lt;br /&gt;
&lt;br /&gt;
 helpdesk: &amp;quot;|/usr/local/rt/bin/rt-mailgate --url http://rt.bluenoteweb.com/&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
In 3.4.5, RT assumed that the queue was General and the action was correspond. I changed my aliases line to this:&lt;br /&gt;
&lt;br /&gt;
 helpdesk: &amp;quot;|/usr/local/rt/bin/rt-mailgate --queue &amp;#039;General&amp;#039; --action correspond --url http://rt.bluenoteweb.com/&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
This solves the problem.&lt;br /&gt;
&lt;br /&gt;
=== Allowing users to respond via E-mail to tickets they&amp;#039;ve opened ===&lt;br /&gt;
&lt;br /&gt;
When the E-mail responses came back the !From: address wasn&amp;#039;t set to anything useful, since I hadn&amp;#039;t set this up properly when I created the queue. There are two fields in the Configuration - &amp;amp;gt; Queues - &amp;amp;gt; (queue name) - &amp;amp;gt; Basics configuration screen that need to match the E-mail aliases you created for this queue. The &amp;quot;Reply Address&amp;quot; should be the the one with the &amp;quot;--action correspond&amp;quot; and the &amp;quot;Comment Address&amp;quot; should be the one with the &amp;quot;--action comment&amp;quot;. In our example these would be &amp;quot;[mailto:rt-dev@your.host.name rt-dev@your.host.name]&amp;quot; and &amp;quot;[mailto:rt-dev-comment@your.host.name rt-dev-comment@your.host.name]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
After these were set up, sending a reply to a mail received gave the following less-than-helpful message in reply:&lt;br /&gt;
&lt;br /&gt;
 Subject: Message not recorded&lt;br /&gt;
 Permission Denied&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To get this sorted out I needed to grant [[ReplyToTicket]] to &amp;quot;Requestor&amp;quot; via the same Configuration - &amp;amp;gt; Queues - &amp;amp;gt; (queue name) - &amp;amp;gt; Group Rights path in the RT web interface as &amp;quot;root&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
For us, this turned out to be a simple issue of trying to update the ticket with a user that had been disabled in the system.&lt;br /&gt;
&lt;br /&gt;
=== Allow users to see their tickets via the web interface ===&lt;br /&gt;
&lt;br /&gt;
In a great stroke of luck, I ran across the Wiki page on [[SelfService]] which is a configuration to allow users to view their own tickets. The biggest change needed is to replace the default [[AutoReply]] template with the one on the [[AutogeneratedPassword]] page. Note that since this is an open Wiki you should sanity check the code before blindly pasting it in lest someone do something nasty with it.&lt;br /&gt;
&lt;br /&gt;
To use this new template change the &amp;quot;content&amp;quot; box in Configuration - &amp;amp;gt; Global - &amp;amp;gt; Templates - &amp;amp;gt; [[AutoReply]] to use the [[AutogeneratedPassword]] version. If you don&amp;#039;t want to blow away the default Autoreply template, though, you can instead create a new template on the same screen and then modify your global scrips so that this new template is sent to users instead of the Autoreply one.&lt;br /&gt;
&lt;br /&gt;
Additional rights are needed in either the Queue or Global configuration as described on the Rights page:&lt;br /&gt;
&lt;br /&gt;
* Everyone gets [[SeeQueue]]&lt;br /&gt;
* Everyone gets [[ModifySelf]] (so they can change their own password and other info)&lt;br /&gt;
* Requestors get [[ShowTicket]] (not essential, but a good backup if Everyone rights are later changed)&lt;br /&gt;
&lt;br /&gt;
=== Allow users to login with single sign-on ===&lt;br /&gt;
&lt;br /&gt;
See [[LdapSummary]].&lt;br /&gt;
&lt;br /&gt;
== Spam filtering ==&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re using RT to follow any public address like info@ or support@, you are likely to get a lot of spam. So you probably want to setup some [[SpamFiltering]].&lt;br /&gt;
&lt;br /&gt;
== Unsolved Problems ==&lt;br /&gt;
&lt;br /&gt;
=== Manipulate auto-added users ===&lt;br /&gt;
&lt;br /&gt;
I can forsee these users forgetting their passwords or otherwise needed help with their &amp;quot;account&amp;quot; yet I don&amp;#039;t see them listed along with manually created users. I currently have no idea how to manipulate these accounts short of doing some database-diving.&lt;br /&gt;
&lt;br /&gt;
Answer: Only users in the &amp;quot;Privileged&amp;quot; group (ie those which have the &amp;quot;Let this user be granted rights&amp;quot; checkbox ticked when they are created) show up in this list. You should find that you have the same problem even with manually created users if you don&amp;#039;t check this option (as they then go into the &amp;quot;Unprivileged&amp;quot; group). The only way I&amp;#039;ve found to find non-privileged users is if you know their userid (or enough of it to match them), as when you use the search function at the bottom of the &amp;quot;Select Users&amp;quot; page, this will search all users.&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m not sure how to change the default &amp;quot;Select Users&amp;quot; page to show all users, I only installed RT 3.4.3 an hour ago :-)&lt;br /&gt;
&lt;br /&gt;
one way is to search any email address with a period or a userid without a space.&lt;br /&gt;
&lt;br /&gt;
another way is to search for &amp;quot;%&amp;quot; which returns all users.&lt;/div&gt;</summary>
		<author><name>94.202.226.162</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=ItsFinallyInstalledNowWhat&amp;diff=1733&amp;oldid=prev</id>
		<title>203.134.63.222: /* Allow users to login with single sign-on */</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=ItsFinallyInstalledNowWhat&amp;diff=1733&amp;oldid=prev"/>
		<updated>2011-08-16T03:37:14Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Allow users to login with single sign-on&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 23:37, 15 August 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l81&quot;&gt;Line 81:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 81:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;See [[LdapSummary]].&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;See [[LdapSummary]].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;See [[Kerberos SSO with Active Directory Integration]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Spam filtering ==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Spam filtering ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key bestpractical_mediawiki1459887241:diff:1.41:old-1732:rev-1733:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>203.134.63.222</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=ItsFinallyInstalledNowWhat&amp;diff=1732&amp;oldid=prev</id>
		<title>81.134.139.242: /* Associating E-mail addresses with RT queues */ expand w/o into English</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=ItsFinallyInstalledNowWhat&amp;diff=1732&amp;oldid=prev"/>
		<updated>2011-06-16T08:57:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Associating E-mail addresses with RT queues: &lt;/span&gt; expand w/o into English&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Request Tracker is finally installed, now what? =&lt;br /&gt;
&lt;br /&gt;
The [[RHEL4InstallGuide]] was very helpful in getting this dependency nightmare up and running. However, once it was finally working, it took some Wiki-diving and Googling to solve a few basic problems. It&amp;#039;s my hope that by putting the problems and solutions here I can save someone else the same effort.&lt;br /&gt;
&lt;br /&gt;
== root failed login ==&lt;br /&gt;
&lt;br /&gt;
The initial root password for the web interface is different than the database password you set in the Config file. Re-read the README.&lt;br /&gt;
&lt;br /&gt;
== Goal ==&lt;br /&gt;
&lt;br /&gt;
I wanted to have [[RequestTracker]] configured to accept tickets via E-mail into several queues and allow those submitting the requests to provide updates via E-mail and receive a notification when the request has been fulfilled. Optionally I wanted to allow them to see the status of the request any time via a web browser.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Problems/Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Associating E-mail addresses with RT queues ===&lt;br /&gt;
&lt;br /&gt;
See: [[SendmailWithoutQueueAliases]] for a slightly more elegent solution without using &amp;lt;code&amp;gt;/etc/aliases&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This was easy-- add new lines to the /etc/aliases file and change the --queue option. Most of the queues I set up had spaces in them, so I needed to use single quotes around the queue name. Don&amp;#039;t use double quotes like I did the first time or you&amp;#039;ll end up with double quotes embedded between the double quotes around the whole command line. As you might expect, this didn&amp;#039;t work at all.&lt;br /&gt;
&lt;br /&gt;
For example, for the queue &amp;quot;Dev Group&amp;quot; you might create the following /etc/aliases entries:&lt;br /&gt;
&lt;br /&gt;
 rt-dev: &amp;quot;|/etc/smrsh/rt-mailgate --queue &amp;#039;Dev Group&amp;#039; --action correspond --url http://your.host.name/rt/&amp;quot;&lt;br /&gt;
 rt-dev-comment: &amp;quot;|/etc/smrsh/rt-mailgate --queue &amp;#039;Dev Group&amp;#039; --action comment --url http://your.host.name/rt/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Allowing users to open tickets via E-mail ===&lt;br /&gt;
&lt;br /&gt;
The Wiki page on [[Rights]] was a great help here. When I first sent a message to the alias I had created I got a nasty-gram back:&lt;br /&gt;
&lt;br /&gt;
 RT could not load a valid user, and RT&amp;#039;s configuration does not allow&lt;br /&gt;
 for the creation of a new user for your email.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
This was solved by granting [[CreateTicket]] and [[ReplyToTicket]] to the group Everyone. This is done via Configuration - &amp;amp;gt; Queues - &amp;amp;gt; (queue name) - &amp;amp;gt; Group Rights in the web interface while logged in as the RT user &amp;quot;root&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Chris adds:&lt;br /&gt;
&lt;br /&gt;
After upgrading my RT from 3.4.5 to 3.6.1, I received this error message. The permissions were all set properly, but apparently 3.6.1 is less forgiving about the mailgate setup. My aliases line looked like this:&lt;br /&gt;
&lt;br /&gt;
 helpdesk: &amp;quot;|/usr/local/rt/bin/rt-mailgate --url http://rt.bluenoteweb.com/&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
In 3.4.5, RT assumed that the queue was General and the action was correspond. I changed my aliases line to this:&lt;br /&gt;
&lt;br /&gt;
 helpdesk: &amp;quot;|/usr/local/rt/bin/rt-mailgate --queue &amp;#039;General&amp;#039; --action correspond --url http://rt.bluenoteweb.com/&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
This solves the problem.&lt;br /&gt;
&lt;br /&gt;
=== Allowing users to respond via E-mail to tickets they&amp;#039;ve opened ===&lt;br /&gt;
&lt;br /&gt;
When the E-mail responses came back the !From: address wasn&amp;#039;t set to anything useful, since I hadn&amp;#039;t set this up properly when I created the queue. There are two fields in the Configuration - &amp;amp;gt; Queues - &amp;amp;gt; (queue name) - &amp;amp;gt; Basics configuration screen that need to match the E-mail aliases you created for this queue. The &amp;quot;Reply Address&amp;quot; should be the the one with the &amp;quot;--action correspond&amp;quot; and the &amp;quot;Comment Address&amp;quot; should be the one with the &amp;quot;--action comment&amp;quot;. In our example these would be &amp;quot;[mailto:rt-dev@your.host.name rt-dev@your.host.name]&amp;quot; and &amp;quot;[mailto:rt-dev-comment@your.host.name rt-dev-comment@your.host.name]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
After these were set up, sending a reply to a mail received gave the following less-than-helpful message in reply:&lt;br /&gt;
&lt;br /&gt;
 Subject: Message not recorded&lt;br /&gt;
 Permission Denied&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To get this sorted out I needed to grant [[ReplyToTicket]] to &amp;quot;Requestor&amp;quot; via the same Configuration - &amp;amp;gt; Queues - &amp;amp;gt; (queue name) - &amp;amp;gt; Group Rights path in the RT web interface as &amp;quot;root&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
For us, this turned out to be a simple issue of trying to update the ticket with a user that had been disabled in the system.&lt;br /&gt;
&lt;br /&gt;
=== Allow users to see their tickets via the web interface ===&lt;br /&gt;
&lt;br /&gt;
In a great stroke of luck, I ran across the Wiki page on [[SelfService]] which is a configuration to allow users to view their own tickets. The biggest change needed is to replace the default [[AutoReply]] template with the one on the [[AutogeneratedPassword]] page. Note that since this is an open Wiki you should sanity check the code before blindly pasting it in lest someone do something nasty with it.&lt;br /&gt;
&lt;br /&gt;
To use this new template change the &amp;quot;content&amp;quot; box in Configuration - &amp;amp;gt; Global - &amp;amp;gt; Templates - &amp;amp;gt; [[AutoReply]] to use the [[AutogeneratedPassword]] version. If you don&amp;#039;t want to blow away the default Autoreply template, though, you can instead create a new template on the same screen and then modify your global scrips so that this new template is sent to users instead of the Autoreply one.&lt;br /&gt;
&lt;br /&gt;
Additional rights are needed in either the Queue or Global configuration as described on the Rights page:&lt;br /&gt;
&lt;br /&gt;
* Everyone gets [[SeeQueue]]&lt;br /&gt;
* Everyone gets [[ModifySelf]] (so they can change their own password and other info)&lt;br /&gt;
* Requestors get [[ShowTicket]] (not essential, but a good backup if Everyone rights are later changed)&lt;br /&gt;
&lt;br /&gt;
=== Allow users to login with single sign-on ===&lt;br /&gt;
&lt;br /&gt;
See [[LdapSummary]].&lt;br /&gt;
&lt;br /&gt;
== Spam filtering ==&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re using RT to follow any public address like info@ or support@, you are likely to get a lot of spam. So you probably want to setup some [[SpamFiltering]].&lt;br /&gt;
&lt;br /&gt;
== Unsolved Problems ==&lt;br /&gt;
&lt;br /&gt;
=== Manipulate auto-added users ===&lt;br /&gt;
&lt;br /&gt;
I can forsee these users forgetting their passwords or otherwise needed help with their &amp;quot;account&amp;quot; yet I don&amp;#039;t see them listed along with manually created users. I currently have no idea how to manipulate these accounts short of doing some database-diving.&lt;br /&gt;
&lt;br /&gt;
Answer: Only users in the &amp;quot;Privileged&amp;quot; group (ie those which have the &amp;quot;Let this user be granted rights&amp;quot; checkbox ticked when they are created) show up in this list. You should find that you have the same problem even with manually created users if you don&amp;#039;t check this option (as they then go into the &amp;quot;Unprivileged&amp;quot; group). The only way I&amp;#039;ve found to find non-privileged users is if you know their userid (or enough of it to match them), as when you use the search function at the bottom of the &amp;quot;Select Users&amp;quot; page, this will search all users.&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m not sure how to change the default &amp;quot;Select Users&amp;quot; page to show all users, I only installed RT 3.4.3 an hour ago :-)&lt;br /&gt;
&lt;br /&gt;
one way is to search any email address with a period or a userid without a space.&lt;br /&gt;
&lt;br /&gt;
another way is to search for &amp;quot;%&amp;quot; which returns all users.&lt;/div&gt;</summary>
		<author><name>81.134.139.242</name></author>
	</entry>
</feed>