Login to mailwatch using imap authentication is unsuccessful
Posted: 17 Jun 2020 01:12
// IMAP settings for authentication
define('USE_IMAP', true);
define('IMAP_HOST', '{192.168.80.34:143/imap}'); //for parameters check http://php.net/manual/en/function.imap-open.php
define('IMAP_AUTOCREATE_VALID_USER', true); // Set to true to autocreate a valid IMAP user in MailWatch database after sucessful login
// Set Time Zone
Login to mailwatch using imap authentication is unsuccessful
Is there any detailed configuration instructions?
define('USE_IMAP', true);
define('IMAP_HOST', '{192.168.80.34:143/imap}'); //for parameters check http://php.net/manual/en/function.imap-open.php
define('IMAP_AUTOCREATE_VALID_USER', true); // Set to true to autocreate a valid IMAP user in MailWatch database after sucessful login
// Set Time Zone
Login to mailwatch using imap authentication is unsuccessful
Is there any detailed configuration instructions?