Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Maildir support #109

Open
tommairs opened this issue Dec 9, 2023 · 0 comments
Open

Enhance Maildir support #109

tommairs opened this issue Dec 9, 2023 · 0 comments
Labels
Needs Funding This feature is available for sponsorship.

Comments

@tommairs
Copy link
Collaborator

tommairs commented Dec 9, 2023

The current maildir support is rudimentary and adequate for basic testing but should be made more robust and save mail files sorted by user name and potentially by domain. This would enable installing Dovecot or some other webmail interface for management.

Current docs are here: https://docs.kumomta.com/reference/kumo/make_queue_config/?h=maildir#example-of-using-the-maildir-protocol

Ideally, there should be options for where to locate the message store and set dir and file permissions:

basedir = "/var/tmp/maildir"
dirmode = 775
filemode = 664

There should also be options for creating new folders based on the localpart of the destination address and optionally to create dirs based on the domains as well. IE: /var/tmp/maildir/new/kumomta.com/tom/
create_users = true
create_domain_paths = true

FInally, there should be options to capture mail for all domains or only for select domains.
all_domains = false
domains = ( "example.com", "kumomta.com" )

@MHillyer MHillyer added the Needs Funding This feature is available for sponsorship. label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Funding This feature is available for sponsorship.
Projects
Status: Needs funding
Development

No branches or pull requests

2 participants