Commit graph

69 commits

Author SHA1 Message Date
Dirk Meyer
93f3eba1b5 get some garbage that patch merged within. 2002-09-16 04:27:00 +00:00
Dirk Meyer
c21ac8a53c Fix problem when inatll,ion without mailer.conf
PR:		42753
2002-09-16 03:17:13 +00:00
Dirk Meyer
1ac21f6602 Improvement for Option SENDMAIL_WITH_SASL2
Submitted by:	ume
2002-08-31 20:16:32 +00:00
Dirk Meyer
ce90746f4c New option SENDMAIL_WITH_SASL2
cleanup on target submit.cf
Extend pkg-message
PR:		41458
2002-08-31 16:31:11 +00:00
Dirk Meyer
f2e6aed62d Update zo 8.12.6
Option SENDMAIL_WITH_PICKY_HELO_CHECK
2002-08-28 04:21:05 +00:00
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
3207bab665 Fix chmod in package
PR:		40145
Submitted by:	adrian
2002-07-03 16:01:00 +00:00
Dirk Meyer
527b949683 Update: sendmail.8.12.5
smmsp uses now id 25, to avoid conflicts after upgrading
2002-06-26 03:37:22 +00:00
Dirk Meyer
3209d0ed2c - Get rid of PERL and use SED 2002-06-16 15:03:10 +00:00
Dirk Meyer
1bc31aa3c8 Add op.txt to package, op.ps is already there. 2002-06-10 18:51:33 +00:00
Dirk Meyer
b929c24aba - Update to: sendmail.8.12.4
- patch-stable is now in distribution
2002-06-03 18:44:16 +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
c2a6bac90d - imported a set of bug fixes as suggested.
- improved manpages a bit.
- some MILTER improvements.

Submitted by:	gshapiro
2002-04-21 05:30:30 +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
02361d2f05 Suppressed warning from shell. 2002-04-08 02:48:26 +00:00
Dirk Meyer
b26e4e183b - Update to new release: sendmail-8.12.3
- Patches removed that are now in the distribution
- More MILTER dokumentation
- sm-client.sh.sample have now 'restart' command.
- Add standalone startupscript for all sendmail deamons
- Update pkg-message

This version fixes a long-standing MIME (7 to 8-bit) conversion bug
and several smaller problems, e.g., a possible communication problem
between the MTA and libmilter, a bug in handling (invalid) addresses
containing 8-bit characters, a possible problem with small timeouts
being lost on slow machines if itimers are used, and the handling of
the 421 reply code and timeouts in the SMTP delivery code.  There are
two changes in the msp feature that may change the behavior: MX lookups
are turned on for the SMTP mailers and hence `[localhost]' is used as
default instead of `localhost', and confTIME_ZONE is set to USE_TZ in
submit.mc.  A complete list of changes can be found in the release notes.
2002-04-06 08:17:34 +00:00
Dirk Meyer
cfecb977d8 - Update noattach to 1.0beta11
- syncronize sample startup-scripts

PR:		36005
Submitted by:	oli@amun.isnic.is
2002-03-17 18:00:07 +00:00
Dirk Meyer
9d72171169 - define PICKY_HELO_CHECK as default 2002-03-10 09:59:00 +00:00
Dirk Meyer
5f11dc60c5 BUMP portrevision
Add patches:

----- MEDIUM -----
mikea@kconline.com:

	Sendmail 8.12.x has an implementation bug in the milter
	code that causes the milter daemons to fail when they
	are bombarded with 20-30 messages from a mail server.

	mail sendmail[82323]: g1N53lNY082323: Milter
	(milter-amavis): select(read): Interrupted system call

The patch available at the link above definitely fixes the Milter timeout
problem.  Before applying the patch, I would see this every 5 to 15 minutes
in our logs.
here hasn't been another one since I applied the patch 5 hours ago.

----- LOW -----
dionex@freebsd.org:

	Fix SafeFileEnv, it won't work if configured up with a trailing '/'

-----

PR:		35363
Submitted by:	mikea@kconline.com,dinoex
2002-02-27 04:53:07 +00:00
Dirk Meyer
9329fd34a9 - Build milter with -D_THREAD_SAFE
- Use PTHREAD_LIBS, so build under CURRENT should use -lc_r

Submitted by:	gshapiro
2002-02-17 20:22:23 +00:00
Dirk Meyer
60cc39498d Bump PORTREVISION for latest libmilter changes 2002-02-17 17:17:57 +00:00
Dirk Meyer
1872f119c5 Mikhail Teterin:
A  little  milter application  I  installed  (spamassassin related)  was
hanging every once in  a while. I'm not sure if this  patch will fix it,
but it sure seems like the right step to take. Without it, the libmilter
sources are  compiled without the  -pthread, even though the  library is
linked with -pthread (rather needlessly, since it is a static lib only).

Submitted by:	mi
2002-02-17 14:53:29 +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
Dirk Meyer
75ac461139 - Add html-docs when made with SENDMAIL_WITH_MILTER=yes 2002-01-29 19:36:13 +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
11ea5682e9 - Add conf_libsm_LIBS for option SENDMAIL_WITH_LDAP
the base lib needs now ldap_err2string too.
2002-01-17 16:41:42 +00:00
Dirk Meyer
56cf43809d - Update to sendmail-8.12.2 2002-01-14 08:17:23 +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
f84ba5a386 - Fix a missing $ condition in the default Received:-header
Submitted by:	freebsd@BuggerIT.com.au (Taras M. Dowhaluk)
2001-12-17 11:01:02 +00:00
Dirk Meyer
20195c03a2 fix spelling 2001-11-21 10:36:46 +00:00
Dirk Meyer
608ce54ae3 improved pkg-message
Thanks to Stephane.Lentz@ansf.alcatel.fr
2001-11-18 08:16:49 +00:00
Dirk Meyer
4ba91b59c4 - use ${INSTALL_SCRIPT} for samples in ${PREFIX}/etc/rc.d/ 2001-11-13 20:37:35 +00:00
Dirk Meyer
19002eec46 Install the Operarion Manual as share/doc/sendmail/op.ps 2001-10-21 03:10:29 +00:00
Dirk Meyer
c1dd86b94f Add more includes and libs to Option MILTER
+include/libmilter/mfdef.h
+lib/libsm.a
+lib/libsmdb.a
2001-10-12 10:01:18 +00:00
Dirk Meyer
9facb69137 group smmsp was reconverted to wheeel after pkg_add, fixed. 2001-10-10 21:32:56 +00:00
Dirk Meyer
d8ec51ebaa Remove user only if uid matches, so a user in the bas system won't be deleted.
Remove double deletion of docdir.
2001-10-09 19:20:15 +00:00
Dirk Meyer
24f64fc37d - Option MILTER fixed.
- Allow to build without milter-support
2001-10-08 15:37:43 +00:00
Dirk Meyer
fd751f1110 - Add senndmail-old as module
- reserve UID 90 for sendmail client queue
2001-10-07 06:51:44 +00:00
Dirk Meyer
9c724bfe99 - Update to sendmail 8.12.1
This ports will creates a new user and group named smmsp.
 Setting up the serer and client queues.
 You need to create an "sumbit.cf" for local submission.
2001-10-07 06:40:42 +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