Ron via Talk wrote on 2026-01-14 01:15:
If you can manage to get locked out (IP blocked) from the interface, *then* figure out a way back in, I'd be grateful to hear how.
So, here's how (needs the admin password): stalwart-cli --url 127.0.0.1:8080 list-config | grep $my.ip Should show something like server.blocked-ip.1.2.3.4 stalwart-cli --url 127.0.0.1:8080 delete-config.1.2.3.4 I'm having no success adding allow list items in the toml file with keys like: server.allow-ip allow-ip [Server] allow-ip There's a reload-config, but it doesn't seem to add entries made to toml file, so I'm not sure how things work together yet: stalwart-cli --url 127.0.0.1:8080 reload-config Ah, in the admin interface, Settings > Security > Allowed IPs, where I added my IP. There's also Spam filter > Lists > Trusted domains. Now, stalwart-cli ... list-config | grep $my_ip shows a new entry: lookup.trusted-domains.1.2.3.4 Probably don't want an IP in there. Quite detailed documentation here: https://stalw.art/docs/server/auto-ban/ Still, I cannot get Thunderbird to talk CalDAV to Stalwart (yet). This part is also frustrating BUT now I'm NOT locked out after a few tries.