cyrus.conf event not running

2007-10-25 Thread Wayne
I have an ipurge event in my cyrus.conf that doesn't appear to be
running.  I had moved it from a cron job (which worked) to a cyrus
event.

  purgejunk cmd="ipurge -f -d 15 'user/*/Junk Mail'" at=1700

The cyrus.conf man page didn't help me much as far as if the first
word can be anything.  One difference from the cron job is I had to
add single quotes around the mailbox path to purge (the cron job had
double quotes).

I haven't touched this in a while, but I'm sure I HUPed the master
process after adding the event.  Does anyone see why this isn't
running?  Also, on OS X Server are the cyrus events logged by default
in mailaccess.log, system.log, both, neither?

TIA for any help.

~ Wayne

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Cyrus debugging

2003-03-26 Thread Wayne Dawson
John Alton Tamplin wrote:
When I want to debug an actual
 problem such as the core dump you refer to, I run the program under a
 debugger or at least investigate the core dump with a debugger.
How does one run PHP code under a debugger?  And how does one investigate a 
core dump with a debuger?

Thanks,
Wayne