Jump to content

OpenSMTPD: Difference between revisions

From Official NixOS Wiki
9glenda (talk | contribs)
Init
 
Averymt (talk | contribs)
Mark stub
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
OpenSMTPD is a simple mail server developed by the OpenBSD project.
{{expand}}
[https://www.opensmtpd.org/ OpenSMTPD] is a simple mail server developed by the OpenBSD project.
== Installation ==
== Installation ==
<syntaxhighlight lang="nix">
{{File|3=services.opensmtpd.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}
services.opensmtpd.enable = true;
[[Category:Mail Server]]
</syntaxhighlight>
[[Category:Server]]

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;