To auto delete user accounts that are unaccessed for 1 year you would use a setting like this:
g_delete_user_after “365”
Then to delete the accounts you must manually issue TWO commands, first:
tellmail expire_accounts
Then examine users_delete.rec to see it is a valid list of old accounts, then use:
tellmail delete_user FILE users_delete.rec