| 339 | Note : 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. |
| 340 | We advice you to have a proper mail configurations when you install RT for institutional purposes. |
| 341 | |
| 342 | Edit /etc/aliases file for mailgate configuration in rt. |
| 343 | |
| 344 | {{{ |
| 345 | vi /etc/aliases |
| 346 | }}} |
| 347 | |
| 348 | Add following lines. (rt, rt-comment: mail users, Change the mail users as your requirements) |
| 349 | |
| 350 | {{{ |
| 351 | rt: "|/opt/rt5/bin/rt-mailgate --queue general --action correspond --url http://localhost/rt" |
| 352 | rt-comment: "|/opt/rt5/bin/rt-mailgate --queue general --action comment --url http://localhost/rt" |
| 353 | }}} |
| 354 | |
| 355 | After, Please reload the configurations to postfix and reload the service |
| 356 | |
| 357 | {{{ |
| 358 | #newaliaes |
| 359 | # postfix reload |
| 360 | }}} |
| 361 | |