I have spent some time going through the documentation to setup the email in Service Desk. Unfortunately, the documentation itself, has none by one line related to the setup, and does not go into any detail regarding email aliases, and other related items.
In this article, I will attempt to guide you in a fairly straight forward fashion to setup a working email systemin your KACE Service Desk.
Assumptions:
If you decide to go for the recommended email setup from KACE: enable the POP3 email server, then you may not need to deal with many of these details. In this situation, we’re going to tackle the SMTP scenario.
Step 1:
Step 2:
Step 3:
At this point everything on the KBOX side is setup, and now, the KBOX will know how to send email out, in fact, even to the DefaultTicketOwners. one problem remains: the DefaultTicketOwners@yourdomain.com does not currently go anywhere. So we need to deal with that.
Step 4:
In Exchange:
So in my opinion, the latter solution would be much easier to setup, much more versatile, and much easier to manage programatically. You have to keep in mind, that implementation of the above 2 choices, you have to always remember to update this list of aliases (or group members), any time you add a new help desk staff. The KBOX is not going to automatically know to populate that, unless of course you have that running on a scheduled, to update that distribution group.
If all went well, you should be receiving notification messages that would match the “Email on Events” rule that you have setup in the Service Desk “Queues.
Step 5:
Also in Exchange:
Up until Step 4, you were only able to “send” mail from the KBOX, but you are still unable to receive/open/update tickets by sending an email to the KBOX. To get this to work, there are a couple of exchange accounts that need to be created.
Again, I’m assuming that your “Email address field in the kbox is: support@kbox.yourdomain.com and your “Alt Email address” field is: support@yourdomain.com.
At this point, if you do send an email to support@kbox.yourdomain.com, the kbox should be able to receive it. However, the hostname kbox.yourdomain.com has no MX record in your domain, and therefore, will not accept mail from outside of your domain. Furthermore, your user would have to know to append the hostname (kbox) to yourdomain.com, or find the user in the Global Address List (GAL). either way, this would be a bad way to do it. Instead, do the following:
One last item that could be a step you need to do, would be to allow your Exchange server to relay messages. If you find that your system worked without adding taking this step, then I’m thinking you may have bigger problems to deal with: you might want to check your exchange server to see if it’s acting as an open relay. And remedy the situation.
That out of the way:
If all went well, at this point, you should be able to send out an email to support@yourdomain.com, and almost immediately, a ticket will get created on the KBOX, and an email will be sent back to the sender with a confirmation of that ticket.
Similarly, if you hit reply to that original email, the email should be directed to support@yourdomain.com, which will get forwarded to support@kbox.yourdomain.com via the mailbox forwarder you created an exchange, and, assuming that the subject line of the email hasn’t changed, the kbox will pick up that email, and add it as a comment to the ticket.
I found this whole Exchange setup ordeal to be quite a doozy to figure out, as the documentation from KACE wasn’t too clear, and does not really point out too many details as to how the Email Address and Alt Email Address fields work, so for an Exchange, or even normal email admin novice, all these details may not be too obvious. I hope this will help you get your mail working on your KBOX Service Desk.
As a quick addition. If you want to add another queue to your service desk, it is now as simple as replicating that process with a new email address, and contact in Exchange, and Voilà!
Hello, have you been able to work this out with email being hosted on the cloud and using a .local domain internally?
@moises_ramirez I have not moises. The only place I have implemented this was on my own exchange server. I would think that if you have a .local domain, then the process would be the same (assuming you have an Exchange server in that local domain, so you would be following the same process, and your address would be, support@kbox.yourdomain.local, and support@yourdomain.local.
Again this whole process was trial and error, so I'm sure that there may some variants that I haven't thought of when you're working with a local domain, and in the cloud.
Latest blog post: GPO WMI filter to prevent screen rotation
Nice post! This link has been forwarded on to interested parties
Thanks Drew. glad you found it useful. after I posted this, I had a meeting with some of my helpdesk folks and they had a bunch of additional requests for the DefaultTicketOwner, so I'm going to be doing some KACE customization foo to get that working, and will probably post another article, or an addendum to the current one with the additional customization --upon my success--