nixos-mailserver VS Home Manager using Nix

Compare nixos-mailserver vs Home Manager using Nix and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nixos-mailserver Home Manager using Nix
12 183
- 5,969
- 4.7%
- 9.8
- 2 days ago
Nix
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nixos-mailserver

Posts with mentions or reviews of nixos-mailserver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-23.
  • SNM - Mailserver: SMTP outgoing mail not working
    1 project | /r/NixOS | 17 May 2023
    Hello. I have a server running NixOS. Webserver etc. works well and without problems. I tried to install the Simple NixOS Mailserver (https://gitlab.com/simple-nixos-mailserver/nixos-mailserver). After configure it the incoming mail works fine (IMAP: mail.domain.com on port 993) but the mails won't go out.
  • Modern full-featured mail server for low-maintenance self-hosted email
    11 projects | news.ycombinator.com | 23 Feb 2023
    If you are familiar with NixOS, and like to have everything declared in Nix configuration, Simple NixOS Mailserver is very robust and easy to use. Have been using it for ~2 years.

    https://gitlab.com/simple-nixos-mailserver/nixos-mailserver

  • Self Hosted Email Server
    4 projects | /r/selfhosted | 9 Jan 2023
    I was able to set up a reliable email server using Simple NixOS Mailserver following the guide.
  • ridiculously easy mail server setup with NixOS
    2 projects | /r/NixOS | 5 Oct 2022
    I just finished setting up my mail server on my nixos VPS (also huge thanks to nixos-infect devs), it was super easy. Just follow the guide and you have a working 10/10 mail server, I had no bumps along the way and everything just works. It even has flake support which I used. Check out the repo simple-nixos-mailserver/nixos-mailserver.
  • [WIP] Simple yet powerful mail server setup on NixOS
    1 project | /r/NixOS | 3 Aug 2022
    I’ve been using nixos-mailserver for a while now: https://gitlab.com/simple-nixos-mailserver/nixos-mailserver It’s using dovecot and postfix.
  • Maybe moving to self hosted email
    6 projects | /r/selfhosted | 8 May 2022
    If your willing to do some tinkering I recommend simple-nixos-mailserver. I don't use nixos much, but I do find its very good at this one thing.
  • Best minimal Email Server for Linux
    9 projects | /r/selfhosted | 24 Dec 2021
    If you have the option to install NixOS (or convert the preinstalled distro), I can recommend Simple NixOS Mailserver. It is a complete solution (postfix, dovecot, rspamd), and can easily be extended with roundcube webmail.
  • How to Learn Nix
    11 projects | news.ycombinator.com | 22 Nov 2021
    I recently got into running my own NixOS server—setting up Nextcloud[0], a website[1], DNS server and most recently a mail server[2] were all incredibly easy, in fact, setting up DNS records is more involved than configuring a mail server on NixOS! This was all done on a server with less than 10 GB of disk space as well.

    With additional software such as NixOps, personal servers can also be easily spun up and provisioned.

    While inevitably there are rough edges if you look deeply enough, I think the default OOTB experience has been incredible for use on a server and as a day-to-day distro. Highly predictable and declarative configurations is the way to go.

    [0] https://github.com/siraben/dotfiles/blob/ffaaacf8888a5c4167b...

    [1] https://siraben.dev

    [2] https://gitlab.com/simple-nixos-mailserver/nixos-mailserver

  • Error in rebuild after upgrading from 20.09 to 21.05
    1 project | /r/NixOS | 21 Oct 2021
    { config, pkgs, ... }: let nixos-unstable = import { config = removeAttrs config.nixpkgs.config [ "packageOverrides" ]; }; in { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix (builtins.fetchTarball { url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/nixos-21.05/nixos-mailserver-nixos-21.05.tar.gz"; sha256 = "1fwhb7a5v9c98nzhf3dyqf3a5ianqh7k50zizj8v5nmj3blxw4pi"; }) ]; disabledModules = [ "services/misc/mautrix-telegram.nix" "services/misc/matrix-synapse.nix" "services/misc/matrix-appservice-irc.nix" "services/web-apps/jitsi-meet.nix" "services/networking/jitsi-videobridge.nix" "services/networking/jicofo.nix" ]; nixpkgs = { overlays = [ # *snip* some local package definitions ]; config = { allowUnfree = true; packageOverrides = pkgs: { mautrix-telegram = nixos-unstable.mautrix-telegram; matrix-synapse = nixos-unstable.matrix-synapse; matrix-appservice-irc = nixos-unstable.matrix-appservice-irc; jitsi-meet = nixos-unstable.jitsi-meet; jitsi-meet-prosody = nixos-unstable.jitsi-meet-prosody; jitsi-videobridge = nixos-unstable.jitsi-videobridge; jitsi-videobridge2 = nixos-unstable.jitsi-videobridge2; jitsi = nixos-unstable.jitsi; jicofo = nixos-unstable.jicofo; util-linux = nixos-unstable.util-linux; # required by matrix-synapse }; }; }; # ...
  • NixOS for selfhosting?
    4 projects | /r/NixOS | 22 Sep 2021
    I'm running matrix-synapse, nextcloud (in a nixos container), mumble, gitlab, vaultwarden, some game servers (i.e. Minecraft) and even my own mailserver with simple-nixos-mailserver.

Home Manager using Nix

Posts with mentions or reviews of Home Manager using Nix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-18.
  • Cosmic Desktop: Hammering Out New Cosmic Features
    4 projects | news.ycombinator.com | 18 Apr 2024
    It's probably overkill for what you are trying to do. But I have been using home-manager [0] as a way to quickly restore my working environment.

    [0] https://nix-community.github.io/home-manager/

  • How do I actually update home-manager?
    2 projects | /r/NixOS | 6 Dec 2023
    $ home-manager --version 23.05 $ nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz home-manager $ nix-channel --update $ nix-shell '' -A install [...] All done! The home-manager tool should now be installed and you can edit /home/MY-USERNAME/.config/home-manager/home.nix to configure Home Manager. Run 'man home-configuration.nix' to see all available options. $ home-manager --version 23.05
  • Possible to use KDE plugins on nixos?
    3 projects | /r/NixOS | 6 Dec 2023
    Unfortunately until we find more volunteers in this area, it is hard to see status quo changing. See also https://github.com/nix-community/home-manager/issues/607 and this ongoing project https://github.com/pjones/plasma-manager
  • Exclude packages in home manager
    1 project | /r/NixOS | 5 Dec 2023
  • An Overview of Nix in Practice
    9 projects | news.ycombinator.com | 12 Nov 2023
    > Channels are, AFAIU, a reference to some point-in-time/commit/version of nixpkgs

    It's not specifically nixpkgs, but any Nix code generally.

    Per the Nix manual[0]:

    > Channels are a mechanism for referencing remote Nix expressions and conveniently retrieving their latest version.

    e.g. home-manager's suggested channel is just the github tarball for the relevant branch[1]:

      nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
  • Fake recruiter Lazarus lured aerospace employee with trojanized coding challenge
    4 projects | news.ycombinator.com | 1 Oct 2023
    It sounds like you'd benefit a lot from Nix/NixOS [1], if not just home-manager[2].

    1. https://nixos.org/

    2. https://github.com/nix-community/home-manager

  • Noob question: Where home-manager config after installed on archlinux
    1 project | /r/Nix | 11 Sep 2023
    nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager nix-channel --update nix-shell '' -A install
  • Need help on home manager neovim config
    2 projects | /r/NixOS | 11 Sep 2023
    I'm using flakes and home manager and not really sure how to go about managing my neovim configuration. I've read through some other posts, github issues, and various articles trying to suss out a good way to do this. Reading through other people's configs and posts was somewhat helpful but there is a lot going on I don't understand and everyone's examples I've seen vary wildly.
  • Recurring 'Home Manager not found' Error After Running nix-collect-garbage"
    1 project | /r/Nix | 11 Aug 2023
    Said store path contains the home-manager repo. After the home-manager run, the store path is recreated.
  • I want to like NixOS but... I can't and I need some help
    3 projects | /r/NixOS | 12 Jul 2023
    I can't answer all your questions, but home-manager does have a dconf module that would probably be better to use than that external tool. Everything inside the options block are the things you can pass to the dconf module.

What are some alternatives?

When comparing nixos-mailserver and Home Manager using Nix you can also consider the following projects:

envfs - Fuse filesystem that returns symlinks to executables based on the PATH of the requesting process.

Ansible - Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

maddy - ✉️ Composable all-in-one mail server.

GNU Stow - GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches

flake-utils-plus - Use Nix flakes without any fluff.

nixos-flake-example - This is a demo NixOS config, with optional flakes support. Along with notes on why flakes is useful and worth adopting.

nur-combined - A repository of NUR that combines all repositories [maintainer=@Mic92]

NixOS-WSL - NixOS on WSL(2) [maintainer=@nzbr]

crowdsec - CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.

emacs-overlay - Bleeding edge emacs overlay [maintainer=@adisbladis]

nix-template - Make creating nix expressions easy

chezmoi - Manage your dotfiles across multiple diverse machines, securely.