I verified polling was setup every 2 minutes...
Code: Select all
shell> vi /op/otrs/var/cron/postmaster_mailbox
# fetch emails every 10 minutes - Changed to 2 minutes
*/2 * * * * $HOME/bin/PostMasterMailbox.pl >> /dev/null
Code: Select all
Sat Dec 14 17:22:24 2013 notice OTRS-otrs.Scheduler-60 Scheduler Daemon start! PID 1443
Sat Dec 14 17:22:24 2013 notice OTRS-otrs.Scheduler-60 Config.pm changed, unsafe to continue!
Sat Dec 14 17:22:22 2013 notice OTRS-otrs.Scheduler-60 Scheduler Daemon start! PID 1439
Sat Dec 14 17:22:21 2013 notice OTRS-otrs.Scheduler-60 Config.pm changed, unsafe to continue!
Any ideas??