Max Mazurov
Max Mazurov
Try again with [01c65cf](https://github.com/foxcpp/maddy/commit/01c65cfb0e40d3c5898ce831fc45a24f0f261ab9)
Patches welcome
Upstream issue: https://github.com/emersion/go-smtp/issues/236
Possible use for #731 ``` destination_in expr 'address_domain(recipient) in table_query(local_domains, '')' ```
Blocked by the need to have a general-purpose templating functionality in configuration to produce JSON values from message/configuration.
I would go with implementing a simple LMTP/SMTP bridge that would call apprise. Looks like somebody already did it: https://github.com/kenneth-church/junction
If a generic-purpose target.http is ever implemented, it might be used with https://github.com/caronc/apprise-api
Created a minimal config to test it: ``` imap tcp://127.0.0.1:4444 { auth pass_table sql_table { driver sqlite3 dsn credentials.db table_name passwords } storage imapsql sqlite3 test.db } ``` ``` $...
IMAP QUOTA and IMAP CONDSTORE support is blocked by go-imap v2 migration and [new storage backend](https://github.com/foxcpp/maddy-storage).