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

Add support for mailing lists with login accounts #511

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 10, 2024

  1. Add support for mailing lists with login accounts

    With this change, mailing lists can now have associated login
    accounts, which allow folks to send emails via SMTP from a `@nixos.org`
    email address.
    
    This completes NixOS#510
    
    I opted to keep dovecot around. We're not using it for IMAP, just for
    `SASL` authentication. It would have requires some (brittle) overriding of
    settings from `nixos-mailserver` to get rid of dovecot. If we really
    want to get rid of dovecot someday, I believe we should try to add an
    option upstream in `simple-nixos-mailserver`.
    jfly committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f3743a8 View commit details
    Browse the repository at this point in the history