1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-03-13 22:31:13 +03:00
mox/http
Mechiel Lukkien 713d781bad
log a consistent log line for failed authentication attempts, with the remote ip
so external tools (like fail2ban) can monitor the logs and block ip's of bots.

for issue  by inigoserna, though i'm not sure i interpreted the suggestion correctly.
2023-05-31 20:39:00 +02:00
..
account.go log a consistent log line for failed authentication attempts, with the remote ip 2023-05-31 20:39:00 +02:00
account.html the mbox export also contains all message flags, so fix the text along the export links 2023-03-29 21:21:43 +02:00
account_test.go deprecate having only localparts in an Account's Destinations, it should always be a full email address 2023-03-09 22:13:56 +01:00
accountapi.json make http(s) path for serving the account and admin pages configurable 2023-03-12 11:52:15 +01:00
admin.go log a consistent log line for failed authentication attempts, with the remote ip 2023-05-31 20:39:00 +02:00
admin.html add reverse proxying websocket connections 2023-05-30 22:11:31 +02:00
admin_test.go change mox to start as root, bind to network sockets, then drop to regular unprivileged mox user 2023-02-27 12:19:55 +01:00
adminapi.json implement a catchall address for a domain 2023-03-29 21:11:43 +02:00
autoconf.go make it easier to run with existing webserver 2023-03-04 00:49:02 +01:00
autoconf_test.go mox! 2023-01-30 14:27:06 +01:00
import.go update to latest bstore (with support for an index on a []string: Message.DKIMDomains), and cyclic data types (to be used for Message.Part soon); also adds a context.Context to database operations. 2023-05-22 14:40:36 +02:00
mtasts.go add basic webserver that can do most of what i need 2023-02-28 22:19:24 +01:00
mtasts_test.go mox! 2023-01-30 14:27:06 +01:00
web.go add reverse proxying websocket connections 2023-05-30 22:11:31 +02:00
web_test.go make http(s) path for serving the account and admin pages configurable 2023-03-12 11:52:15 +01:00
webserver.go add reverse proxying websocket connections 2023-05-30 22:11:31 +02:00
webserver_test.go add reverse proxying websocket connections 2023-05-30 22:11:31 +02:00