Hi, last week I just installed a new version of osTicket v1.18.1 (yes I know 1.18.2 is now out), on a new Digital Ocean droplet (Debian 12) and everything was working fine. I have a pipe set up to send emails going to tickets@[my domain] to the pipe.php file in /etc/aliases:
tickets: "|/usr/bin/php /home/osticket/www/api/pipe.php"
originally, if I replied to someone's email in my personal mailbox, and added a CC to tickets@[my domain], osticket would create the ticket and add the original sender as a collaborator.
However, for some reason it has stopped doing this now. I'm not sure what changed (I don't think I changed any settings that would affect this, and the Automatically Add Collaborators option is turned ON.
Also, strangely, in the ticket itself, if you click the 'down' arrow next to the ticket thread and choose "View email recipients" it shows the original person as a recipient, but collaborators is empty.
If anyone can help me figure out what I'm doing wrong, I'd be very grateful. The goal is to be able to forward messages from my personal mailbox directly tickets@ (or reply with the original sender and CC to tickets@) in order to automatically create a ticket and reply back to both me and the original sender with the ticket creation notification email.