Skip to content

Commit

Permalink
Remove IMAP authentication and restoration settings in config-site.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed May 7, 2024
1 parent e893395 commit 75b428e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imageroot/templates/config-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
$config['ENABLE_MEMCACHED'] = 1;
$memcached_server = ['memcached', 11211];

$config['ENABLE_IMAP_AUTH'] = 1;
$config['RESTORE_OVER_IMAP'] = 1;
$config['ENABLE_IMAP_AUTH'] = 0;
$config['RESTORE_OVER_IMAP'] = 0;
$config['IMAP_RESTORE_FOLDER_INBOX'] = 'INBOX';
$config['IMAP_RESTORE_FOLDER_SENT'] = 'Sent';
$config['IMAP_HOST'] = '{{provider_ip}}';
Expand Down

0 comments on commit 75b428e

Please sign in to comment.