We installed OTRS via a TurnKey appliance and then put OTRS v4 on top and configured everything. It's all working pretty well except we're seeing duplicate tickets for some emails that are fetched.
I noticed that when I run 'echo $HOME' as otrs I get:
And if i browse to here there is a structure of all otrs files. Our main install is obviously in /opt/otrs/ and that's where our Config.pm file and all cron jobs point to, they're all edited to look at /opt/otrs/
So my questions is can we safely change the $HOME to /opt/otrs/ and should this other otrs folder in /urs/share/ be removed? And ultimately could this be root cause of our issues?