Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: guestHH on July 08, 2002, 02:34:33 AM
-
How does it work?
-
It works quite well, thanks!
Er, wait, that's probably not what you meant. :-) What *did* you mean?
--Rich
-
hehehe serves me right for being too brief ;-)
I would like to know how you've set up the ticketing system with automated replies and numbering. I see use for it in my situation.
Thanks,
guestHH
-
Ah, we're using RT, modified for our historical ticket numbering scheme
and such. If you want to play with it, I've got a set of RPMs that will get
RT up and running with minimal effort in my contrib directory on ftp.e-smith.org.
RT: http://www.fsck.com/projects/rt/
rpms: ftp://ftp.e-smith.com/pub/e-smith/contrib/RichLafferty/rt/
(Be sure to read README if you want to use the contrib. :-)
Cheers,
--Rich
-
Thanks Rich,
I'll give it a try and will let this thread know.
Regards,
guestHH
-
hmmmm,
still busy with it. more difficult then I suspected ;-)
-
indeed, I didn't get it woriking either.
But if you do, I would love to hear how.
greetz;
Michiel de Jager
-
I've almost got it. I've got the web interface working fine... but I can't seem to get the system to receive the e-mail messages.
I'm a little fuzzy on the .qmail aliases... and I'm not real sure what to do with the "qmail2rt.pl" script that the manual references under the heading "Scary Qmail Hack". Rich's instructions didn't mention anything about this part of the config.
What I did do is create the users for my RT queue through the server-manager. Then I edited the appropriate user's /home/e-smith/files/users/USERNAME/.qmail and changed the line "./Maildir/" to "/opt/rt2/bin/rt-mailgate" which is the handler of the mail system. After doing the above, and creating the RT queue, and sending a few test messages to the appropriate address.... I can't figure out where the messages went. qmail/current log shows that the messages were delivered, but the ticket didn't get added to RT, and the messages aren't in one of the users Maildir directories. The RT logs are all empty.
It looks like I can add/manipulate tickets all day in the web interface... but I was hoping to get the e-mail interface working as well.
Any thoughts??