smeserver-sogosync/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend20Imap

9 lines
282 B
Plaintext

define('IMAP_SERVER', 'localhost');
define('IMAP_PORT', {$imap{'TCPPort'}});
define('IMAP_OPTIONS', '/notls/norsh');
define('IMAP_DEFAULTFROM', '');
define('IMAP_SENTFOLDER', '');
define('IMAP_INLINE_FORWARD', false);
define('IMAP_USE_IMAPMAIL', true);