Jump to content

OpenSMTPD: Difference between revisions

From Official NixOS Wiki
Axka (talk | contribs)
m Show that the configuration is for NixOS
Tags: Mobile edit Mobile web edit Visual edit
Averymt (talk | contribs)
Mark stub
 
Line 1: Line 1:
{{expand}}
[https://www.opensmtpd.org/ OpenSMTPD] is a simple mail server developed by the OpenBSD project.
[https://www.opensmtpd.org/ OpenSMTPD] is a simple mail server developed by the OpenBSD project.
== Installation ==
== Installation ==

Latest revision as of 05:53, 2 June 2026

☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.

OpenSMTPD is a simple mail server developed by the OpenBSD project.

Installation

❄︎ /etc/nixos/configuration.nix
services.opensmtpd.enable = true;