www/caddy: Add changelogs and bump plugin to version 2.0.0 (#4703)
* www/caddy: Update pkg-descr
* www/caddy: Bump version
* www/caddy: Sync pkg-descr with available description in github.com/caddyserver
www/caddy: Remove DNS Provider subsystem except cloudflare in favor of global custom config file (#4691)
* www/caddy: Remove DNS Provider subsystem except cloudflare. Since caddy-v2.10.0, a global DNS Provider can be set. This enables users to drop in a custom configuration file with their DNS Provider configuration into global settings, if they plan to supply their own custom build anyway. This change fixes the maintainability issues completely.
* www/caddy: Remove includeDnsProvider template
* www/caddy: Some minor cleanups in the form to reflect the Auto HTTPS and DNS Provider changes better
mail/postfix: Disable NTLM login because of deprectation (#4663)
* 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 at lastsummer.de>
www/caddy: Remove DNS Provider subsystem except cloudflare. Since caddy-v2.10.0, a global DNS Provider can be set. This enables users to drop in a custom configuration file with their DNS Provider configuration into global settings, if they plan to supply their own custom build anyway. This change fixes the maintainability issues completely.
www/xcaddy: Fix a few things to make it more unlikely that the build can be stuck forever, moving lock file to tmp, automatically reset status for the front end after a while. Automatically continue polling on page load.