mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
smtp: probe credentials on save (connect+auth+quit, no message sent)
This commit is contained in:
6
TODO.md
6
TODO.md
@@ -63,6 +63,12 @@
|
||||
- [ ] Verify TCP reachability from XAMXAM VM to LDAP server (port 636)
|
||||
- [ ] See `docs/LDAP_AUTH_PLAN.md` for full phase-by-phase plan
|
||||
|
||||
## SMTP credential validation
|
||||
|
||||
- [x] Add `SmtpRelay::test()` — connect + EHLO + STARTTLS + AUTH + QUIT, no message sent
|
||||
- [x] Add `SmtpRelay::smtpProbe()` — private low-level probe (mirrors smtpSend without envelope/data)
|
||||
- [x] Wire into `actions/settings.php` SMTP branch: probe immediately after save, flash success or error with detail
|
||||
|
||||
## Répertoire layout
|
||||
|
||||
- [x] Make column headings sticky/non-scrollable; only `ul` scrolls per column
|
||||
|
||||
Reference in New Issue
Block a user