Allow authentication from webmail directly, fixes #308

This commit is contained in:
kaiyou
2017-11-10 15:54:41 +01:00
parent 28eff398d1
commit 652ca769dc
4 changed files with 6 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ $config['smtp_pass'] = '%p';
// Sieve script management
$config['managesieve_host'] = 'imap';
$config['managesieve_usetls'] = true;
$config['managesieve_usetls'] = false;
// We access the IMAP and SMTP servers locally with internal names, SSL
// will obviously fail but this sounds better than allowing insecure login