I have installed and configured OTRS. For some reason the cron jobs do not run though - I have to go to "Postmaster Mail Account" and manually click the "run now" link for the mail to be retreived and to then send out auto-responses. I have checked that the CronW windows service is running, and made sure that crontab.txt under \OTRS\CRONw\ contains the following:
Code: Select all
MAILTO="myname@domain.com"
*/10 * * * * C:/PROGRA~2/OTRS/StrawberryPerl/perl/bin/perl.exe C:/PROGRA~2/OTRS/OTRS/bin/GenericAgent.pl -c db
*/20 * * * * C:/PROGRA~2/OTRS/StrawberryPerl/perl/bin/perl.exe C:/PROGRA~2/OTRS/OTRS/bin/GenericAgent.pl
45 */2 * * * C:/PROGRA~2/OTRS/StrawberryPerl/perl/bin/perl.exe C:/PROGRA~2/OTRS/OTRS/bin/PendingJobs.pl
10 0 * * * C:/PROGRA~2/OTRS/StrawberryPerl/perl/bin/perl.exe C:/PROGRA~2/OTRS/OTRS/bin/otrs.cleanup
*/5 * * * * C:/PROGRA~2/OTRS/StrawberryPerl/perl/bin/perl.exe C:/PROGRA~2/OTRS/OTRS/bin/PostMasterMailbox.pl
01 01 * * * C:/PROGRA~2/OTRS/StrawberryPerl/perl/bin/perl.exe C:/PROGRA~2/OTRS/OTRS/bin/RebuildTicketIndex.pl
55 */2 * * * C:/PROGRA~2/OTRS/StrawberryPerl/perl/bin/perl.exe C:/PROGRA~2/OTRS/OTRS/bin/DeleteSessionIDs.pl --expired
35 * * * * C:/PROGRA~2/OTRS/StrawberryPerl/perl/bin/perl.exe C:/PROGRA~2/OTRS/OTRS/bin/UnlockTickets.pl --timeout
Thanks