Opensmtpd: Difference between revisions

From Alpine Linux
(Created page with "== How to install opensmtpd == <code> apk add opensmtpd </code> == How to configure ==")
 
m (Categorized: Mail)
 
(3 intermediate revisions by one other user not shown)
Line 4: Line 4:
<code>
<code>
apk add opensmtpd
apk add opensmtpd
rc-update add smtpd
</code>
</code>
== How to configure ==




== How to configure ==
[[Category:Mail]]

Latest revision as of 01:24, 21 September 2017

How to install opensmtpd

apk add opensmtpd

rc-update add smtpd

How to configure