s/sendmail/smtpd/ in MESSAGE, ok Brad

This commit is contained in:
sthen 2018-09-27 16:16:50 +00:00
parent c685009a06
commit b71232dc2a
4 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.316 2018/09/11 21:21:54 sthen Exp $
# $OpenBSD: Makefile,v 1.317 2018/09/27 16:16:50 sthen Exp $
VERSION= 3.4-20180904
REVISION= 0
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}

View File

@ -1,12 +1,12 @@
Postfix can be set up to replace sendmail entirely. Please read the
Postfix can be set up to replace smtpd entirely. Please read the
documentation at file://${PREFIX}/share/doc/postfix/html/index.html or
${HOMEPAGE} carefully before you decide to do this!
To replace sendmail with Postfix you have to install a new mailer.conf
To replace smtpd with Postfix you have to install a new mailer.conf
using the following command:
${PREFIX}/sbin/postfix-enable
If you want to restore sendmail, this is done using the following command:
If you want to restore smtpd, this is done using the following command:
${PREFIX}/sbin/postfix-disable

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.202 2018/06/25 16:55:51 sthen Exp $
# $OpenBSD: Makefile,v 1.203 2018/09/27 16:16:50 sthen Exp $
VERSION= 3.3.1
REVISION= 0
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}

View File

@ -1,13 +1,13 @@
Postfix can be set up to replace sendmail entirely. Please read the
Postfix can be set up to replace smtpd entirely. Please read the
documentation at file://${PREFIX}/share/doc/postfix/html/index.html or
${HOMEPAGE} carefully before you decide to do this!
To replace sendmail with Postfix you have to install a new mailer.conf
To replace smtpd with Postfix you have to install a new mailer.conf
using the following command:
${PREFIX}/sbin/postfix-enable
If you want to restore sendmail, this is done using the following command:
If you want to restore smtpd, this is done using the following command:
${PREFIX}/sbin/postfix-disable