mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
b0ab9598b2
* Disable NTLM login because of deprectation As NTLMv1 gets disabled and removed by Microsoft [1] and NTLMv2 authentication is broken (causing authentication failures), NTLM should be disabled altogether in Postfix to force other auth options. If a SMTP server replies with AUTH NTLM LOGIN, it tries to use NTLM which fails if only NTLM v2 is enabled on the server. [1] https://borncity.com/win/2024/12/23/windows-11-24h2-server-2025-ntlmv1-has-been-removed/ * Update pkg-descr * Update Makefile * Update mail/postfix/Makefile --------- Co-authored-by: Franco Fichtner <franco@lastsummer.de>
8 lines
171 B
Makefile
8 lines
171 B
Makefile
PLUGIN_NAME= postfix
|
|
PLUGIN_VERSION= 1.24
|
|
PLUGIN_COMMENT= SMTP mail relay
|
|
PLUGIN_DEPENDS= postfix
|
|
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
|
|
|
.include "../../Mk/plugins.mk"
|