File: rt5-extension-commandbymail.README.Debian

package info (click to toggle)
rt-extension-commandbymail 3.01-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 440 kB
  • sloc: perl: 3,935; sh: 69; makefile: 33
file content (17 lines) | stat: -rw-r--r-- 585 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
See upstream README file for configuration and usage instruction.
Almost all information from that file is relevant.  However, from
the section "INSTALLATION", only this is relevant:

  * Edit a file like e.g. /etc/request-tracker5/RT_SiteConfig.d/90-local.pm
    and add these lines:

      Plugin('RT::Extension::CommandByMail');
      Set(@MailPlugins, qw(Auth::MailFrom Action::CommandByMail));

  * Clear your mason cache

      rm -rf /var/cache/request-tracker5/mason_data/obj

  * Restart your webserver

 -- Andrew Ruthven <andrew@etc.gen.nz>  Mon, 28 Dec 2020 22:42:27 +1300