maddy icon indicating copy to clipboard operation
maddy copied to clipboard

✉️ Composable all-in-one mail server.

Results 165 maddy issues
Sort by recently updated
recently updated
newest added

# Describe the bug What do you think is wrong? The config: ``` remote_queue.bounce.deliver_to &outbound_delivery ``` leads to error ``` SMTPUTF8 is unsupported, cannot convert sender address ``` Background: I...

bug

Do you plan to add ability to run maddy as package - for example i want to have config not in file, but generated via my service, also i want...

new feature

# Describe the bug Something bad with my build. ` imapsql: using transpiled SQLite (modernc.org/sqlite), this is experimental imapsql: NewBackend (initSchema): create table users: SQL logic error: AUTOINCREMENT is only...

bug

# Use case **What problem you are trying to solve?** I would like to be able to set up Maddy (along with Caddy and some other glue code) as a...

new feature

# Describe the bug Tried to build on macOS with `GOOS=linux GOARCH=arm64 ./build.sh --static`. Got `2024-08-31T14:33:06.027Z [debug] systemd: STATUS="failed to open db: sql: unknown driver "sqlite3" (forgotten import?)"` I even...

bug

Problem Description After upgrading maddy to compile with Go 1.23 (or Go 1.22+), sending emails to certain mail servers fails due to TLS handshake errors. This occurs because Go 1.22+...

bug

The maddy_queue_length was already registered but never used. The gauge is updated when actions on disks are performed: - Incremented when a message is written to disk or when the...

# Describe the bug IMAP APPENDLIMIT settings behave in effected, conflict with maddy settings. # Steps to reproduce 1. Run maddy in Docker as instructed in https://maddy.email/docker/ 2. Create a...

bug

# Describe the bug I am trying to implement a simple mailing-list-like functionality using maddy only. I have added a corresponding configuration block so that recipients of emails addressed to...

bug