OpenSMTPD: Difference between revisions

9glenda (talk | contribs)
Init
 
Klinger (talk | contribs)
m link added
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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 ==
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
services.opensmtpd.enable = true;
services.opensmtpd.enable = true;
</syntaxhighlight>
</syntaxhighlight>
[[Category:Mail Server]]
[[Category:Server]]