OpenSMTPD: Difference between revisions

9glenda (talk | contribs)
m 9glenda moved page Opensmtpd to OpenSMTPD: change Opensmtpd to OpenSMTPD
Klinger (talk | contribs)
m link added
 
(One intermediate revision by the same user 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]]