
Hi Gary, On Thursday 21 August 2003 04:00, Gary Chan wrote:
I would like to ask if any person has implemented in their OTRS system to download emails in every 10 minutes. I read the documentation but I am not able to implement it into my OTRS installlation successfully.
Please advise. Thanks.
This is done via cron. I do fetch mails using fetchmail every minute and via PostMasterPOP3 (the built-in thing) every 10 Minutes: == from crontab -l -u otrs ==== # fetch every 5 minutes emails via fetchmail #*/5 * * * * /usr/bin/fetchmail -a >> /dev/null * * * * * /usr/bin/fetchmail -a >> /dev/null (I modified the default line, if you wich to poll every 10 minutes, use */10 * * * * /usr/bin/fetchmail -a >> /dev/null ) # fetch emails every 10 minutes */10 * * * * $HOME/bin/PostMasterPOP3.pl >> /dev/null ===============================
Gary
Stefan -- Stefan Schmidt Email: jsj@jsj.dyndns.org jsj@exsuse.de Bremen jsj-hb@t-online.de s.schmidt@iu-bremen.de