Koozali.org: home of the SME Server

looking for OTRS howto

Offline dbuechel

  • ****
  • 99
  • +0/-0
Re: looking for OTRS howto
« Reply #15 on: September 07, 2007, 12:23:34 PM »
i have put the postmaster_pop3 in the cron.d :



# --
# cron/postmaster_pop3 - postmaster_pop3 cron of the OTRS
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id: postmaster_pop3.dist,v 1.8 2006/10/20 16:46:14 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

# fetch emails every 10 minutes
# */2 * * * *    $HOME/opt/otrs/bin/PostMasterPOP3.pl >> /dev/null
*/2 * * * *    root /usr/bin/php /opt/otrs/bin/PostMasterPOP3.pl >> /dev/null


what´s wrong ?

have some the same problem ?

great

db

Offline fixit

  • *
  • 216
  • +0/-0
    • http://www.fixitcomputers.com.au
Re: looking for OTRS howto
« Reply #16 on: September 07, 2007, 03:07:35 PM »
Try this

crontab -e

press i, then add your cron entries

*/10 * * * *  /opt/otrs/bin/PostMasterPOP3.pl >> /dev/null

when finished, press ctrl -c, then :wq to exit and save

then run crontab -l to check entry

is this what your after, let me know how you go

Russell
.........

Offline dbuechel

  • ****
  • 99
  • +0/-0
Re: looking for OTRS howto
« Reply #17 on: September 10, 2007, 11:04:38 AM »
thx fixit

it´s work perfect now !


great

db