Thu Aug 24 15:49:09 2023 UTC ()
opensmtpd: s|smpt|smtp|g


(schmonz)
diff -r1.1 -r1.2 pkgsrc/mail/opensmtpd/files/README.pkgsrc
diff -r1.4 -r1.5 pkgsrc/mail/opensmtpd/files/mailer.conf

cvs diff -r1.1 -r1.2 pkgsrc/mail/opensmtpd/files/README.pkgsrc (expand / switch to unified diff)

--- pkgsrc/mail/opensmtpd/files/README.pkgsrc 2023/08/24 15:26:40 1.1
+++ pkgsrc/mail/opensmtpd/files/README.pkgsrc 2023/08/24 15:49:09 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1Getting started 1Getting started
2=============== 2===============
3 3
4Assuming NetBSD-style mailwrapper(8) and rc(8), few steps are required 4Assuming NetBSD-style mailwrapper(8) and rc(8), few steps are required
5to set up OpenSMTPD for local and outbound delivery on your system:  5to set up OpenSMTPD for local and outbound delivery on your system:
6 6
7* Run `$ @RCD_SCRIPTS_DIR@/postfix stop' and set postfix=NO in /etc/rc.conf. 7* Run `$ @RCD_SCRIPTS_DIR@/postfix stop' and set postfix=NO in /etc/rc.conf.
8* Replace /etc/mailer.conf with @PREFIX@/share/examples/opensmtpd/mailer.conf. 8* Replace /etc/mailer.conf with @PREFIX@/share/examples/opensmtpd/mailer.conf.
9* Prepend @PREFIX@/man to the MANPATH environment to avoid conflicting 9* Prepend @PREFIX@/man to the MANPATH environment to avoid conflicting
10 names for man pages with sendmail-compatible mail servers. 10 names for man pages with sendmail-compatible mail servers.
11* Check the smptd.conf and aliases files in @PKG_SYSCONFDIR@/smtpd. See  11* Check the smtpd.conf and aliases files in @PKG_SYSCONFDIR@/smtpd. See
12 the relevant man pages. 12 the relevant man pages.
13* Set opensmtpd=YES in /etc/rc.conf.  13* Set opensmtpd=YES in /etc/rc.conf.
14* Run `@RCD_SCRIPTS_DIR@/opensmtpd start' to start OpenSMTPD. 14* Run `@RCD_SCRIPTS_DIR@/opensmtpd start' to start OpenSMTPD.

cvs diff -r1.4 -r1.5 pkgsrc/mail/opensmtpd/files/mailer.conf (expand / switch to unified diff)

--- pkgsrc/mail/opensmtpd/files/mailer.conf 2023/08/24 15:26:40 1.4
+++ pkgsrc/mail/opensmtpd/files/mailer.conf 2023/08/24 15:49:09 1.5
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1# $NetBSD: mailer.conf,v 1.4 2023/08/24 15:26:40 vins Exp $ 1# $NetBSD: mailer.conf,v 1.5 2023/08/24 15:49:09 schmonz Exp $
2# 2#
3# Use "opensmtpd" replacements  3# Use "opensmtpd" replacements
4# 4#
5sendmail @PREFIX@/sbin/smtpctl 5sendmail @PREFIX@/sbin/smtpctl
6send-mail @PREFIX@/sbin/smtpctl 6send-mail @PREFIX@/sbin/smtpctl
7mailq @PREFIX@/sbin/smtpctl 7mailq @PREFIX@/sbin/smtpctl
8makemap @PREFIX@/sbin/smptctl 8makemap @PREFIX@/sbin/smtpctl
9newaliases @PREFIX@/sbin/smtpctl 9newaliases @PREFIX@/sbin/smtpctl