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??