use raise_error, fixed double $
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jun 2 2025
I don't like it. Services do not require authentication, but this APIs require auth. Especially the delegation write (POST/DELETE) requests.
I'm not sure if this is all of the api that is required.
May 30 2025
Get mailfilter to not block outgoing email.
May 29 2025
Get logging to work reliably in the python scripts
I think we can merge this and improve it from there.
- Merge branch 'master' into dev/login-as
May 28 2025
This may have been discussed elsewhere, but is it actually desirable to have per-user overrides of mail delivery policies?
The external sender warning seems like something potentially security critical that you don't want to have disabled on a per user basis.
The per user setting of the invitation policy is perhaps less critical.
To support delegation, the reject_sender_login_mismatch check has been
removed, so we rely on the access policy to check sender address
ownership.
- Add test cases
renamed scripts, remove mention of spf
Tests in tests/Feature/Policy/SmtpAccessTest.php probably fail, also we should test rate limit there.
I like the registerRoutes() approach.
May 27 2025
- Update tests for the IP-to-country change for 127.0.0.0/8 network
May 26 2025
- Per-user mail delivery settings
- Move greylist setting into the Mail delivery section
- Tests
May 23 2025
May 22 2025
May 21 2025
May 19 2025
- Don't redirect autoconf/autodiscovery requests to Roundcube container
May 13 2025
- Remove redundant route
- Refactor, move button/action to the admin API
- Add test