LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-25-2008, 07:53 AM   #1
hashim.km
LQ Newbie
 
Registered: Mar 2006
Posts: 14

Rep: Reputation: 0
installing Request Tracker


Can anybody give me the steps to install RT.
i have install in fc8 and its working till login page..
now i have to configure to fetch a mail from my mail server...
can anybody have an idea of installing RT..
the mail server and rt server is running in different machine...
 
Old 03-25-2008, 08:42 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well what's actually wrong.. you know what you want to acheive, you know where the other server is, and you have the project docs... what's the problem?

Last edited by acid_kewpie; 03-25-2008 at 08:43 AM.
 
Old 03-25-2008, 09:05 AM   #3
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
i have installed rt multiple times using the rt documentation (including rtfm - Request Tracker FAQ Manager)
follow the docs and you should be fine, if you get stuck somewhere during that process, feel free to ask again, yet a little more specific.
 
Old 03-26-2008, 01:24 AM   #4
hashim.km
LQ Newbie
 
Registered: Mar 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Nathanael View Post
i have installed rt multiple times using the rt documentation (including rtfm - Request Tracker FAQ Manager)
follow the docs and you should be fine, if you get stuck somewhere during that process, feel free to ask again, yet a little more specific.
now how to install mail-gateway??
where to add this line in /etc/aliases

rt : "|/opt/rt3/bin/rt-mailgate --queue general --action correspond --url http://localhost/rt"
rt-comment: "|/opt/rt3/bin/rt-mailgate --queue general --action comment --url http://localhost/rt"

whether in mail server or rt server???
 
Old 03-26-2008, 03:00 AM   #5
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
i had postfix on the rt server (as you usually have some mta installed, postfix is just my preference) would setup the pipe to rt-mailgate there, and use fetchmail to get the emails from various accounts, or from a single account with various aliases (for the different queues respectivly, i.e. staff, undergrads, grads, etc.)

this allowed for higher downtime of the rt server if needed as no mail was sent directly to the rt server, and i was able to read mail 'manually' if needed.
 
Old 03-26-2008, 04:14 AM   #6
hashim.km
LQ Newbie
 
Registered: Mar 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Nathanael View Post
i had postfix on the rt server (as you usually have some mta installed, postfix is just my preference) would setup the pipe to rt-mailgate there, and use fetchmail to get the emails from various accounts, or from a single account with various aliases (for the different queues respectivly, i.e. staff, undergrads, grads, etc.)

this allowed for higher downtime of the rt server if needed as no mail was sent directly to the rt server, and i was able to read mail 'manually' if needed.
thanx nathanael for ur reply...
in my rt server mta, postfix,fetchmail are installed.. now how to configure the thing... please explain in detail... i am new to rt..
thanx in advanced
 
Old 03-26-2008, 04:19 AM   #7
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
you are officially being rtfm'd - RT's documentation is very good, and it's all explained there!

http://wiki.bestpractical.com/view/InstallationGuides
and on top of that - googleing for 'request tracker postfix' would be a good idea too!

and btw. you dont always have to quote my entire post!
 
Old 04-03-2008, 10:15 PM   #8
asymptote
Member
 
Registered: Mar 2008
Posts: 236

Rep: Reputation: 37
The wiki says the pre-existing installation should contain MySQL. Does that mean the client or the server version?
 
Old 04-03-2008, 10:16 PM   #9
asymptote
Member
 
Registered: Mar 2008
Posts: 236

Rep: Reputation: 37
Accidentally posted twice.
 
Old 04-04-2008, 02:58 AM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well obviously it'll be both, a server to store data in and client tools to manage and connect to it.
 
Old 04-04-2008, 04:24 AM   #11
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
if you have a mysql server running on another server you want to use, you will only need the client, so you can establish the connection.
though i would advise having it all on a dedicated server - all RT stuff on one machine, just so it's not dependent on external services!
 
Old 04-04-2008, 02:28 PM   #12
asymptote
Member
 
Registered: Mar 2008
Posts: 236

Rep: Reputation: 37
Quote:
Originally Posted by acid_kewpie View Post
well obviously it'll be both, a server to store data in and client tools to manage and connect to it.
Thank you, Chris. Can you help me understand the following snippet from /etc/rt3/RT_SiteConfig.pm:


Code:
Set($rtname, 'yourdomain.com');

# Set( $Organization, "example.com");
I did look at RT_Config.pm because the wiki said to, and to never change RT_Config.pm but sort of use it as a guide to configure RT_SiteConfig.pm and it recommended to use my domain name otherwise tickets won't get put into the right place. Does this mean if I enter my domain name here, say it's asymptote9x.com, it now knows all emails coming from domains other than asymptote9x.com are from outside email servers?

Thanks!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Notifications of new tickets in Request Tracker 3.6 s0n|k Linux - Software 0 10-30-2007 08:15 AM
Request Tracker Installation Guide zer0hmz Linux - Software 4 06-22-2006 12:39 PM
Request Tracker Problem aston127 Linux - Newbie 5 06-01-2005 08:14 PM
Request Tracker in FC3 adm1329 Linux - Software 2 03-04-2005 09:24 AM
cannot find libmysqlclient.so when installing Request Tracker Ticketing program SmokeMonkey Linux - Software 5 06-16-2004 11:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration