aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sendmail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-06-16 03:11:12 +0800
committerdinoex <dinoex@FreeBSD.org>2006-06-16 03:11:12 +0800
commitcc3a134c57161e4b7c639ae98afbf4399ce3408b (patch)
tree3e7538a46d93b4021c53a4742ffecfd3e0b4e37e /mail/sendmail
parent4f1aec900d21b8e1b05f39b78dff564890a6d6bf (diff)
downloadfreebsd-ports-gnome-cc3a134c57161e4b7c639ae98afbf4399ce3408b.tar.gz
freebsd-ports-gnome-cc3a134c57161e4b7c639ae98afbf4399ce3408b.tar.zst
freebsd-ports-gnome-cc3a134c57161e4b7c639ae98afbf4399ce3408b.zip
- fix spelling in help target
- support IPV6 for system with NO_MAILWRAPPER set Reported by: Jamie Jones Users on FreeBSD 2.x and 3.x must define SENDMAIL_WITHOUT_IPV6=yes - update howto-sasldb Bad URLs Reported by: Dean Hamstead
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 4c1cbb81616b..7287113319b4 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -183,10 +183,10 @@ CONFLICTS+= sendmail*+tls*-8.*
# Build site.config.m4
.if exists(${DESTDIR}/etc/mail/mailer.conf)
SITE+= ${FILESDIR}/site.config.m4
+.endif
.if !defined(SENDMAIL_WITHOUT_IPV6)
SITE+= ${FILESDIR}/site.config.m4.ipv6
.endif
-.endif
.if defined(SENDMAIL_WITH_SASL)
SITE+= ${FILESDIR}/site.config.m4.sasl
.endif
@@ -441,9 +441,9 @@ howto-sasldb:
@${ECHO_CMD} "#"
@${ECHO_CMD} "# http://www.sendmail.org/~gshapiro/"
@${ECHO_CMD} "# http://www.sendmail.org/~ca/email/auth.html"
- @${ECHO_CMD} "# http://www.asp.ogi.edu/people/paja/linux/sendmail/"
- @${ECHO_CMD} "# http://blue-labs.org/clue/sendmail.php"
- @${ECHO_CMD} "# http://www.digitalanswers.org/sendmail/"
+ @${ECHO_CMD} "# http://www.bme.ogi.edu/~pchytil/linux/sendmail/"
+ @${ECHO_CMD} "# http://blue-labs.org/software/sm-pgsql/"
+ @${ECHO_CMD} "# http://www.falkotimme.com/howtos/sendmail_smtp_auth_tls/"
@${ECHO_CMD} "#"
# create certificates for TLS/SSL
@@ -455,7 +455,7 @@ tls-install:
help:
@${ECHO_CMD} "# additional targets:"
@${ECHO_CMD} "#"
- @${ECHO_CMD} "# configure ${DESTDIR}/etc/mail/maile.conf"
+ @${ECHO_CMD} "# configure ${DESTDIR}/etc/mail/mailer.conf"
@${ECHO_CMD} "# for sendmail from ports"
@${ECHO_CMD} "make mailer.conf"
@${ECHO_CMD} "# for sendmail in the base"