Stalwart: Difference between revisions

change references in nix configuration examples from `stalwart-mail` to `stalwart`
m Presumably the effort of setting up the value for a secondary password in `environment.etc."stalwart/mail-pw2"` is not meant to be for nothing. The value of `environment.etc."stalwart/mail-pw1"` is used for both of the two example users, while `pw2` was unused.
Line 83: Line 83:
           class = "individual";
           class = "individual";
           name = "postmaster";
           name = "postmaster";
           secret = "%{file:/run/credentials/stalwart.service/mail-pw1}%";
           secret = "%{file:/run/credentials/stalwart.service/mail-pw2}%";
           email = [ "postmaster@example.org" ];
           email = [ "postmaster@example.org" ];
         }
         }