<?php // Managesieve server configuration for cPanel $config['managesieve_host'] = 'localhost'; $config['managesieve_auth_type'] = null; $config['managesieve_vacation'] = 1; // Enable vacation interface $config['managesieve_forward'] = 1; // Enable forward interface $config['managesieve_debug'] = false; ?>Back to Directory