Commit Graph

41 Commits

Author SHA1 Message Date
Hajimu UMEMOTO
b211a1e6c4 moving saslv1 includes files to make it easier to add saslv2
PR:		ports/40288
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	knu
2002-07-28 17:26:12 +00:00
Dirk Meyer
3209d0ed2c - Get rid of PERL and use SED 2002-06-16 15:03:10 +00:00
Dirk Meyer
65e2b09e20 - get rid of duplicate code in Makefiles.
- Fix USE_OPENSSL_PORT and USE_OPENSSL_BASE
- drop obsolete/broken USE_OPENSSL
2002-05-31 20:51:48 +00:00
Dirk Meyer
085b5c0861 Fix support for "site.config.m4.local",
so User-Options will be part of the build.
2002-04-29 10:33:21 +00:00
Dirk Meyer
7ac4376078 update target mailer.conf, to change the new entries too. 2002-04-18 04:16:10 +00:00
Dirk Meyer
9d72171169 - define PICKY_HELO_CHECK as default 2002-03-10 09:59:00 +00:00
Dirk Meyer
788746e7ca - Change SENDMAIL_WIT_MILTER to SENDMAIL_WITHOUT_MILTER
MILTER is build by default in any case now,
  previosly only when defined in "BATCH".

- Add CFLAGS awareness to build, Submitted by: mi

P:
2002-02-09 12:17:38 +00:00
Akinori MUSHA
897d06aa97 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:48:57 +00:00
Dirk Meyer
2025ba84ee - make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
2002-01-05 23:43:13 +00:00
Dirk Meyer
13290c440c NO_LATEST_LINK= yes
Submitted by:	knu@iDaemons.org
2001-11-07 12:41:51 +00:00
Dirk Meyer
6b8eed3b2d Add sendmail-old to mail/Makefile
reduce lines in mail/sendmail-old/Makefile
2001-10-12 09:56:57 +00:00
Dirk Meyer
772ffff178 Last commit backed out. 2001-10-09 19:16:58 +00:00
Dirk Meyer
3477ac9a45 remove empty dir: share/doc/sendmail 2001-10-03 12:45:31 +00:00
Dirk Meyer
240b393ed3 - Add a patch for some nameserver problems
sendmail 8.11.6, failing DNS AAAA lookups

Has been mentioned on freebsd-stable
Subject: something strange with sendmail 8.11.6 on FreeBSD

Submitted by:	gshapiro@freebsd.org
2001-10-02 05:47:59 +00:00
Dirk Meyer
af01a1bc5f Urgent Update to 8.11.6:
Sendmail, Inc., and the Sendmail Consortium announce the availability
of sendmail 8.11.6 and 8.12.0.Beta19.

These new versions fix a security problem reported by SecurityFocus
regarding command line processing.  This vulnerability is present in
sendmail open source versions between 8.10.0 and 8.11.5 as well as all
8.12.0.Beta versions.  Therefore, sendmail 8.12.0.Beta users should upgrade
to 8.12.0.Beta19.

The problem was not present in 8.10 or earlier versions.  However, as
always, we recommend using the latest version.  Note that this problem is
not remotely exploitable.
2001-08-21 03:00:02 +00:00
Dirk Meyer
94ce6cf63d - Removed FreeBSD Tag from manpage 2001-08-06 16:06:42 +00:00
Dirk Meyer
00824b0241 - clean patches from unnessary tags
Submitted by:	gshapiro@freebsd.org (Gregory Neil Shapiro)
2001-08-01 15:47:49 +00:00
Dirk Meyer
4fa663ae20 - Update to 8.11.5
Fix a possible race condition when sending a HUP signal to restart
                the daemon.  This could terminate the current process without
                starting a new daemon.  Problem reported by Wolfgang Breyha
                of SE Netway Communications.
        Only apply MaxHeadersLength when receiving a message via SMTP or
                the command line.  Problem noted by Andrey J. Melnikoff.
        When finding the system's local hostname on an IPv6-enabled system
                which doesn't have any IPv6 interface addresses, fall back
                to looking up only IPv4 addresses.  Problem noted by Tim
                Bosserman of EarthLink.
        When commands were being rejected due to check_relay or TCP
                Wrappers, the ETRN command was not giving a response.
        Incoming IPv4 connections on a Family=inet6 daemon (using
                IPv4-mapped addresses) were incorrectly labeled as "may be
                forged".  Problem noted by Per Steinar Iversen of Oslo
                University College.
        Shutdown address test mode cleanly on SIGTERM.  Problem noted by
                Greg King of the OAO Corporation.
        Restore the original real uid (changed in main() to prevent
                out of band signals) before invoking a delivery agent.
                Some delivery agents use this for the "From " envelope
                "header".  Problem noted by Leslie Carroll of the
                University at Albany.
        Mark closed file descriptors properly to avoid reuse. Problem
                noted by Jeff Bronson of J.D. Bronson, Inc.
        Setting Timeout options on the command line will also override
                their sub-suboptions in the .cf file, e.g., -O
                Timeout.queuereturn=2d will set all queuereturn timeouts
                to 2 days.  Problem noted by Roger B.A. Klorese.
        CONFIG: Fix parsing for IPv6 domain literals in addresses
                (user@[IPv6:address]).  Problem noted by Liyuan Zhou.
2001-08-01 05:11:43 +00:00
Dirk Meyer
85b38a1001 - generate comment in sendmail.cf with standard date
- apply an extension to the vacation manpage
2001-06-26 05:13:52 +00:00
Dirk Meyer
385c248462 change MAINTAINER to FreeBSD.org address 2001-06-24 04:28:57 +00:00
Dirk Meyer
d7eb63a9e1 Sendmail:
- Save more documentation in %%PREFIX%%/share/doc/sendmail
- Update Sendmail package, only libmilter will be installed.
- Bump PORTREVISION
- Cleanup configuration, reduced overhead in "site.config.m4" files
- New option SENDMAIL_WITHOUT_IPV6=yes
- Use global WITH_TLS as well as SENDMAIL_WITH_TLS
- New slave ports: sendmail-sasl, sendmail-ldap
- vbsfilter now build a package
2001-06-15 17:28:11 +00:00
Dirk Meyer
6ff3f45ac6 - Make full featured package, ordered PKGNAMESUFFIX 2001-06-12 20:02:22 +00:00
Dirk Meyer
46a0dc2f7b - Store documentation in ${PREFIX}/share/doc/sendmail:
KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES MILTER
2001-05-31 07:03:58 +00:00
FUJISHIMA Satsuki
418424d95d add Japanese mirror to MASTER_SITES. 2001-05-29 17:09:12 +00:00
Dirk Meyer
0b3686cdb7 - Update to Sendmail 8.11.4, possible race condition.
- Added PKGNAMESUFFIX
- removed patch for IPV6, fixed in Release
2001-05-29 04:14:05 +00:00
Dirk Meyer
77c5bc1b6f - Changed dependency of cyrus-sasl to lib-depends,
user package will register this now.
2001-05-13 07:26:10 +00:00
Dirk Meyer
644a4ebe1d - Change Order of Options,hope its better readable now.
- LDAP Support shall work in old and new versions now.
2001-05-13 07:13:39 +00:00
Dirk Meyer
dacabbc8d5 New patch: The socket was IPv6, but the bind used an IPv4 sockaddr struct.
Submitted by:	Sean Farley <sean-freebsd@farley.org>
2001-05-03 15:39:07 +00:00
Dirk Meyer
3e48e0246d - Option to add LDAP Support
- Cleanup dublicate labels
- Allow to build a package manually.

Submitted by:	phantom@ark.cris.net (Alexey Zelkin)
2001-05-01 12:10:05 +00:00
Dirk Meyer
21dfb27757 extra Whitespaces removed 2001-03-28 17:28:38 +00:00
Dirk Meyer
de3cf9242c Fixed package list for option milter,
port still marked "NO_PACKAGE", so no PORTREVISION needed.
2001-03-13 13:17:58 +00:00
Dirk Meyer
ff1aa7cfc6 - Listed an overview of options
- Added support for optional configuraion in files/site.config.m4.local
2001-03-13 06:44:50 +00:00
Dirk Meyer
ec702c06b2 sendmail -- TLS/SASL/SFIO enhancement:
This is a diff to the current port that implements SFIO and SASL
options support in addition to TLS.  It makes the sendmail port
conform more closely to the available documentation for such
security enhancements.

ken@nova.org
- renamed option from SENDMAIL_WITH_TSL to SENDMAIL_WITH_TLS
- new option SENDMAIL_WITH_SFIO
- fixed bug in site.config.m4.sasl

PR:		25661
Submitted by:	ken@nova.org
2001-03-11 07:03:34 +00:00
Dirk Meyer
be24244bf1 - Update to new release 8.11.3
- filters has been removed, will reappear in a seperate port
- install additional headers and libs for SENDMAIL_WITH_MILTER=yes
- pkh-commed reduced to make portlint happy

Reviewed by:	gshapiro
2001-03-10 20:49:42 +00:00
Dirk Meyer
75a197a7a1 SENDMAIL_WITH_MILTER support
sample filter is build.
GPL attachmentfilter ist build.
2001-03-10 06:09:27 +00:00
Dirk Meyer
bd8f0fd12f Clean up bulding messages
SENDMAIL_WITH_MILTER support
sample filter is build.
GPL attachmentfilter ist build.
2001-03-10 06:09:04 +00:00
Ying-Chieh Liao
97359b1001 New Build-Option: SENDMAIL_WITH_SASL
PR:		24625
Submitted by:	MAINTAINER
2001-01-25 14:34:48 +00:00
James E. Housley
0ac9c6b641 Update to 8.11.2
New Variable in Makefile for shorter Lines.
Patches for Manpages updated.
PATH was already in CCOPTS when needed, config reduced.

PR:		23977
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org> MAINTAINER
2001-01-05 03:15:42 +00:00
Will Andrews
4f81d10ca9 Small improvements for remote build. The empty config directory is now
removed.  Use of macro APPENDDEF to allow confCOPTS.  Also add TCPWRAPPER
and IPv6 support for FreeBSD >= 4.0, as well as optional TSL support,
patches for rmail & mail.local, and other changes.

PR:		22619
Submitted by:	MAINTAINER
2000-12-21 07:32:18 +00:00
Gregory Neil Shapiro
03a55f63ec Use ${PKGMESSAGE} instead of ${PKGDIR}/pkg-message.
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-10-14 06:34:25 +00:00
Gregory Neil Shapiro
cef9c4b2b8 New port for the sendmail MTA.
PR:		18415
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
Reviewed by:	will
2000-10-14 04:51:41 +00:00