[imp] disable maintenance tasks

Oscar del Rio delrio at mie.utoronto.ca
Mon Feb 4 15:56:34 UTC 2013


On 02/ 4/13 05:22 AM, Héctor Moreno Blanco wrote:
> Any help about disabling the maintenance tasks? I haven't found out how to disable these tasks in the prefs.php files.

Disable the features that trigger the maintenance tasks. For example, 
for the monthly sent-mail archiving:

/imp/config/prefs.local.php:

<?php
$_prefs['rename_sentmail_monthly']['value'] = 0;
$_prefs['delete_sentmail_monthly_keep']['value'] = 0;
$_prefs['purge_sentmail_interval']['value'] = 0;

Users can enable/disable them in their own accounts
Preferences > Mail > Compose > Sent Mail




More information about the imp mailing list