From 0821786f6658d1295ec00dac9ea10c54b767337a Mon Sep 17 00:00:00 2001 From: schmonz Date: Thu, 24 Aug 2023 15:49:09 +0000 Subject: [PATCH] opensmtpd: s|smpt|smtp|g --- mail/opensmtpd/files/README.pkgsrc | 2 +- mail/opensmtpd/files/mailer.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/opensmtpd/files/README.pkgsrc b/mail/opensmtpd/files/README.pkgsrc index 0903cafa13f7..3fe96fdbb968 100644 --- a/mail/opensmtpd/files/README.pkgsrc +++ b/mail/opensmtpd/files/README.pkgsrc @@ -8,7 +8,7 @@ to set up OpenSMTPD for local and outbound delivery on your system: * Replace /etc/mailer.conf with @PREFIX@/share/examples/opensmtpd/mailer.conf. * Prepend @PREFIX@/man to the MANPATH environment to avoid conflicting names for man pages with sendmail-compatible mail servers. -* Check the smptd.conf and aliases files in @PKG_SYSCONFDIR@/smtpd. See +* Check the smtpd.conf and aliases files in @PKG_SYSCONFDIR@/smtpd. See the relevant man pages. * Set opensmtpd=YES in /etc/rc.conf. * Run `@RCD_SCRIPTS_DIR@/opensmtpd start' to start OpenSMTPD. diff --git a/mail/opensmtpd/files/mailer.conf b/mail/opensmtpd/files/mailer.conf index 92fee3c39a54..cd29ebc268ab 100644 --- a/mail/opensmtpd/files/mailer.conf +++ b/mail/opensmtpd/files/mailer.conf @@ -1,9 +1,9 @@ -# $NetBSD: mailer.conf,v 1.4 2023/08/24 15:26:40 vins Exp $ +# $NetBSD: mailer.conf,v 1.5 2023/08/24 15:49:09 schmonz Exp $ # # Use "opensmtpd" replacements # sendmail @PREFIX@/sbin/smtpctl send-mail @PREFIX@/sbin/smtpctl mailq @PREFIX@/sbin/smtpctl -makemap @PREFIX@/sbin/smptctl +makemap @PREFIX@/sbin/smtpctl newaliases @PREFIX@/sbin/smtpctl