improved imap restore

This commit is contained in:
SJ
2014-06-05 13:32:22 +02:00
parent 34db7522d2
commit 5afb3f4f72
3 changed files with 6 additions and 5 deletions

View File

@ -101,6 +101,7 @@ $config['ENABLE_SSO_LOGIN'] = 0;
// enable authentication against an imap server (disabled by default)
$config['ENABLE_IMAP_AUTH'] = 0;
$config['RESTORE_OVER_IMAP'] = 0;
$config['IMAP_HOST'] = 'mail.yourdomain.com';
$config['IMAP_PORT'] = 993;
$config['IMAP_SSL'] = true;