docs(readme): Remove docs for options removed in 664ad57 (#162)

This commit is contained in:
Jagoda Estera Ślązak
2026-08-18 12:21:28 +02:00
committed by missytake
parent 4d6f6af20b
commit a1d54dca93
-7
View File
@@ -99,9 +99,7 @@ for messages received from clients and performs following steps:
4. Rejects messages that do not meet at least one of the following criteria:
- PGP encrypted,
- securejoin message,
- sender is in `passthrough_senders`,
- self-sent Autocrypt Setup Message,
- all recipients match `passthrough_recipients`.
### Transport mode
@@ -158,11 +156,6 @@ but implements a custom parser that only requires a small subset of configuratio
defaults to `60`.
- `max_user_send_burst_size` - per-user max burst size for sending rate limiting (GCRA bucket capacity),
defaults to `10`.
- `passthrough_senders` - space separated list of email addresses
which can send outbound un-encrypted mail.
- `passthrough_recipients` - space separated list of email addresses
which can receive inbound un-encrypted mail,
item may start with `@` to whitelist whole recipient domains.
- `mail_domain` - domain name used in email addresses.
- `mailboxes_dir` - path to mailboxes directory,
defaults to `/home/vmail/mail/<mail_domain>`.