You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#495 adds simple-nixos-mailserver to umbriel, but it has a bug: when you change mailing list memberships, postfix doesn't notice the change.
postfix doesn't actually need to get reloaded to observe this change, but we do need to re-run postmap to generate updated db map files. This happens in the postfix-setup service.
Relates to #485.
#495 adds simple-nixos-mailserver to umbriel, but it has a bug: when you change mailing list memberships, postfix doesn't notice the change.
postfix doesn't actually need to get reloaded to observe this change, but we do need to re-run
postmap
to generate updated db map files. This happens in thepostfix-setup
service.This doesn't play nicely with how we're using a sops-nix template to generate the map file, because the path never changes, which means the
postfix-setup
service never re-runs.I discussed this with @Mic92, and fixing this requires a change to sops-nix. We have two ideas:
I'm going to work on 2) now.
The text was updated successfully, but these errors were encountered: