#!/usr/bin/perl
# cpanel - build_maxemails_config Copyright(c) 2010 cPanel, Inc.
# All rights Reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
BEGIN { unshift @INC, '/usr/local/cpanel'; }
use Cpanel::EmailTracker ();
Cpanel::EmailTracker::build_maxemails_config();