Changes between Version 35 and Version 36 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
Jul 15, 2022, 5:28:59 AM (2 years ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v35 v36  
    337337Otherwise we advice you to configure proper mail gateway for rt.
    338338
     339Note : Here, Mails are sent using a locally configured postfix to send mails to create tickets. postfix and RT are installed in same server in this setup.
     340We advice you to have a proper mail configurations when you install RT for institutional purposes.
     341
     342Edit /etc/aliases file for mailgate configuration in rt.
     343
     344{{{
     345vi /etc/aliases
     346}}}
     347
     348Add following lines. (rt, rt-comment: mail users, Change the mail users as your requirements)
     349
     350{{{
     351rt: "|/opt/rt5/bin/rt-mailgate --queue general --action correspond --url http://localhost/rt"
     352rt-comment: "|/opt/rt5/bin/rt-mailgate --queue general --action comment --url http://localhost/rt"
     353}}}
     354
     355After, Please reload the configurations to postfix and reload the service
     356
     357{{{
     358#newaliaes
     359# postfix reload
     360}}}
     361
    339362When you are done with configuring rt, you will be able to log into the system.
    340363