Search results

Jump to navigation Jump to search
  • The following was tested on Exim 4.94.2 Debian split config. # yourself or use 'dpkg-reconfigure exim4-config'
    6 KB (922 words) - 03:42, 23 August 2023
  • * [[RT Config|RT_Config]] & [[RT SiteConfig|RT_SiteConfig]]
    2 KB (108 words) - 16:03, 6 April 2016
  • ...an changing the RT.pm script. The following text is a description from the config file:
    2 KB (301 words) - 16:15, 6 April 2016
  • This modification allows you to turn off ALL outgoing mail by using a new config variable. It is useful if you need to load tickets into a live system from All that's required is a new config variable (we called it $RT::[[MailSendingOff]]) and a minor mod to RT/lib/A
    5 KB (726 words) - 06:42, 21 July 2016
  • Add the following property to the $RT_HOME/etc/[[RT Config|RT_Config]].pm
    846 bytes (118 words) - 16:03, 6 April 2016
  • this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the * /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)
    4 KB (542 words) - 15:57, 19 December 2016
  • == RT's config file == ...mplete description then you '''MUST''' always read description in the main config file.
    6 KB (898 words) - 07:24, 5 September 2023
  • * Backup the RT config file. I like to do this for every conf file I modify ==== Add the Virtual Host Config ====
    4 KB (578 words) - 16:39, 6 April 2016
  • * Backup the RT config file. I like to do this for every conf file I modify ==== Add the Virtual Host Config ====
    4 KB (590 words) - 16:39, 6 April 2016
  • ...ulldown of allowed child queues. It gets the list of allowed queues from a config variable. This lets me say that the Bugs queue can spawn children in the Bu # this is kinda klunky, take the things from the config
    4 KB (590 words) - 16:37, 6 April 2016
  • == RT performance and sendmail config == ...time mails stay in the queue before processing. Ok, lets write it down to config files:
    2 KB (404 words) - 16:37, 6 April 2016
  • Then edit your [[RT Config|RT_Config]] (or [[RT SiteConfig|RT_SiteConfig]]) to replace the line:
    1 KB (147 words) - 16:24, 6 April 2016
  • ...quotemeta($RT::VERSION) .'-\d+-\d+-\d+\.(\d+)-\d+-\d+@'. quotemeta(RT->Config->Get('Organization')) .'>'; my $rttregex = '^X-RT-Ticket: ' . quotemeta(RT->Config->Get('rtname')) .' #(\d+)';
    3 KB (457 words) - 05:02, 17 November 2016
  • ...<code>rt</code>. If the <code>vhosts</code> flag is disabled, <code>webapp-config</code> will be run automatically. # webapp-config -I -h myrt -d rt rt 4.0.5
    9 KB (1,424 words) - 16:11, 6 April 2016
  • * Backup the RT config file. I like to do this for every conf file I modify ==== Add the Virtual Host Config ====
    4 KB (622 words) - 16:39, 6 April 2016
  • # * Add $LdapEmailAttrMatchPrefix config variable to make alternate email # * Added LdapConfigInfo() to get integrated config info
    22 KB (2,329 words) - 16:14, 6 April 2016
  • if (RT-&gt;Config-&gt;Get('UseFriendlyFromLine')) {
    1 KB (155 words) - 16:03, 6 April 2016
  • '''Devel''''''Mode''' - config option that allows developers to avoid server restarts and [[CleanMasonCach
    1 KB (171 words) - 16:08, 6 April 2016
  • RT couldn't load RT config file /usr/local/rt/ymd/rt3.8.8/etc/[[RT Config|RT_Config]].pm as: Can't locate [[RT Config|RT_Config]].pm in @INC ( . . .
    4 KB (622 words) - 16:09, 6 April 2016
  • ...o it took some editing rather than just duplicating the previous version's config file. Copy RT_Config.pm over and edit as needed. Some examples:
    3 KB (433 words) - 16:39, 6 April 2016
  • # Get configuration from RT Config my $config = $RT::ExternalSettings-&gt;{$service};
    13 KB (1,630 words) - 16:36, 6 April 2016
  • #Load RT's config file
    1 KB (185 words) - 16:03, 6 April 2016
  • ...Queue list portlet uses default search format, so you will need to update config $DefaultSearchResultFormat accordingly, e.g.
    2 KB (275 words) - 07:56, 22 June 2023
  • ...ge this, you can override it with the '$</nowiki>[[DefaultQueue]]<nowiki>' config option in ''</nowiki>[[RT SiteConfig|RT_SiteConfig]]<nowiki>.pm''. </nowiki
    1 KB (207 words) - 16:20, 6 April 2016
  • % RT->Config->Get('WebPath'),
    2 KB (190 words) - 16:37, 6 April 2016
  • --log - Adjust LogToScreen config option ...st created. This user should have read access to the RT files such as [[RT Config|RT_Config]].pm and [[RT SiteConfig|RT_SiteConfig]].pm. If, for example, the
    4 KB (635 words) - 16:39, 6 April 2016
  • = Config =
    1 KB (210 words) - 16:03, 6 April 2016
  • Set `AutoLogoff` Setting in your config, i.e. to 60 Minutes:
    1 KB (210 words) - 10:07, 14 February 2020
  • {RT->Config->Get('WebURL')}Ticket/Display.html?id={$Target->Id}
    2 KB (195 words) - 16:49, 29 November 2021
  • ...sudo make sudo make install sudo make initialize-database sudo cp etc/[[RT Config|RT_Config]].pm /opt/rt3/etc/[[RT SiteConfig|RT_SiteConfig]].pm sudo chown r ....pm"; &gt; &gt; require $RTIR_CONFIG_FILE &gt; || die ("Couldn't load RTIR config file '$RTIR_CONFIG_FILE'\n$@"); &gt; /_shared/images/dummy.gif
    8 KB (1,279 words) - 16:36, 6 April 2016
  • === RT Config File === - rt help config (configuration details)
    6 KB (976 words) - 23:11, 1 July 2020
  • my $subject = "[".$RT::Config->Get('rtname')." #".$Ticket->Id."] ".$Ticket->Subject;
    1 KB (195 words) - 06:26, 23 November 2016
  • ...n your "admin" users the global right of "SuperUser" and they will see the config link. Regular users will not.
    2 KB (217 words) - 16:11, 6 April 2016
  • ...rapper (for RT4 use  /etc/request-tracker4/msmtp_wrapper , also change the config path below)
    1 KB (206 words) - 10:12, 13 December 2019
  • if ( RT->Config->Get('ForwardFromUser') ) { return $ticket->QueueObj->CommentAddress || RT->Config->Get('CommentAddress');
    5 KB (809 words) - 09:31, 2 February 2021
  • How do i config RT so that each queue has its own specific Auto-Reply? Right now i only hav
    2 KB (239 words) - 16:39, 6 April 2016
  • src="&lt;%$ARGS{'LogoURL'}||RT-&gt;Config-&gt;Get('LogoURL')%&gt;" ...nfig]].pm. For some reason, it wasn't able to use the definition from [[RT Config|RT_Config]].pm. (?) I also had to prepend $[[WebBaseURL]] when setting $[[L
    6 KB (955 words) - 16:03, 6 April 2016
  • Set the following options in [[RT Config|RT_Config]].pm
    2 KB (254 words) - 16:14, 6 April 2016
  • So, you're going to have to put some Apache config code somewhere to get mod_auth_openidc to start actually doing things. ...blem, you can put the Apache config code at the end of your default Apache config file. For my environment, this is the path:
    6 KB (964 words) - 15:45, 15 November 2016
  • <form action="<%RT->Config->Get('WebPath')%>/Search/Results.html" method="get" enctype="multipart/form
    3 KB (318 words) - 16:03, 6 April 2016
  • ...n your "admin" users the global right of "SuperUser" and they will see the config link. Regular users will not.
    2 KB (251 words) - 16:11, 6 April 2016
  • ...allation|http://www.example.com/rt/]] ? RT can't get this info from apache config or preconfigure your server for any possible setup, so it's your task to de RT config has several options to define web server [[URLs]] layout [[WebBaseURL]], [[
    12 KB (1,822 words) - 14:52, 2 April 2019
  • ...T. Anyway, I hope that this will help you going through the awful Kerberos config.:)<br />''I'm using MIT Kerberos. If you want to use Heimdal Kerberos, stop *krb5-config
    11 KB (1,504 words) - 16:24, 6 April 2016
  • &lt;script type="text/javascript" src="&lt;%RT-&gt;Config-&gt;Get('WebPath')%&gt;/NoAuth/js/scriptaculous/scriptaculous.js?load=effec
    2 KB (311 words) - 16:03, 6 April 2016
  • ...o [[RT SiteConfig|RT_SiteConfig]].pm. You should '''NEVER''' edit the [[RT Config|RT_Config]].pm file directly; always use [[RT SiteConfig|RT_SiteConfig]].pm ...all your problems. I recommend that you read /etc/request-tracker3.4/[[RT Config|RT_Config]].pm thoroughly and copy/edit the extra bits you think you need i
    11 KB (1,758 words) - 16:11, 6 April 2016
  • ...eytab to the correct location on the apache host. (specified in the apache config file for your virtual host) Open about:config and change add the RT url to 'network.negotiate-auth.trusted-uris'
    5 KB (791 words) - 17:33, 9 September 2019
  • # This means if you only have one LDAP server/config you can just set #### 'sAMAccountName' (Default for this config)
    6 KB (863 words) - 16:14, 6 April 2016
  • * [[RT Config|RT_Config]] &amp; [[RT SiteConfig|RT_SiteConfig]]
    2 KB (353 words) - 16:11, 6 April 2016
  • From the [[RT Config|RT_Config]].pm file:
    2 KB (354 words) - 16:39, 6 April 2016
  • Since I've not had a reply from the rt-devel crowd, I've incorporated the config variable "$RT::[[LdapAutoCreateNonLdapUsers]]" into the overlay. Setting th 2. Copy the config settings from [[LdapSiteConfigSettings]] into [=${RTHOME}/etc/[[RT SiteConf
    12 KB (1,828 words) - 16:15, 6 April 2016

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)