diff options
author | 1998-02-07 21:23:59 +0000 | |
---|---|---|
committer | 1998-02-07 21:23:59 +0000 | |
commit | 7bba0f344b9374519ca283336224c738526f08c7 (patch) | |
tree | b493ea3f9ecd234d3216602200809b2cce5eaf14 | |
parent | sync (diff) | |
download | wireguard-openbsd-7bba0f344b9374519ca283336224c738526f08c7.tar.xz wireguard-openbsd-7bba0f344b9374519ca283336224c738526f08c7.zip |
add line to inetd.conf - not uncomment
-rw-r--r-- | share/smtpd/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/smtpd/README b/share/smtpd/README index fc357d5b925..bfc0896ae1b 100644 --- a/share/smtpd/README +++ b/share/smtpd/README @@ -24,7 +24,7 @@ smtpfwdd_flags="" # for 'normal' use: smtpfwdd_flags="", no -bd above. 2) edit /etc/inetd.conf - uncomment the line : + add a line : smtp stream tcp nowait root /usr/libexec/smtpd smtpd |