feature/mailman #160
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/mailman"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +128,4 @@
"/var/lib/mailman/postfix/mailqueue:/var/spool/postfix"
"/var/lib/mailman/postfix/data:/var/lib/postfix"
"/var/lib/mailman/core:/var/lib/mailman/core"
"${postfixConfig}/bin/main.cf:/etc/postfix/main.cf"
Debugged this with
nix repl
, the output ofpostfixConfig
is the nix store path of the renderedmain.cf
file.Pending CI build this LGTM
EDIT: CI is green ✅, let's merge this! 🎉