I'm using the shell access to change postmaster_pop3 cron job timing to 2 minutes as below
*/2 * * * * $HOME/bin/PostMasterPOP3.pl >> /dev/null
I found out that it still downloading the email every 10 minutes. Anything that I miss out?
Thanks.
Changing POP3 downloading timingSubmitted by tckoay on Sat, 05/03/2008 - 2:35amI'm using the shell access to change postmaster_pop3 cron job timing to 2 minutes as below */2 * * * * $HOME/bin/PostMasterPOP3.pl >> /dev/null I found out that it still downloading the email every 10 minutes. Anything that I miss out? Thanks. |
JumpBox Collections
|
Just found the answer...
Just found the answer...
Under otrs/bin
sudo su otrs
./Cron.sh start
Cron.sh - start/stop OTRS cronjobs - <$Revision: 1.14 $>
Copyright (c) 2002 Martin Edenhofer
(using /opt/otrs) done