OpenSMTPD: Difference between revisions
Appearance
m link added |
Mark stub |
||
| (One intermediate revision by one other user not shown) | |||
| 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 == | ||
{{File|3=services.opensmtpd.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}} | |||
services.opensmtpd.enable = true; | |||
[[Category:Mail Server]] | [[Category:Mail Server]] | ||
[[Category: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;