PDA

View Full Version : Support Ticket problem


digilexic
12-03-2003, 10:02 AM
When I recieve an email from the support ticket system, the link doesn't contain my reseller account domain name, but contains the server.servername.com in the link instead of resellername.com, thus when I click on the link, I get a file not found error. If I manually edit the url portion from server.myserver.com to resellername.com it works fine.

Any Ideas?

DirectAdmin Support
12-03-2003, 11:08 AM
Hello,

At the momment the ticket system uses the generic system hostname as specified in the /usr/local/directadmin/conf/directadmin.conf file. It's assumed that the hostname resolves, and if it doesn't, then the link obviously won't work. Try adding the A record for "server" to your dns zone to get it to resolve. Also, many mailserver won't accept mail from a server who's hostname doesn't resolve, so it would probably be beneficial to fix it :)

John

digilexic
12-03-2003, 12:41 PM
First of all lets say my server name is server.tomjones.com, however the main domain for the admin is tomjones.com

Lets say as admin I create a reseller account named johnsmith, who has a domain name of johnsmith.com

johnsmith creates a user called bill, who's doamin is bill.com

Bill goes over his bandwidth/diskspace and a ticket is sent to johnsmith, but instead of saying the helpticket is at :

http://johnsmith.com:2222/CMD_TICKET?action=view&number=000000004&type=ticket

it says it is at:

http://server.tomjones.com:2222/CMD_TICKET?action=view&number=000000004&type=ticket

Now to johnsmith, this looks like a big mistake, because according to everything he has been given, he accesses his helptickets at johnsmith.com:2222

Does that make sense?

DirectAdmin Support
12-03-2003, 02:40 PM
Yes :) the generic hostname I was referring to would be "server.tomjones.com". I'll look into changing it to the user's domain.

John

digilexic
12-03-2003, 08:43 PM
Awesome. I am glad you understood because when I went back and read my initial post it even confused me! :)

DirectAdmin Support
12-04-2003, 11:47 AM
Hello,

http://www.directadmin.com/features.php?id=249

Done :)

Note that only new tickets will see the "From" change. Old tickets/messages will still see the username in the From field.

John