- Edited
Just installed OSTicket 1.7 to replace the good old 1.6
I had on a little server at home a cron-job running to activate the mailfetch on my webserver elsewhere in the country.
wget -q -0 /dev/null --user-agent= http://myhost.com/support/api/cron.php(http://myhost.com/support/api/cron.php)
This worked like a charme however in 1.7 there has been a change. Searched this forum but did not find a correct awnser.
i tried calling rcron.php but this resolved into a error 400.
i tried calling api/cron.php this resuled in a URL not supported
tried calling api/task/cron also resuling in a URL not supported.
What is for 1.7 the best way to trigger the mailfetch from a remote location using a cronjob on a home server?