fix: remove dual-stack [::]:PORT bind (silences spurious EADDRINUSE errors) #481

Merged
guettlibot merged 5 commits from issue-478-fix-stalwart-dual-stack-bind into main 2026-06-07 02:38:22 +00:00
5 Commits
Author SHA1 Message Date
Bot of Thomas Güttler 202fb9cd74 Merge branch 'main' into issue-478-fix-stalwart-dual-stack-bind 2026-06-07 04:27:16 +02:00
Thomas SharedInbox c6b6d942d4 Merge branch 'main' into issue-478-fix-stalwart-dual-stack-bind 2026-06-07 00:30:48 +02:00
Thomas SharedInbox bc0f4e83fc Merge branch 'main' into issue-478-fix-stalwart-dual-stack-bind 2026-06-07 00:15:43 +02:00
Thomas SharedInboxandClaude Sonnet 4.6 5a8a03fb70 fix(ci): forward SSH tunnel directly to dagger engine socket
Eliminates the socat bridge dependency by using OpenSSH's built-in
Unix socket forwarding (-L port:socket_path). The dagger user already
owns /run/dagger/engine.sock so no intermediate TCP listener is needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 23:43:26 +02:00
Thomas SharedInboxandClaude Sonnet 4.6 9c6b037b21 fix: remove dual-stack [::]:PORT bind to silence spurious EADDRINUSE errors
On Linux with IPv6 dual-stack (the Docker default), binding 0.0.0.0:PORT
already covers IPv6 via the dual-stack socket, so the subsequent [::]:PORT
bind hits EADDRINUSE on every Stalwart startup. Drop the sed substitution
that added the [::]:PORT entries.

Closes #478

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 21:51:17 +02:00