NTLM SMTP auth

This commit is contained in:
oheil 2023-09-09 18:46:11 +02:00
parent 88da1d54b6
commit b9b0032b1c
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,7 @@
* @package NOCC * @package NOCC
* @subpackage Configuration * @subpackage Configuration
* @license http://www.gnu.org/licenses/ GNU General Public License * @license http://www.gnu.org/licenses/ GNU General Public License
* @version SVN: $Id: conf.php.dist 3094 2023-07-21 17:34:05Z oheil $ * @version SVN: $Id: conf.php.dist 3098 2023-09-09 16:45:42Z oheil $
*/ */
// ################### This is the main configuration for NOCC ########## // // ################### This is the main configuration for NOCC ########## //
@ -120,6 +120,7 @@ $conf->loaded = true;
// 'PLAIN' : AUTH PLAIN method // 'PLAIN' : AUTH PLAIN method
// 'LOGIN' : AUTH LOGIN method // 'LOGIN' : AUTH LOGIN method
// 'TLS' : STARTTLS with normal login // 'TLS' : STARTTLS with normal login
// 'NTLM' : NTLM method (minimal)
// //
// $conf->domains[$i]->imap_namespace = 'INBOX.'; // $conf->domains[$i]->imap_namespace = 'INBOX.';
// Select IMAP Namespace // Select IMAP Namespace

View file

@ -5,6 +5,7 @@ NOCC 1.9.15 ??????????????
Misc Misc
* Added sha256 checksum for automatic update (Oliver Heil). * Added sha256 checksum for automatic update (Oliver Heil).
* Added (minimal) NTLM authentication for SMTP (Oliver Heil).
Bugs Bugs
* setting ssl context options for ssl smtp connection were not changeable * setting ssl context options for ssl smtp connection were not changeable