mtpolicyd version 1.15 released

Posted by Markus Benning on January 07, 2015

Version 1.15 has been released.

Get the sources from: https://mtpolicyd.org/download.html or from CPAN.

New Features:

  • New Plugins: Accounting, Quota

    These plugins could be used to implement smtp level accounting and quotas. See Mail::MtPolicyd::Cookbook::HowtoAccountingQuota and the plugin reference for details.

  • SQL Infrastructure updates

    Plugins are now able to create their own tables automatically. Collected some shared SQL code into Plugin::Role::SqlUtils.

  • Support for scheduled tasks

    Plugins can execute scheduled tasks by implementing a cron() function.