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
|