95052e230e
esmtp is a user-configurable relay-only Mail Transfer Agent (MTA) with a sendmail-compatible syntax. It is based on libESMTP supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP extensions. Features include: * fully sendmail command-line compatible, * supports the AUTH SMTP extension, with the CRAM-MD5 and NTLM SASL mechanisms, * supports the StartTLS SMTP extension, * requires no administration privileges, * individual user configuration, * does not receive mail, expand aliases or manage a queue, * local mail delivery via a MDA.
16 lines
403 B
Text
16 lines
403 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/11/12 04:13:12 minskim Exp $
|
|
|
|
--- Makefile.in.orig 2005-03-10 18:00:26.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -630,11 +630,9 @@ info-am:
|
|
|
|
install-data-am: install-man
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
|
|
install-exec-am: install-binPROGRAMS
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
|
|
|
install-info: install-info-am
|
|
|