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