maddy/cmd
fox.cpp a574b9fbb2
Use Unix socket to pass IMAP updates from maddyctl to daemon
There is abstraction 'updates pipe' defined for future use with
configuration involving IMAP data replication (e.g. multiple nodes with
maddy instances + PostgreSQL replicas + S3 bucket for messages).

However, for the case of local SQLite3 DB, limited UDS-based
implementation is provided. It solves the problem of maddyctl not being
able to tell the server about modifications it makes. Alternative to
this approach would be to have server actually perform operations and
maddyctl being a dumb API client, but this requires a lot more complex
IPC interface and will not work when the server is down.
2019-12-13 17:31:35 +03:00
..
maddy Move all code from cmd/maddy into root package 2019-11-15 19:34:20 +03:00
maddy-pam-helper cmd/maddy-pam-helper: Copy pam.c from auth/pam 2019-09-15 04:13:38 +03:00
maddy-shadow-helper Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
maddyctl Use Unix socket to pass IMAP updates from maddyctl to daemon 2019-12-13 17:31:35 +03:00
README.md Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00

maddy executables

maddy

Main server executable.

maddyctl

IMAP index and authentication database inspection and manipulation utility.

maddy-pam-helper, maddy-shadow-helper

Deprecated: Currently they are unusable due to changes made to the storage implementation.

Utilities compatible with the extauth module that call libpam or read /etc/shadow on Unix systems.