I have been unsuccessful in changing the C:\Program Files\OTRS\OTRS\var\cron\postmaster_mailbox.dist (save failed) even tried it with OTRS stopped.
(saved failed)
From this:
to# fetch emails every 10 minutes
*/10 * * * * $HOME/bin/otrs.PostMasterMailbox.pl >> /dev/null
Is there a proper way of doing this?# fetch emails every 10 minutes
*/1 * * * * $HOME/bin/otrs.PostMasterMailbox.pl >> /dev/null
How do you change cron jobs in OTRS in windows?
All the guides/documentation I find are for Linux.
I have OTRS 3.0.5 installed on Windows Server 2007.
Incomming mail IMAP Working (Just to slow to update in OTRS)