Depends on what you mean by spam. If you mean spam emails there are quite a bit of things you can do.
- You can setup Ticket Filters to reject tickets that contain certain words/phrases, that come from a specific email address, etc. (Admin Panel > Manage > Filters)
- You can ban email addresses so they can't create tickets (Admin Panel > Emails > Banlist).
- You can setup filters in the mailbox itself to move spam emails out of the INBOX so that they aren't fetched.
- You can setup filters in the mailbox itself to move real emails to a specific folder and have osTicket only fetch from that one folder.
- You can configure osTicket to only allow emails from existing Users (Users with existing accounts in your helpdesk).
I'm sure there are more things but that's what I got off the top of my head.
As far as turning the system back Online you can login as an Admin and Enable the setting Helpdesk Status under Admin Panel > Settings > System. Or you can login to the db, go to the ost_config
table, and set isonline
to 1
.
Cheers.