maddy
maddy copied to clipboard
✉️ Composable all-in-one mail server.
Dear @foxcpp, Can you add supports of : - SCRAM-SHA-1 - SCRAM-SHA-1-PLUS - SCRAM-SHA-256 - SCRAM-SHA-256-PLUS - SCRAM-SHA-512 - SCRAM-SHA-512-PLUS - SCRAM-SHA3-512 - SCRAM-SHA3-512-PLUS You can add too: - SCRAM-SHA-224...
Configuring MUAs is made much easier with support for automatic configuration. Mozilla's de-facto standard for this is quite widely used: https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration I'm currently manually maintaining one of these at https://autoconfig.ur.gs/.well-known/autoconfig/mail/config-v1.1.xml...
Currently ed25519 is NOT supported by most platforms.
# Use case I'm evaluating maddy for my personal mailserver. I've loved the simplicity and great number of features related to a modern mailserver setup ! Even for personal mailserver...
# Describe the bug Maddy somehow is unable to parse the date. I looked a little bit around in the maddy and golang code and i think the problem is...
## Use case Putting maddy behind a reverse proxy/load balancer/TLS terminator while still providing necessary information for any policy validation. ## Implementation See #296 for relevant discussion. Exact configuration syntax...
Simplest possible implementation: Add `greylist` filter just doing unconditional greylisting. Possibly better implementation: Add `greylist` check action so e.g. it is possible to implement greylisting as a response to some...
### Discussed in https://github.com/foxcpp/maddy/discussions/435 Originally posted by **lexesv** January 6, 2022 Hello. I set in Thunderbird Config editor: **mail.imap.expunge_after_delete;true** But messages are still not deleted from the server.
Sequence numbers are not guaranteed to refer to any particular message since they can easily change between maddyctl invocations (e.g. if used in a script). Though this should not happen...