OpenSMTPD: Difference between revisions
Appearance
Mark stub |
|||
| (3 intermediate revisions by 2 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 == | ||
{{File|3=services.opensmtpd.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}} | |||
services.opensmtpd.enable = true; | [[Category:Mail Server]] | ||
[[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;