Initial skills documentation — 25 categories, all SKILL.md + references + scripts

This commit is contained in:
root
2026-07-15 17:42:20 -04:00
commit 1b4fcd4427
976 changed files with 188344 additions and 0 deletions
@@ -0,0 +1,16 @@
# SMTP Recipient Pitfalls
**Last updated:** Jul 10, 2026
## Valid Recipient Address — Critical
The ONLY valid recipient for Germaine is `g@germainebrown.com`.
- `g@germainebrown.com` — ✅ 250 Accepted by MXroute
- `germaine@germainebrown.com` — ❌ 550 No such recipient here
- `g@iamgmb.com` — ❌ 550 No such recipient here
- `germaine@itpropartner.com` — ❌ 550 No such recipient here
The MXroute Exim server at `mail.germainebrown.com:2525` rejects any address that doesn't have a mailbox on the server. Only `shonuff@germainebrown.com` (sender) and `g@germainebrown.com` (recipient) have mailboxes.
**Always BCC shonuff@germainebrown.com** on every outbound send — partially as a record, partially so the shonuff-inbox-collect.py can detect replies.