1

Topic: locate a wayward cron

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====

I'm using the latest iRedMail on a mysql backend installed on debian 7.

During an upgrade amavis changed from using a folder for the jail to using a text file. However there is a cron that still attempts to clean up the folder and fails. I have searched everywhere but seem unable to locate this cron. Does anyone know how I can make this error go away? Ie where is the cron?

find: `/var/lib/amavis/virusmails/': Not a directory

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: locate a wayward cron

Did you check user cron jobs? For example:

# crontab -l -u amavis

You can also check files placed under /var/spool/cron/crontabs on Debian/Ubuntu.