chore(agentmail): modern bbs defaults (mail host, 465 implicit TLS) - #130
Merged
Conversation
resolveMailuConfig now defaults to the real bbs mail stack: address domain bbs.profullstack.com, mail host mail.profullstack.com, SMTP 465 implicit TLS (bbs refuses 587), IMAPS 993. Also fixes a latent mismatch where the address domain (bbs) and the transport's from-domain check (mail) diverged with no env set. Verified live end-to-end with only AGENTMAIL_USER/PASS supplied. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ThreatCrush Security Scan59 finding(s) HIGH/CRITICAL: 31 | MEDIUM: 28
…and 9 more. Full results in the Security tab. Snippets are redacted; ThreatCrush never prints matched credential material. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rescues
5eb4420from the stalechore/agentmail-modern-portsbranch, which had fallen ~35k lines behindmasterand could not be merged as-is. Cherry-picked cleanly onto currentmaster—git patch-idconfirms the change is identical to the original commit.What it does
resolveMailuConfignow defaults to the real bbs mail stack:bbs.profullstack.com, mail hostmail.profullstack.com465implicit TLS (the bbs Mailu front does not listen on 587 — it refuses the connection)993Also fixes a latent mismatch where the address domain (
bbs) and the transport's from-domain check (mail) diverged when no env was set.Verification
@logicsrc/plugin-agentmail: 20 tests passThe original branch has been deleted now that this commit is preserved here.
🤖 Generated with Claude Code