Using procmail and /home/support/.procmailrc
Maybe I can help you. If you are on a Linux system and you own the rights and have a domain that works, you can setup an MTA that uses procmail.
Because that is the way my email server is setup and I didn't want to setup smrsh to accept the alias pipe, I use a pipe in the file:
/home/support/.procmailrc
which looks like this:
c
* ^TO_*support@ourldsfamily.com
| /var/www/html/helpdesk/api/pipe.php
Whenever an email comes in, a support ticket is created.
I hope this helps you, or at least helps someone.
Now if I can find out why the replies when a ticket is created are not sent until I log into osTicket I will be greatly pleased and ready to unleash the power of osTicket on my users.
Karl